public interface FeaturesServiceMBean
| Modifier and Type | Method and Description |
|---|---|
void |
addRepository(String url) |
void |
addRepository(String url,
boolean install) |
TabularData |
getFeatures() |
TabularData |
getRepositories() |
TabularData |
infoFeature(String name) |
TabularData |
infoFeature(String name,
String version) |
void |
installFeature(String name) |
void |
installFeature(String name,
boolean noClean,
boolean noRefresh) |
void |
installFeature(String name,
boolean noClean,
boolean noRefresh,
boolean noStart) |
void |
installFeature(String name,
String version) |
void |
installFeature(String name,
String version,
boolean noClean,
boolean noRefresh) |
void |
installFeature(String name,
String version,
boolean noClean,
boolean noRefresh,
boolean noStart) |
void |
removeRepository(String url) |
void |
removeRepository(String url,
boolean uninstall) |
void |
uninstallFeature(String name) |
void |
uninstallFeature(String name,
boolean noRefresh) |
void |
uninstallFeature(String name,
String version) |
void |
uninstallFeature(String name,
String version,
boolean noRefresh) |
static final String FEATURE_NAME
static final String FEATURE_VERSION
static final String FEATURE_DEPENDENCIES
static final String FEATURE_BUNDLES
static final String FEATURE_CONFIGURATIONS
static final String FEATURE_CONFIGURATIONFILES
static final String FEATURE_INSTALLED
static final String FEATURE_CONFIG_PID
static final String FEATURE_CONFIG_ELEMENTS
static final String FEATURE_CONFIG_APPEND
static final String FEATURE_CONFIG_ELEMENT_KEY
static final String FEATURE_CONFIG_ELEMENT_VALUE
static final String FEATURE_CONFIG_FILES_ELEMENTS
static final String FEATURE_EVENT_TYPE
static final String FEATURE_EVENT_EVENT_TYPE
static final String FEATURE_EVENT_EVENT_TYPE_INSTALLED
static final String FEATURE_EVENT_EVENT_TYPE_UNINSTALLED
static final String[] FEATURE
static final String[] FEATURE_IDENTIFIER
static final String[] FEATURE_CONFIG
static final String[] FEATURE_CONFIG_FILES
static final String[] FEATURE_CONFIG_ELEMENT
static final String[] FEATURE_EVENT
static final String REPOSITORY_NAME
static final String REPOSITORY_URI
static final String REPOSITORY_REPOSITORIES
static final String REPOSITORY_FEATURES
static final String REPOSITORY_EVENT_TYPE
static final String REPOSITORY_EVENT_EVENT_TYPE
static final String REPOSITORY_EVENT_EVENT_TYPE_ADDED
static final String REPOSITORY_EVENT_EVENT_TYPE_REMOVED
static final String[] REPOSITORY
static final String[] REPOSITORY_EVENT
TabularData getFeatures() throws Exception
ExceptionTabularData getRepositories() throws Exception
Exceptionvoid removeRepository(String url, boolean uninstall) throws Exception
Exceptionvoid installFeature(String name, boolean noClean, boolean noRefresh) throws Exception
Exceptionvoid installFeature(String name, boolean noClean, boolean noRefresh, boolean noStart) throws Exception
Exceptionvoid installFeature(String name, String version, boolean noClean, boolean noRefresh) throws Exception
Exceptionvoid installFeature(String name, String version, boolean noClean, boolean noRefresh, boolean noStart) throws Exception
ExceptionTabularData infoFeature(String name) throws Exception
ExceptionTabularData infoFeature(String name, String version) throws Exception
Exceptionvoid uninstallFeature(String name, boolean noRefresh) throws Exception
Exceptionvoid uninstallFeature(String name, String version) throws Exception
ExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.