Uses of Class
org.apache.karaf.webconsole.features.ExtendedFeature.State

Packages that use ExtendedFeature.State
org.apache.karaf.webconsole.features   
 

Uses of ExtendedFeature.State in org.apache.karaf.webconsole.features
 

Fields in org.apache.karaf.webconsole.features declared as ExtendedFeature.State
protected  ExtendedFeature.State ExtendedFeature.state
           
 

Methods in org.apache.karaf.webconsole.features that return ExtendedFeature.State
 ExtendedFeature.State ExtendedFeature.getState()
           
static ExtendedFeature.State ExtendedFeature.State.valueOf(java.lang.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
ExtendedFeature(ExtendedFeature.State state, java.lang.String repository, Feature feature)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.