public interface Dependency
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Get the minor-identifier for this
Dependency. |
String |
getClassifier()
Get the classifier for this
Dependency |
List<Dependency> |
getExcludedDependencies()
Get a list of
Dependency objects to be excluded from this Dependency's list of inclusions when it
is included in a project. |
String |
getGroupId()
Get the major identifier for this
Dependency. |
String |
getPackagingType()
Get the specified packaging type of this
Dependency |
PackagingType |
getPackagingTypeEnum()
Get the
PackagingType of this Dependency, if the type is not one of the default supported types,
PackagingType.OTHER will be returned; |
String |
getScopeType()
Get the scope type of this
Dependency |
ScopeType |
getScopeTypeEnum()
Get the
ScopeType of this Dependency, if the type is not one of the default supported types,
ScopeType.OTHER will be returned; |
String |
getSystemPath()
Get the systemPath of this
Dependency |
String |
getVersion()
Get the version of this
Dependency. |
boolean |
isSnapshot()
Returns true if this dependency version is a SNAPSHOT
|
String |
toCoordinates()
Return a string represenging this dependency in the form of a standard identifier.
|
String getArtifactId()
Dependency.String getClassifier()
DependencyString getGroupId()
Dependency.String getVersion()
Dependency.String getSystemPath()
DependencyString getPackagingType()
DependencyPackagingType getPackagingTypeEnum()
PackagingType of this Dependency, if the type is not one of the default supported types,
PackagingType.OTHER will be returned;String getScopeType()
DependencyScopeType getScopeTypeEnum()
ScopeType of this Dependency, if the type is not one of the default supported types,
ScopeType.OTHER will be returned;List<Dependency> getExcludedDependencies()
Dependency objects to be excluded from this Dependency's list of inclusions when it
is included in a project.String toCoordinates()
boolean isSnapshot()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.