org.jibx.schema.codegen
Class RefactoryCommandLine

java.lang.Object
  extended by org.jibx.custom.CustomizationCommandLineBase
      extended by org.jibx.schema.codegen.SchemaCommandLineBase
          extended by org.jibx.schema.codegen.RefactoryCommandLine

public class RefactoryCommandLine
extends SchemaCommandLineBase

Command line processing specifically for the Refactory 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
RefactoryCommandLine()
           
 
Method Summary
 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
applyKeyValueMap, getExtraArgs, getGeneratePath, getUsageLines, isVerbose, mergeUsageLines, processArgs, putKeyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactoryCommandLine

public RefactoryCommandLine()
Method Detail

printUsage

public void printUsage()
Description copied from class: CustomizationCommandLineBase
Print usage information.

Specified by:
printUsage in class CustomizationCommandLineBase


Project Web Site