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

java.lang.Object
  extended by org.apache.geronimo.system.plugin.PluginMetadata.License
All Implemented Interfaces:
Serializable
Enclosing class:
PluginMetadata

public static class PluginMetadata.License
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginMetadata.License(String name, boolean osiApproved)
           
 
Method Summary
 String getName()
           
 boolean isOsiApproved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMetadata.License

public PluginMetadata.License(String name,
                              boolean osiApproved)
Method Detail

getName

public String getName()

isOsiApproved

public boolean isOsiApproved()


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