public class ResolveLocalItem extends Object implements org.apache.maven.shared.artifact.ArtifactCoordinate
| Constructor and Description |
|---|
ResolveLocalItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getError() |
String |
getExtension() |
String |
getGroupId() |
Boolean |
getInstallInUniverse() |
Path |
getNormalizedPath() |
String |
getVersion() |
boolean |
hasArtifactCoords() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setExtension(String extension) |
void |
setGroupId(String groupId) |
void |
setInstallInUniverse(Boolean installInUniverse)
Boolean value for install-in-universe parameter configuration
|
void |
setPath(File file)
File pointing to a feature-pack
|
void |
setVersion(String version) |
public void setPath(File file)
file - feature-pack fileIllegalStateException - if artifact has been already initializedpublic Path getNormalizedPath()
public String getGroupId()
getGroupId in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setArtifactId(String artifactId)
public String getVersion()
getVersion in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setVersion(String version)
public String getExtension()
getExtension in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setExtension(String extension)
public String getClassifier()
getClassifier in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setClassifier(String classifier)
public void setInstallInUniverse(Boolean installInUniverse)
installInUniverse - whether to install the feature-pack in universe repositorypublic Boolean getInstallInUniverse()
public boolean hasArtifactCoords()
public String getError()
Copyright © 2016–2020 JBoss by Red Hat. All rights reserved.