@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface Configurable
Modifier and Type | Method and Description |
---|---|
void |
defineConfigArguments(ArgumentParser parser)
Updates the provided argument parser to define any configuration arguments
which may be used by this extension.
|
void defineConfigArguments(ArgumentParser parser) throws ArgumentException
parser
- The argument parser to be updated with the configuration
arguments which may be used by this extension.ArgumentException
- If a problem is encountered while updating the
provided argument parser.