public class Licenses
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
GPL |
The GNU General Public Licence.
|
static java.lang.String |
LGPL |
The GNU Lesser General Public Licence.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getGPL() |
Returns the GPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
static Licenses |
getInstance() |
Returns a reference to this class.
|
java.lang.String |
getLGPL() |
Returns the LGPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
public static final java.lang.String GPL
public static final java.lang.String LGPL
public static Licenses getInstance()
public java.lang.String getGPL()
public java.lang.String getLGPL()