public class ParameterForParallelizer
extends java.lang.Object
Constructor and Description |
---|
ParameterForParallelizer(java.lang.String[] arguments)
A constructor that construct an object of
Parameter class. |
Modifier and Type | Method and Description |
---|---|
void |
addParameterInfo()
This method adds descriptions to each parameter.
|
DefaultParam |
importCommandLine()
This method parses input commandline arguments and sets correspond
parameters.
|
void |
putParameterID()
This method places all input parameters into a hashMap.
|
public ParameterForParallelizer(java.lang.String[] arguments) throws java.io.IOException, org.apache.commons.cli.ParseException
Parameter
class.arguments
- an array of strings containing commandline optionsjava.io.IOException
org.apache.commons.cli.ParseException
public void putParameterID()
public void addParameterInfo()
public DefaultParam importCommandLine()
DefaultParam
.