org.jfree.xmlns

Class LibXmlInfo

public class LibXmlInfo extends 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 StringXHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.
static StringXML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.
Method Summary
static ProjectInfogetInstance()
Returns the singleton instance of the boot-class.

Field Detail

XHTML_NAMESPACE

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

XML_NAMESPACE

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

Method Detail

getInstance

public static ProjectInfo getInstance()
Returns the singleton instance of the boot-class.

Returns: the singleton booter.