Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.plugin
Class PluginManager.License

java.lang.Object
  extended by com.jivesoftware.base.plugin.PluginManager.License
Enclosing class:
PluginManager

public static final class PluginManager.License
extends java.lang.Object

An enumberation for plugin license agreement types.


Field Summary
static PluginManager.License apache
          The plugin is distributed using the Apache license.
static PluginManager.License commercial
          The plugin is distributed using a commercial license.
static PluginManager.License gpl
          The plugin is distributed using the GNU Public License (GPL).
static PluginManager.License internal
          The plugin is for internal use at an organization only and is not re-distributed.
static PluginManager.License other
          The plugin is distributed under another license agreement not covered by one of the other choices.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String name()
           
 java.lang.String toString()
           
static PluginManager.License valueOf(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

commercial

public static final PluginManager.License commercial
The plugin is distributed using a commercial license.


gpl

public static final PluginManager.License gpl
The plugin is distributed using the GNU Public License (GPL).


apache

public static final PluginManager.License apache
The plugin is distributed using the Apache license.


internal

public static final PluginManager.License internal
The plugin is for internal use at an organization only and is not re-distributed.


other

public static final PluginManager.License other
The plugin is distributed under another license agreement not covered by one of the other choices. The license agreement should be detailed in the plugin Readme.

Method Detail

name

public java.lang.String name()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

valueOf

public static PluginManager.License valueOf(java.lang.String s)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.