public class Licenses extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GPL
The GNU General Public Licence.
|
static String |
LGPL
The GNU Lesser General Public Licence.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 String GPL
public static final String LGPL
public static Licenses getInstance()
public String getGPL()
public String getLGPL()