Package org.infinispan.cli.commands
Class CLI
- java.lang.Object
-
- org.infinispan.cli.commands.CliCommand
-
- org.infinispan.cli.commands.CLI
-
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
public class CLI extends CliCommand
- Since:
- 11.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhelp
-
Constructor Summary
Constructors Constructor Description CLI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)booleanisHelp()static voidmain(String[] args)static intmain(org.aesh.command.shell.Shell shell, String[] args, Properties properties)-
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
-
main
public static int main(org.aesh.command.shell.Shell shell, String[] args, Properties properties)
-
main
public static void main(String[] args)
-
-