org.apache.geronimo.system.plugin
Class PluginMetadata.Prerequisite

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

Constructor Summary
PluginMetadata.Prerequisite(Artifact moduleId, boolean present)
           
PluginMetadata.Prerequisite(Artifact moduleId, boolean present, String resourceType, String description)
           
 
Method Summary
 String getDescription()
           
 Artifact getModuleId()
           
 String getModuleIdWithStars()
           
 String getResourceType()
           
 boolean isPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMetadata.Prerequisite

public PluginMetadata.Prerequisite(Artifact moduleId,
                                   boolean present)

PluginMetadata.Prerequisite

public PluginMetadata.Prerequisite(Artifact moduleId,
                                   boolean present,
                                   String resourceType,
                                   String description)
Method Detail

getModuleId

public Artifact getModuleId()

getResourceType

public String getResourceType()

getDescription

public String getDescription()

isPresent

public boolean isPresent()

getModuleIdWithStars

public String getModuleIdWithStars()


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