org.apache.geronimo.mavenplugins.car
Class Dependency

java.lang.Object
  extended by org.apache.geronimo.mavenplugins.car.ModuleId
      extended by org.apache.geronimo.mavenplugins.car.Dependency

public class Dependency
extends ModuleId

Version:
$Rev: 686089 $ $Date: 2008-08-14 16:36:42 -0700 (Thu, 14 Aug 2008) $

Field Summary
 
Fields inherited from class org.apache.geronimo.mavenplugins.car.ModuleId
artifactId, groupId, type, version
 
Constructor Summary
Dependency()
           
 
Method Summary
 boolean equals(Object o)
           
 Boolean isStart()
           
static Dependency newDependency(DependencyType dependencyType)
           
 void setStart(Boolean start)
           
 DependencyType toDependencyType()
           
 Dependency toKernelDependency()
           
 String toString()
           
 
Methods inherited from class org.apache.geronimo.mavenplugins.car.ModuleId
getArtifactId, getGroupId, getImport, getType, getVersion, hashCode, setArtifactId, setGroupId, setImport, setType, setVersion, toArtifactType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency()
Method Detail

isStart

public Boolean isStart()

setStart

public void setStart(Boolean start)

toDependencyType

public DependencyType toDependencyType()

toKernelDependency

public Dependency toKernelDependency()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class ModuleId

newDependency

public static Dependency newDependency(DependencyType dependencyType)


Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.