|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.License
When executed, simply prints the license to standard out. A static method to return the string is also available.
Field Summary | |
static java.lang.String |
LICENSE_HTML_FILE_NAME
The name of the file that contains the html of the license |
static java.lang.String |
LICENSE_SHORT_TEXT_FILE_NAME
The name of the file that contains the text of the short license |
static java.lang.String |
LICENSE_TEXT_FILE_NAME
The name of the file that contains the text of the license |
static java.lang.String |
LOGO_FILE_NAME
The name of the file that contains the JHDL logo |
static java.lang.String |
TUTORIAL_HTML_FILE_NAME
The name of the file that contains the html of the tutorial |
Constructor Summary | |
License()
|
Method Summary | |
static java.io.InputStream |
getHTMLLicenseStream()
Returns the license (html version) as a stream |
static java.lang.String |
getHTMLLicenseString()
Returns the license (html version) as a string, in case anyone wants it. |
static java.net.URL |
getHTMLLicenseURL()
Returns the license (html version) as a URL |
static java.net.URL |
getHTMLTutorialURL()
Returns the tutorial (html version) as a URL |
static java.awt.Image |
getLogoIcon()
Returns the Image for the JHDL logo |
static java.net.URL |
getLogoIconURL()
Returns the URL for the Image for the JHDL logo |
static java.io.InputStream |
getTextLicenseStream(boolean longLicense)
Returns the license (text version) as a stream |
static java.lang.String |
getTextLicenseString(boolean longLicense)
Returns the license (text version) as a string, in case anyone wants it. |
static void |
main(java.lang.String[] args)
Simply prints the license to standard output |
static void |
printLicense(boolean showLongLicense)
Simply prints the license to standard output |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LICENSE_TEXT_FILE_NAME
public static final java.lang.String LICENSE_SHORT_TEXT_FILE_NAME
public static final java.lang.String LICENSE_HTML_FILE_NAME
public static final java.lang.String LOGO_FILE_NAME
public static final java.lang.String TUTORIAL_HTML_FILE_NAME
Constructor Detail |
public License()
Method Detail |
public static void main(java.lang.String[] args)
public static void printLicense(boolean showLongLicense)
public static java.io.InputStream getTextLicenseStream(boolean longLicense)
public static java.lang.String getTextLicenseString(boolean longLicense)
public static java.io.InputStream getHTMLLicenseStream()
public static java.net.URL getHTMLLicenseURL()
public static java.net.URL getHTMLTutorialURL()
public static java.lang.String getHTMLLicenseString()
public static java.awt.Image getLogoIcon()
public static java.net.URL getLogoIconURL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |