Package org.moeaframework.util.cli
Class ParetoFrontConverter
java.lang.Object
org.moeaframework.util.cli.CommandLineUtility
org.moeaframework.util.cli.ParetoFrontConverter
Command line utility for converting legacy formatted Pareto front files into the new result file format.
- 
Method SummaryMethods inherited from class org.moeaframework.util.cli.CommandLineUtilitycreateOutputWriter, createOutputWriter, createOutputWriter, fail, getCommands, getLocalizedOptions, getOptions, getUsageString, prompt, runCommand, setAcceptConfirmations, setUsageBuilder, showHelp, start
- 
Method Details- 
runDescription copied from class:CommandLineUtilityRuns this command line utility with the specified command line arguments.- Specified by:
- runin class- CommandLineUtility
- Parameters:
- commandLine- the command line arguments
- Throws:
- Exception- if any exception occurred while running this command
 
- 
mainThe main entry point for this command line utility.- Parameters:
- args- the command line arguments
- Throws:
- Exception- if an error occurred
 
 
-