ShrinkWrap Resolver Maven API 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.api.maven.coordinate
Interface MavenDependencyExclusion


public interface MavenDependencyExclusion

Defines a single element for a MavenDependency. Immutable.

Author:
Andrew Lee Rubinger

Method Summary
 String getArtifactId()
          Returns the "artifactId" portion of this artifact's coordinates
 String getGroupId()
          Returns the "groupId" portion of this artifact's coordinates
 String toCanonicalForm()
          Returns the canonical form of this MavenDependencyExclusion in format groupId:artifactId
 

Method Detail

toCanonicalForm

String toCanonicalForm()
Returns the canonical form of this MavenDependencyExclusion in format groupId:artifactId

See Also:
Coordinate.toCanonicalForm()

getGroupId

String getGroupId()
Returns the "groupId" portion of this artifact's coordinates

Returns:

getArtifactId

String getArtifactId()
Returns the "artifactId" portion of this artifact's coordinates

Returns:

ShrinkWrap Resolver Maven API 2.0.0-cr-1

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