|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ComponentConfigurationPolicy>
org.apache.felix.scrplugin.description.ComponentConfigurationPolicy
public enum ComponentConfigurationPolicy
Options for ComponentDescription.getConfigurationPolicy().
| Enum Constant Summary | |
|---|---|
IGNORE
The configuration admin is not consulted for a configuration for this component. |
|
OPTIONAL
If a configuration is available it will be used, if not the component will be activated anyway (this is the default). |
|
REQUIRE
In order to activate this component a configuration is required. |
|
| Method Summary | |
|---|---|
static ComponentConfigurationPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ComponentConfigurationPolicy[] |
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 ComponentConfigurationPolicy OPTIONAL
public static final ComponentConfigurationPolicy IGNORE
public static final ComponentConfigurationPolicy REQUIRE
| Method Detail |
|---|
public static ComponentConfigurationPolicy[] values()
for (ComponentConfigurationPolicy c : ComponentConfigurationPolicy.values()) System.out.println(c);
public static ComponentConfigurationPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||