eXo JCR :: Ext :: Services 1.15.9-GA

org.exoplatform.services.jcr.ext.artifact
Class ArtifactDescriptor

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.artifact.ArtifactDescriptor
All Implemented Interfaces:
Descriptor

public final class ArtifactDescriptor
extends Object
implements Descriptor

Version:
$Id: $
Author:
Gennady Azarenkov

Constructor Summary
ArtifactDescriptor(FolderDescriptor groupId, String artifactId, String versionId)
           
 
Method Summary
static ArtifactDescriptor createFromPomfile(File pomfile)
           
 String getArtifactId()
           
 String getAsPath()
           
 String getAsString()
           
 FolderDescriptor getGroupId()
           
 String getVersionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDescriptor

public ArtifactDescriptor(FolderDescriptor groupId,
                          String artifactId,
                          String versionId)
Method Detail

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

eXo JCR :: Ext :: Services 1.15.9-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.