Uses of Class
org.apache.karaf.webconsole.features.ExtendedFeature.State
-
-
Uses of ExtendedFeature.State in org.apache.karaf.webconsole.features
Fields in org.apache.karaf.webconsole.features declared as ExtendedFeature.State Modifier and Type Field Description protected ExtendedFeature.StateExtendedFeature. stateMethods in org.apache.karaf.webconsole.features that return ExtendedFeature.State Modifier and Type Method Description ExtendedFeature.StateExtendedFeature. getState()static ExtendedFeature.StateExtendedFeature.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedFeature.State[]ExtendedFeature.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.karaf.webconsole.features with parameters of type ExtendedFeature.State Constructor Description ExtendedFeature(ExtendedFeature.State state, String repository, org.apache.karaf.features.Feature feature)
-