org.apache.karaf.webconsole.features
Class ExtendedFeature
java.lang.Object
org.apache.karaf.webconsole.features.ExtendedFeature
- All Implemented Interfaces:
- Feature
public class ExtendedFeature
- extends java.lang.Object
- implements Feature
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
protected ExtendedFeature.State state
repository
protected java.lang.String repository
feature
protected Feature feature
ExtendedFeature
public ExtendedFeature(ExtendedFeature.State state,
java.lang.String repository,
Feature feature)
getBundles
public java.util.List<BundleInfo> getBundles()
- Specified by:
getBundles
in interface Feature
getConfigurations
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getConfigurations()
- Specified by:
getConfigurations
in interface Feature
getConfigurationFiles
public java.util.List<ConfigFileInfo> getConfigurationFiles()
- Specified by:
getConfigurationFiles
in interface Feature
getDependencies
public java.util.List<Feature> getDependencies()
- Specified by:
getDependencies
in interface Feature
getId
public java.lang.String getId()
- Specified by:
getId
in interface Feature
getName
public java.lang.String getName()
- Specified by:
getName
in interface Feature
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface Feature
getResolver
public java.lang.String getResolver()
- Specified by:
getResolver
in interface Feature
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface Feature
getDetails
public java.lang.String getDetails()
- Specified by:
getDetails
in interface Feature
getRepository
public java.lang.String getRepository()
getState
public ExtendedFeature.State getState()
Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.