Forge - Dependencies API 2.0.0.Alpha3

org.jboss.forge.dependencies
Interface Coordinate

All Known Implementing Classes:
CoordinateBuilder

public interface Coordinate

Coordinates for a single Dependency.

Author:
George Gastaldi, Lincoln Baxter, III

Method Summary
 String getArtifactId()
          Get the minor-identifier
 String getClassifier()
          Get the classifier.
 String getGroupId()
          Get the major identifier
 String getPackaging()
          Get the packaging type.
 String getSystemPath()
          Get the systemPath of this Dependency
 String getVersion()
          Get the version
 boolean isSnapshot()
          Returns true if this coordinate version is a SNAPSHOT
 

Method Detail

getGroupId

String getGroupId()
Get the major identifier


getArtifactId

String getArtifactId()
Get the minor-identifier


getVersion

String getVersion()
Get the version


getClassifier

String getClassifier()
Get the classifier. May be null


getPackaging

String getPackaging()
Get the packaging type. Defaults to "jar"


getSystemPath

String getSystemPath()
Get the systemPath of this Dependency


isSnapshot

boolean isSnapshot()
Returns true if this coordinate version is a SNAPSHOT


Forge - Dependencies API 2.0.0.Alpha3

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