public interface DistributionSnapshot extends DistributionSnapshotDesc
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_TYPE_NAME |
static String |
PROP_KEY |
static String |
PROP_NAME |
static String |
PROP_VERSION |
static String |
TYPE_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSeamComponents() |
BundleInfo |
getBundle(String id) |
BundleGroup |
getBundleGroup(String groupId) |
List<String> |
getBundleGroupChildren(String groupId) |
List<BundleGroup> |
getBundleGroups() |
List<String> |
getBundleIds() |
ComponentInfo |
getComponent(String id) |
List<String> |
getComponentIds() |
ExtensionInfo |
getContribution(String id) |
List<String> |
getContributionIds() |
List<ExtensionInfo> |
getContributions() |
ExtensionPointInfo |
getExtensionPoint(String id) |
List<String> |
getExtensionPointIds() |
List<String> |
getJavaComponentIds() |
JavaDocHelper |
getJavaDocHelper() |
String |
getKey() |
OperationInfo |
getOperation(String id) |
List<OperationInfo> |
getOperations() |
SeamComponentInfo |
getSeamComponent(String id) |
List<String> |
getSeamComponentIds() |
List<SeamComponentInfo> |
getSeamComponents() |
ServiceInfo |
getService(String id) |
List<String> |
getServiceIds() |
List<Class<?>> |
getSpi() |
List<String> |
getXmlComponentIds() |
getCreationDate, getName, getVersion, isLive
static final String TYPE_NAME
static final String CONTAINER_TYPE_NAME
static final String PROP_NAME
static final String PROP_VERSION
static final String PROP_KEY
String getKey()
List<BundleGroup> getBundleGroups()
BundleGroup getBundleGroup(String groupId)
BundleInfo getBundle(String id)
ComponentInfo getComponent(String id)
ServiceInfo getService(String id)
ExtensionPointInfo getExtensionPoint(String id)
List<ExtensionInfo> getContributions()
ExtensionInfo getContribution(String id)
List<SeamComponentInfo> getSeamComponents()
SeamComponentInfo getSeamComponent(String id)
boolean containsSeamComponents()
OperationInfo getOperation(String id) throws OperationException
OperationException
List<OperationInfo> getOperations() throws OperationException
OperationException
JavaDocHelper getJavaDocHelper()
Copyright © 2013 Nuxeo SA. All Rights Reserved.