Package org.infinispan.server.tool
Class Main
java.lang.Object
org.infinispan.server.tool.Main
- Direct Known Subclasses:
Bootstrap
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Propertiesprotected Fileprotected Fileprotected final PrintStreamprotected final PrintStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexit(int exitCode) protected abstract voidhandleArgumentCommand(String command, String parameter, Iterator<String> args) abstract voidhelp(PrintStream out) final voidprotected abstract voidabstract voidversion(PrintStream out)
-
Field Details
-
stdOut
-
stdErr
-
properties
-
cwd
-
serverHome
-
serverRoot
-
-
Constructor Details
-
Main
public Main() -
Main
-
-
Method Details
-
run
-
runInternal
protected abstract void runInternal() -
handleArgumentCommand
-
exit
public void exit(int exitCode) -
help
-
version
-