Package org.kohsuke.args4j
Class Starter
java.lang.Object
org.kohsuke.args4j.Starter
Starter class which uses reflection to instantiate the business
class, parse the command line parameters, sets the fields of the
business class and doing the help message handling.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the JavaVM property which stores the class name of the business class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasAnnotation
(Class clazz, Class<? extends Annotation> annotation) static void
-
Field Details
-
PARAMETER_NAME
The name of the JavaVM property which stores the class name of the business class. "mainclass"- See Also:
-
-
Constructor Details
-
Starter
public Starter()
-
-
Method Details
-
main
-
hasAnnotation
-