Package org.jibx.schema.codegen
Class RefactoryCommandLine
- java.lang.Object
-
- org.jibx.custom.CustomizationCommandLineBase
-
- org.jibx.schema.codegen.SchemaCommandLineBase
-
- org.jibx.schema.codegen.RefactoryCommandLine
-
public class RefactoryCommandLine extends SchemaCommandLineBase
Command line processing specifically for theRefactory
class.- Author:
- Dennis M. Sosnoski
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jibx.custom.CustomizationCommandLineBase
CustomizationCommandLineBase.ArgList
-
-
Field Summary
-
Fields inherited from class org.jibx.custom.CustomizationCommandLineBase
STRING_PARAMETER_ARRAY, STRING_UNMARSHALLER_PARAMETER_ARRAY
-
-
Constructor Summary
Constructors Constructor Description RefactoryCommandLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printUsage()
Print usage information.-
Methods inherited from class org.jibx.schema.codegen.SchemaCommandLineBase
applyOverrides, checkParameter, finishParameters, getCustomRoot, getSchemaDir, getSchemaRoot, loadCustomizations, verboseDetails
-
Methods inherited from class org.jibx.custom.CustomizationCommandLineBase
getExtraArgs, getGeneratePath, getUsageLines, isVerbose, mergeUsageLines, processArgs, putKeyValue
-
-
-
-
Method Detail
-
printUsage
public void printUsage()
Description copied from class:CustomizationCommandLineBase
Print usage information.- Specified by:
printUsage
in classCustomizationCommandLineBase
-
-