Class LaunchDiagnosticTool
java.lang.Object
org.moeaframework.util.CommandLineUtility
org.moeaframework.analysis.diagnostics.LaunchDiagnosticTool
Command line utility for launching the diagnostic tool.
-
Constructor Summary
ConstructorDescriptionConstructs the command line utility for launching the diagnostic tool. -
Method Summary
Methods inherited from class org.moeaframework.util.CommandLineUtility
getCommandString, getLocalizedOptions, getOptions, setCommandString, showHelp, start
-
Constructor Details
-
LaunchDiagnosticTool
public LaunchDiagnosticTool()Constructs the command line utility for launching the diagnostic tool.
-
-
Method Details
-
run
Description copied from class:CommandLineUtility
Runs this command line utility with the specified command line arguments.- Specified by:
run
in classCommandLineUtility
- Parameters:
commandLine
- the command line arguments- Throws:
Exception
- if any exception occurred while running this command
-
main
Starts the command line utility for launching the diagnostic tool.- Parameters:
args
- the command line arguments- Throws:
Exception
- if an error occurred
-