Class Get.Clusters
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.kubernetes.Get.Clusters
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Enclosing class:
- Get
@MetaInfServices(org.aesh.command.Command.class) public static class Get.Clusters extends CliCommand
-
-
Constructor Summary
Constructors Constructor Description Clusters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)booleanisHelp()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Method Detail
-
isHelp
public boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
public org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation)
- Specified by:
execin classCliCommand
-
-