org.apache.geronimo.kernel.repository
Class Dependency

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.Dependency
All Implemented Interfaces:
Serializable

public class Dependency
extends Object
implements Serializable

A dependency of a Geronimo configuration. This may be another configuration, or it may be a third-party JAR that just needs to go on the configuration Class Path.

See Also:
Serialized Form

Constructor Summary
Dependency(Artifact artifact, ImportType importType)
           
 
Method Summary
 boolean equals(Object o)
           
 Artifact getArtifact()
           
 ImportType getImportType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dependency

public Dependency(Artifact artifact,
                  ImportType importType)
Method Detail

getArtifact

public Artifact getArtifact()

getImportType

public ImportType getImportType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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