Class OptionHandlerRegistry

java.lang.Object
org.kohsuke.args4j.OptionHandlerRegistry

public class OptionHandlerRegistry extends Object
Manages the registration of option handlers. This is good for registering custom handlers for specific parameter classes not yet implemented. The registry is a singleton that can be retrieved with the getRegistry() call.
Author:
Stephan Fuhrmann