public class BundleInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements BundleInfo
PROP_ARTIFACT_GROUP_ID, PROP_ARTIFACT_ID, PROP_ARTIFACT_VERSION, PROP_BUNDLE_ID, PROP_JAR_NAME, TYPE_NAME
Constructor and Description |
---|
BundleInfoDocAdapter(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
static BundleInfoDocAdapter |
create(BundleInfo bundleInfo,
CoreSession session,
String containerPath) |
String |
getArtifactGroupId() |
String |
getArtifactId() |
String |
getArtifactType() |
String |
getArtifactVersion() |
String |
getBundleId() |
Collection<ComponentInfo> |
getComponents() |
String |
getFileName() |
String |
getId() |
String |
getLocation() |
String |
getManifest() |
String[] |
getRequirements() |
String |
getVersion() |
getDoc, getHierarchyPath, hashCode, releaseLocalCoreSession, setLocalCoreSession
getAssociatedDocuments
equals, getClass, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments, getHierarchyPath
public BundleInfoDocAdapter(DocumentModel doc)
public static BundleInfoDocAdapter create(BundleInfo bundleInfo, CoreSession session, String containerPath) throws ClientException
ClientException
public String getArtifactId()
getArtifactId
in interface BundleInfo
public String getBundleId()
getBundleId
in interface BundleInfo
public Collection<ComponentInfo> getComponents()
getComponents
in interface BundleInfo
public String getFileName()
getFileName
in interface BundleInfo
public String getArtifactGroupId()
getArtifactGroupId
in interface BundleInfo
public String getLocation()
getLocation
in interface BundleInfo
public String getManifest()
getManifest
in interface BundleInfo
public String[] getRequirements()
getRequirements
in interface BundleInfo
public String getArtifactVersion()
getArtifactVersion
in interface BundleInfo
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
Copyright © 2011 Nuxeo SA. All Rights Reserved.