|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dependency
Represents a project library dependency.
| Method Summary | |
|---|---|
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 |
getVersion()
Get the version of this Dependency. |
String |
toCoordinates()
Return a string represenging this dependency in the form of a standard identifier. |
| Method Detail |
|---|
String getArtifactId()
Dependency.
String getClassifier()
Dependency
String getGroupId()
Dependency.
String getVersion()
Dependency.
String getPackagingType()
Dependency
PackagingType getPackagingTypeEnum()
PackagingType of this Dependency, if the type is not one of the default supported types,
PackagingType.OTHER will be returned;
String getScopeType()
Dependency
ScopeType 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||