|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.ManagedObjectDefinitionResource
public final class ManagedObjectDefinitionResource
A class for retrieving non-internationalized resource properties associated with a managed object definition.
Resource properties are not available for the TopCfgDefn
.
Method Summary | |
---|---|
static ManagedObjectDefinitionResource |
createForProfile(java.lang.String profile)
Creates a new resource instance for the named profile. |
java.lang.String |
getString(AbstractManagedObjectDefinition<?,?> d,
java.lang.String key)
Get the resource value associated with the specified key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ManagedObjectDefinitionResource createForProfile(java.lang.String profile)
profile
- The name of the profile.
public java.lang.String getString(AbstractManagedObjectDefinition<?,?> d, java.lang.String key) throws java.util.MissingResourceException, java.lang.UnsupportedOperationException
d
- The managed object definition.key
- The resource key.
java.util.MissingResourceException
- If the key was not found.
java.lang.UnsupportedOperationException
- If the provided managed object definition was the
TopCfgDefn
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |