org.apache.geronimo.system.plugin
Class PluginMetadata.Prerequisite
java.lang.Object
org.apache.geronimo.system.plugin.PluginMetadata.Prerequisite
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PluginMetadata
public static class PluginMetadata.Prerequisite
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginMetadata.Prerequisite
public PluginMetadata.Prerequisite(org.apache.geronimo.kernel.repository.Artifact moduleId,
boolean present)
PluginMetadata.Prerequisite
public PluginMetadata.Prerequisite(org.apache.geronimo.kernel.repository.Artifact moduleId,
boolean present,
String resourceType,
String description)
getModuleId
public org.apache.geronimo.kernel.repository.Artifact getModuleId()
getResourceType
public String getResourceType()
getDescription
public String getDescription()
isPresent
public boolean isPresent()
getModuleIdWithStars
public String getModuleIdWithStars()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.