public class Licences
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GPL
Deprecated.
Use
getGPL() . |
static java.lang.String |
LGPL
Deprecated.
Use
getLGPL() . |
private static Licences |
singleton
The singleton instance of this class.
|
Constructor and Description |
---|
Licences() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGPL()
Returns the GPL (v2.1) text.
|
static Licences |
getInstance()
Returns a reference to the single instance of this class.
|
java.lang.String |
getLGPL()
Returns the LGPL (v2.1) text.
|
private java.lang.String |
readStringResource(java.lang.String name) |
public static final java.lang.String GPL
getGPL()
.public static final java.lang.String LGPL
getLGPL()
.private static Licences singleton
public static Licences getInstance()
public java.lang.String getGPL()
public java.lang.String getLGPL()
private java.lang.String readStringResource(java.lang.String name)