|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.repository.meta.ArtifactDescriptor
org.apache.avalon.repository.meta.FactoryDescriptor
A RelationalDescriptor represents a set of metadata describing the structural relationships that an artifact has on other artifacts.
Field Summary | |
static String |
API_KEY
|
static String |
EXPORT_KEY
|
static String |
FACTORY_KEY
|
static String |
IMP_KEY
|
static String |
SPI_KEY
|
Fields inherited from class org.apache.avalon.repository.meta.ArtifactDescriptor |
BUILD_KEY, DOMAIN_KEY, VERSION_KEY |
Constructor Summary | |
FactoryDescriptor(Attributes attributes)
Creates a new RelationalDescriptor. |
Method Summary | |
Artifact[] |
getDependencies()
|
Artifact[] |
getDependencies(String key)
Return the implementation dependencies |
String |
getFactory()
Return the factory classname. |
String |
getInterface()
Return the factory interface. |
String |
toString()
Return a stringified representation of the instance. |
Methods inherited from class org.apache.avalon.repository.meta.ArtifactDescriptor |
equals, getArtifact, getBuild, getDomain, getValue, getVersion, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String API_KEY
public static final String SPI_KEY
public static final String IMP_KEY
public static final String FACTORY_KEY
public static final String EXPORT_KEY
Constructor Detail |
public FactoryDescriptor(Attributes attributes) throws MetaException
attributes
- the meta data attributesMethod Detail |
public String getFactory()
public String getInterface()
public Artifact[] getDependencies(String key)
public Artifact[] getDependencies()
public String toString()
ArtifactDescriptor
toString
in class ArtifactDescriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |