| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenDependencyImpl
public MavenDependencyImpl(String coordinates)
setCoordinates
public MavenDependency setCoordinates(String coordinates)
- Specified by:
setCoordinates in interface MavenDependency
getScope
public String getScope()
- Specified by:
getScope in interface MavenDependency
setScope
public MavenDependency setScope(String scope)
- Specified by:
setScope in interface MavenDependency
isOptional
public boolean isOptional()
- Specified by:
isOptional in interface MavenDependency
setOptional
public MavenDependency setOptional(boolean optional)
- Specified by:
setOptional in interface MavenDependency
getExclusions
public String[] getExclusions()
- Specified by:
getExclusions in interface MavenDependency
getCoordinates
public String getCoordinates()
- Specified by:
getCoordinates in interface MavenDependency
addExclusions
public MavenDependency addExclusions(String... exclusions)
- Specified by:
addExclusions in interface MavenDependency
hasSameArtifactAs
public boolean hasSameArtifactAs(MavenDependency other)
- Specified by:
hasSameArtifactAs in interface MavenDependency
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.