org.exoplatform.services.jcr.ext.artifact
Class ArtifactDescriptor
java.lang.Object
org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
- All Implemented Interfaces:
- Descriptor
public final class ArtifactDescriptor
- extends Object
- implements Descriptor
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactDescriptor
public ArtifactDescriptor(FolderDescriptor groupId,
String artifactId,
String versionId)
getGroupId
public FolderDescriptor getGroupId()
getArtifactId
public String getArtifactId()
getVersionId
public String getVersionId()
getAsString
public String getAsString()
- Specified by:
getAsString in interface Descriptor
getAsPath
public String getAsPath()
- Specified by:
getAsPath in interface Descriptor
createFromPomfile
public static ArtifactDescriptor createFromPomfile(File pomfile)
throws SAXException,
ParserConfigurationException,
IOException
- Throws:
SAXException
ParserConfigurationException
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.