public class FeaturePack extends Object implements org.apache.maven.shared.dependencies.DependableCoordinate, org.apache.maven.shared.artifact.ArtifactCoordinate
| Constructor and Description |
|---|
FeaturePack() |
public String getGroupId()
getGroupId in interface org.apache.maven.shared.artifact.ArtifactCoordinategetGroupId in interface org.apache.maven.shared.dependencies.DependableCoordinatepublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface org.apache.maven.shared.artifact.ArtifactCoordinategetArtifactId in interface org.apache.maven.shared.dependencies.DependableCoordinatepublic void setArtifactId(String artifactId)
public String getVersion()
getVersion in interface org.apache.maven.shared.artifact.ArtifactCoordinategetVersion in interface org.apache.maven.shared.dependencies.DependableCoordinatepublic void setVersion(String version)
public String getType()
getType in interface org.apache.maven.shared.dependencies.DependableCoordinatepublic void setType(String type)
public String getClassifier()
getClassifier in interface org.apache.maven.shared.artifact.ArtifactCoordinategetClassifier in interface org.apache.maven.shared.dependencies.DependableCoordinatepublic void setClassifier(String classifier)
public String getExtension()
getExtension in interface org.apache.maven.shared.artifact.ArtifactCoordinatepublic void setExtension(String extension)
public boolean isTransitive()
public void setTransitive(boolean transitiveDep)
public String getLocation()
public void setLocation(String location)
public Boolean isInheritPackages()
public void setInheritPackages(boolean inheritPackages)
public Boolean isInheritConfigs()
public void setInheritConfigs(boolean inheritConfigs)
public List<ConfigurationId> getIncludedConfigs()
public void setIncludedConfigs(List<ConfigurationId> includedConfigs)
public List<ConfigurationId> getExcludedConfigs()
public void setExcludedConfigs(List<ConfigurationId> excludedConfigs)
public void setPath(File path)
public Path getNormalizedPath()
Copyright © 2016–2019 JBoss by Red Hat. All rights reserved.