org.apache.geronimo.kernel.repository
Class Dependency

java.lang.Object
  extended byorg.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.

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
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)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.