|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.plugin.PluginManager.License
public static final class PluginManager.License
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 |
---|
public static final PluginManager.License commercial
public static final PluginManager.License gpl
public static final PluginManager.License apache
public static final PluginManager.License internal
public static final PluginManager.License other
Method Detail |
---|
public java.lang.String name()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static PluginManager.License valueOf(java.lang.String s)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |