|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface Configurable
This interface is used to mark extensions which may obtain configuration information using an LDAP SDK argument parser.
| Method Summary | |
|---|---|
void |
defineConfigArguments(ArgumentParser parser)
Updates the provided argument parser to define any configuration arguments which may be used by this extension. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||