org.abstracthorizon.extend.repository.maven.pom
Class Dependency

java.lang.Object
  extended by org.abstracthorizon.extend.server.deployment.ModuleId
      extended by org.abstracthorizon.extend.repository.maven.pom.Artifact
          extended by org.abstracthorizon.extend.repository.maven.pom.Dependency

public class Dependency
extends Artifact


Field Summary
protected  Exclusions exclusions
           
protected  String optional
           
protected  String scope
           
 
Fields inherited from class org.abstracthorizon.extend.server.deployment.ModuleId
artifactId, classifier, groupId, JAR_TYPE, stringRepresentation, type, version
 
Constructor Summary
Dependency()
           
 
Method Summary
 Exclusions addExclusions()
           
 Exclusions getExclusions()
           
 String getOptional()
           
 String getScope()
           
 void setOptional(String optional)
           
 void setScope(String scope)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class org.abstracthorizon.extend.repository.maven.pom.Artifact
toNonSnapshotArtifact, toPOMArtifact, toSnapshotArtifact
 
Methods inherited from class org.abstracthorizon.extend.server.deployment.ModuleId
createModuleIdFromFileName, createModuleIdFromFileName, equals, equalsIgnoreSnapshot, getArtifactId, getClassifier, getFullId, getGroupId, getShortId, getType, getVersion, hashCode, isSnapshot, parseModuleIdString, parseModuleIdString, setArtifactId, setClassifier, setGroupId, setType, setVersion, updateStringRepresentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

scope

protected String scope

exclusions

protected Exclusions exclusions

optional

protected String optional
Constructor Detail

Dependency

public Dependency()
Method Detail

getExclusions

public Exclusions getExclusions()

addExclusions

public Exclusions addExclusions()

getScope

public String getScope()

setScope

public void setScope(String scope)

getOptional

public String getOptional()

setOptional

public void setOptional(String optional)

toString

public String toString(int indent)
Overrides:
toString in class Artifact

toString

public String toString()
Overrides:
toString in class ModuleId


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.