public final class ArtifactDescriptor extends Object implements Descriptor
| Constructor and Description |
|---|
ArtifactDescriptor(FolderDescriptor groupId,
String artifactId,
String versionId) |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDescriptor |
createFromPomfile(File pomfile) |
String |
getArtifactId() |
String |
getAsPath() |
String |
getAsString() |
FolderDescriptor |
getGroupId() |
String |
getVersionId() |
public ArtifactDescriptor(FolderDescriptor groupId, String artifactId, String versionId)
public FolderDescriptor getGroupId()
public String getArtifactId()
public String getVersionId()
public String getAsString()
getAsString in interface Descriptorpublic String getAsPath()
getAsPath in interface Descriptorpublic static ArtifactDescriptor createFromPomfile(File pomfile) throws SAXException, ParserConfigurationException, IOException
Copyright © 2020 eXo Platform SAS. All Rights Reserved.