Package org.apache.tools.ant
Class ArgumentProcessorRegistry
java.lang.Object
org.apache.tools.ant.ArgumentProcessorRegistry
The global registry for 
ArgumentProcessors.
 
 An ArgumentProcessor implementation can be registered via the system
 property org.apache.tools.ant.ArgumentProcessor, or via a JDK1.3
 'service', by putting the fully qualified name of the implementation into the
 file META-INF/services/org.apache.tools.ant.ArgumentProcessor
 
 Use the system property ant.argument-processor.debug to enable
 the print of debug log.
- Since:
- 1.9
- 
Method SummaryModifier and TypeMethodDescriptionstatic ArgumentProcessorRegistryvoidregisterArgumentProcessor(Class<? extends ArgumentProcessor> helperClass) voidregisterArgumentProcessor(String helperClassName) voidregisterArgumentProcessor(ArgumentProcessor processor) 
- 
Method Details- 
getInstance
- 
getProcessors
- 
registerArgumentProcessor- Throws:
- BuildException
 
- 
registerArgumentProcessorpublic void registerArgumentProcessor(Class<? extends ArgumentProcessor> helperClass) throws BuildException - Throws:
- BuildException
 
- 
registerArgumentProcessor
 
-