|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractBoot
org.pentaho.reporting.libraries.repository.LibRepositoryBoot
public class LibRepositoryBoot
The LibRepositoryBoot class is used to initialize the library before it is first used. This loads all configurations and initializes all factories.
Without booting, basic services like logging and the global configuration will not be availble.
Field Summary | |
---|---|
static String |
CONTENT_TYPE
A attribute name representing the content-entities mime-type information (if stored in the repository). |
static String |
REPOSITORY_DOMAIN
A attribute domain name for managing general attributes. |
static String |
SIZE_ATTRIBUTE
A attribute name representing the content-item size. |
static String |
VERSION_ATTRIBUTE
A attribute name representing the content-entity versioning information. |
static String |
ZIP_COMMENT_ATTRIBUTE
A attribute name representing a ZIP entry comment. |
static String |
ZIP_COMPRESSION_ATTRIBUTE
A attribute name representing a ZIP compression level. |
static String |
ZIP_CRC32_ATTRIBUTE
A attribute name representing a ZIP attribute. |
static String |
ZIP_DOMAIN
A attribute domain name for managing ZIP-Attributes. |
static String |
ZIP_METHOD_ATTRIBUTE
A attribute name representing a ZIP compression method. |
static Integer |
ZIP_METHOD_DEFLATED
A attribute name representing a ZIP attribute value. |
static Integer |
ZIP_METHOD_STORED
A attribute name representing a ZIP attribute value. |
Method Summary | |
---|---|
static LibRepositoryBoot |
getInstance()
Returns the singleton instance of the boot-class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ZIP_DOMAIN
public static final String ZIP_METHOD_ATTRIBUTE
public static final Integer ZIP_METHOD_STORED
public static final Integer ZIP_METHOD_DEFLATED
public static final String ZIP_COMPRESSION_ATTRIBUTE
public static final String ZIP_COMMENT_ATTRIBUTE
public static final String ZIP_CRC32_ATTRIBUTE
public static final String REPOSITORY_DOMAIN
public static final String SIZE_ATTRIBUTE
public static final String VERSION_ATTRIBUTE
public static final String CONTENT_TYPE
Method Detail |
---|
public static LibRepositoryBoot getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |