byucc.jhdl
Class License

java.lang.Object
  extended bybyucc.jhdl.License

public class License
extends java.lang.Object

When executed, simply prints the license to standard out. A static method to return the string is also available.

Author:
Anthony L. Slade

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

LICENSE_TEXT_FILE_NAME

public static final java.lang.String LICENSE_TEXT_FILE_NAME
The name of the file that contains the text of the license

See Also:
Constant Field Values

LICENSE_SHORT_TEXT_FILE_NAME

public static final java.lang.String LICENSE_SHORT_TEXT_FILE_NAME
The name of the file that contains the text of the short license

See Also:
Constant Field Values

LICENSE_HTML_FILE_NAME

public static final java.lang.String LICENSE_HTML_FILE_NAME
The name of the file that contains the html of the license

See Also:
Constant Field Values

LOGO_FILE_NAME

public static final java.lang.String LOGO_FILE_NAME
The name of the file that contains the JHDL logo

See Also:
Constant Field Values

TUTORIAL_HTML_FILE_NAME

public static final java.lang.String TUTORIAL_HTML_FILE_NAME
The name of the file that contains the html of the tutorial

See Also:
Constant Field Values
Constructor Detail

License

public License()
Method Detail

main

public static void main(java.lang.String[] args)
Simply prints the license to standard output


printLicense

public static void printLicense(boolean showLongLicense)
Simply prints the license to standard output


getTextLicenseStream

public static java.io.InputStream getTextLicenseStream(boolean longLicense)
Returns the license (text version) as a stream


getTextLicenseString

public static java.lang.String getTextLicenseString(boolean longLicense)
Returns the license (text version) as a string, in case anyone wants it.


getHTMLLicenseStream

public static java.io.InputStream getHTMLLicenseStream()
Returns the license (html version) as a stream


getHTMLLicenseURL

public static java.net.URL getHTMLLicenseURL()
Returns the license (html version) as a URL


getHTMLTutorialURL

public static java.net.URL getHTMLTutorialURL()
Returns the tutorial (html version) as a URL


getHTMLLicenseString

public static java.lang.String getHTMLLicenseString()
Returns the license (html version) as a string, in case anyone wants it.


getLogoIcon

public static java.awt.Image getLogoIcon()
Returns the Image for the JHDL logo


getLogoIconURL

public static java.net.URL getLogoIconURL()
Returns the URL for the Image for the JHDL logo



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.