|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context> org.rhq.core.domain.bundle.ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context
public static enum ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context
Defines the different places where we can lookup the named value that contains the actual location of the destination base directory. The names of these enum constants match the valid values that the agent plugin XML schema accepts, to allow for easy translation from the XML to this Java representation.
Enum Constant Summary | |
---|---|
fileSystem
the value is a hardcoded location on the file system - usually the root "/" directory |
|
measurementTrait
the value is to be found as a measurement trait |
|
pluginConfiguration
the value is to be found in the resource's plugin configuration |
|
resourceConfiguration
the value is to be found in the resource's resource configuration |
Method Summary | |
---|---|
static ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context pluginConfiguration
public static final ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context resourceConfiguration
public static final ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context measurementTrait
public static final ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context fileSystem
Method Detail |
---|
public static ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context[] values()
for (ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context c : ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context.values()) System.out.println(c);
public static ResourceTypeBundleConfiguration.BundleDestinationBaseDirectory.Context valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |