org.jfree.xmlns
Class LibXmlInfo

java.lang.Object
  extended by org.jfree.base.Library
      extended by org.jfree.base.BasicProjectInfo
          extended by org.jfree.base.BootableProjectInfo
              extended by org.jfree.ui.about.ProjectInfo
                  extended by org.jfree.xmlns.LibXmlInfo

public class LibXmlInfo
extends org.jfree.ui.about.ProjectInfo

The LibXmlInfo class contains all dependency information and some common information like version, license and contributors about the library itself.

Author:
Thomas Morgner

Field Summary
static java.lang.String XHTML_NAMESPACE
          The XML-Namespace is used for the 'id' attribute.
static java.lang.String XML_NAMESPACE
          The XML-Namespace is used for the 'id' attribute.
 
Method Summary
static org.jfree.ui.about.ProjectInfo getInstance()
          Returns the singleton instance of the boot-class.
 
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toString
 
Methods inherited from class org.jfree.base.BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass
 
Methods inherited from class org.jfree.base.BasicProjectInfo
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
 
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAMESPACE

public static final java.lang.String XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.

See Also:
Constant Field Values

XHTML_NAMESPACE

public static final java.lang.String XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.

See Also:
Constant Field Values
Method Detail

getInstance

public static org.jfree.ui.about.ProjectInfo getInstance()
Returns the singleton instance of the boot-class.

Returns:
the singleton booter.