public interface DistributionSnapshot extends DistributionSnapshotDesc
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
DistributionSnapshot.OperationDocParamMixin  | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONTAINER_TYPE_NAME  | 
static String | 
PROP_ALIASES  | 
static String | 
PROP_HIDE  | 
static String | 
PROP_KEY  | 
static String | 
PROP_LATEST_FT  | 
static String | 
PROP_LATEST_LTS  | 
static String | 
PROP_NAME  | 
static String | 
PROP_RELEASED  | 
static String | 
PROP_VERSION  | 
static String | 
TYPE_NAME  | 
getCreationDate, getName, getReleaseDate, getVersion, isLivestatic 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
static final String PROP_LATEST_FT
static final String PROP_LATEST_LTS
static final String PROP_ALIASES
static final String PROP_HIDE
static final String PROP_RELEASED
void cleanPreviousArtifacts()
List<BundleGroup> getBundleGroups()
BundleGroup getBundleGroup(String groupId)
List<String> getBundleIds()
BundleInfo getBundle(String id)
List<String> getComponentIds()
List<String> getJavaComponentIds()
List<String> getXmlComponentIds()
ComponentInfo getComponent(String id)
List<String> getServiceIds()
ServiceInfo getService(String id)
List<String> getExtensionPointIds()
ExtensionPointInfo getExtensionPoint(String id)
List<String> getContributionIds()
List<ExtensionInfo> getContributions()
ExtensionInfo getContribution(String id)
List<String> getBundleGroupChildren(String groupId)
List<String> getSeamComponentIds()
List<SeamComponentInfo> getSeamComponents()
SeamComponentInfo getSeamComponent(String id)
boolean containsSeamComponents()
OperationInfo getOperation(String id)
List<OperationInfo> getOperations()
boolean isLatestFT()
boolean isLatestLTS()
List<String> getAliases()
boolean isHidden()
ServerInfo getServerInfo()
static com.fasterxml.jackson.databind.ObjectWriter jsonWriter() throws IOException
IOExceptionstatic com.fasterxml.jackson.databind.ObjectReader jsonReader() throws IOException
IOExceptionstatic com.fasterxml.jackson.databind.ObjectMapper jsonMapper()
Copyright © 2019 Nuxeo. All rights reserved.