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) |
getAssociatedDocuments
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
public BundleInfoImpl(String bundleId)
public BundleGroup getBundleGroup()
public void setBundleGroup(BundleGroup bundleGroup)
public Collection<ComponentInfo> getComponents()
getComponents
in interface BundleInfo
public void addComponent(ComponentInfoImpl component)
public String getFileName()
getFileName
in interface BundleInfo
public void setFileName(String fileName)
public String getBundleId()
getBundleId
in interface BundleInfo
public String[] getRequirements()
getRequirements
in interface BundleInfo
public void setRequirements(String[] requirements)
public String getManifest()
getManifest
in interface BundleInfo
public void setManifest(String manifest)
public String getLocation()
getLocation
in interface BundleInfo
public void setLocation(String location)
public String getArtifactGroupId()
getArtifactGroupId
in interface BundleInfo
public void setGroupId(String groupId)
public String getArtifactId()
getArtifactId
in interface BundleInfo
public void setArtifactId(String artifactId)
public String getArtifactVersion()
getArtifactVersion
in interface BundleInfo
public void setArtifactVersion(String artifactVersion)
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
Copyright © 2011 Nuxeo SA. All Rights Reserved.