Class ArgumentProcessorRegistry

java.lang.Object
org.apache.tools.ant.ArgumentProcessorRegistry

public class ArgumentProcessorRegistry extends Object
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