org.apache.geronimo.kernel.repository
Class Dependency
java.lang.Object
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
Dependency
public Dependency(Artifact artifact,
ImportType importType)
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-2007 Apache Software Foundation. All Rights Reserved.