Example #1
0
 @CliAvailabilityIndicator({
   COMPOSE_MODULE,
   LIST_MODULES,
   MODULE_INFO,
   DELETE_MODULE,
   UPLOAD_MODULE
 })
 public boolean available() {
   return xdShell.getSpringXDOperations() != null;
 }
Example #2
0
 private ModuleOperations moduleOperations() {
   return xdShell.getSpringXDOperations().moduleOperations();
 }