ShrinkWrap Resolver Maven SPI 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.spi
Interface MavenDependencySPI

All Superinterfaces:
MavenCoordinate, MavenDependency

public interface MavenDependencySPI
extends MavenDependency

SPI View of a MavenDependency for internals usage only

Author:
Andrew Lee Rubinger

Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 boolean isUndeclaredScope()
          Denotes that the scope defined here should be treated as undeclared (as brought in via with no scope associated)
 
Methods inherited from interface org.jboss.shrinkwrap.resolver.api.maven.coordinate.MavenDependency
getExclusions, getScope, isOptional
 
Methods inherited from interface org.jboss.shrinkwrap.resolver.api.maven.coordinate.MavenCoordinate
equals, getClassifier, getPackaging, getType, getVersion, hashCode
 
Methods inherited from interface org.jboss.shrinkwrap.resolver.api.Coordinate
toCanonicalForm
 

Method Detail

isUndeclaredScope

boolean isUndeclaredScope()
Denotes that the scope defined here should be treated as undeclared (as brought in via with no scope associated)

Returns:

getGroupId

String getGroupId()

getArtifactId

String getArtifactId()

ShrinkWrap Resolver Maven SPI 2.0.0-cr-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.