public class BundleInfoImpl extends BaseNuxeoArtifact implements BundleInfo
PROP_ARTIFACT_GROUP_ID, PROP_ARTIFACT_ID, PROP_ARTIFACT_VERSION, PROP_BUNDLE_ID, PROP_JAR_NAME, TYPE_NAME| Constructor and Description |
|---|
BundleInfoImpl(String bundleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(ComponentInfoImpl component) |
String |
getArtifactGroupId() |
String |
getArtifactId() |
String |
getArtifactType() |
String |
getArtifactVersion() |
BundleGroup |
getBundleGroup() |
String |
getBundleId() |
Collection<ComponentInfo> |
getComponents() |
String |
getFileName() |
String |
getHierarchyPath() |
String |
getId() |
String |
getLocation() |
String |
getManifest() |
String[] |
getRequirements() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setArtifactVersion(String artifactVersion) |
void |
setBundleGroup(BundleGroup bundleGroup) |
void |
setFileName(String fileName) |
void |
setGroupId(String groupId) |
void |
setLocation(String location) |
void |
setManifest(String manifest) |
void |
setRequirements(String[] requirements) |
getAssociatedDocumentsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocumentspublic BundleInfoImpl(String bundleId)
public BundleGroup getBundleGroup()
public void setBundleGroup(BundleGroup bundleGroup)
public Collection<ComponentInfo> getComponents()
getComponents in interface BundleInfopublic void addComponent(ComponentInfoImpl component)
public String getFileName()
getFileName in interface BundleInfopublic void setFileName(String fileName)
public String getBundleId()
getBundleId in interface BundleInfopublic String[] getRequirements()
getRequirements in interface BundleInfopublic void setRequirements(String[] requirements)
public String getManifest()
getManifest in interface BundleInfopublic void setManifest(String manifest)
public String getLocation()
getLocation in interface BundleInfopublic void setLocation(String location)
public String getArtifactGroupId()
getArtifactGroupId in interface BundleInfopublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface BundleInfopublic void setArtifactId(String artifactId)
public String getArtifactVersion()
getArtifactVersion in interface BundleInfopublic void setArtifactVersion(String artifactVersion)
public String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactCopyright © 2011 Nuxeo SA. All Rights Reserved.