|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface PolicyType
Gives type information for an Policy. It is immutable.
For policies that can support config keys etc being added on-the-fly,
then this PolicyType will be a snapshot and subsequent snapshots will
include the changes.
| Method Summary | |
|---|---|
ConfigKey<?> |
getConfigKey(String name)
The ConfigKey with the given name, or null if not found. |
Set<ConfigKey<?>> |
getConfigKeys()
ConfigKeys available on this policy. |
String |
getName()
The type name of this policy (normally the fully qualified class name). |
| Method Detail |
|---|
String getName()
Set<ConfigKey<?>> getConfigKeys()
ConfigKey<?> getConfigKey(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||