Class LibRepositoryBoot
java.lang.Object
org.pentaho.reporting.libraries.base.boot.AbstractBoot
org.pentaho.reporting.libraries.repository.LibRepositoryBoot
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class LibRepositoryBoot
extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
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.
- Author:
- Thomas Morgner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A attribute name representing the content-entities mime-type information (if stored in the repository).static final String
A attribute domain name for managing general attributes.static final String
A attribute name representing the content-item size.static final String
A attribute name representing the content-entity versioning information.static final String
A attribute name representing a ZIP entry comment.static final String
A attribute name representing a ZIP compression level.static final String
A attribute name representing a ZIP attribute.static final String
A attribute domain name for managing ZIP-Attributes.static final String
A attribute name representing a ZIP compression method.static final Integer
A attribute name representing a ZIP attribute value.static final Integer
A attribute name representing a ZIP attribute value. -
Method Summary
Modifier and TypeMethodDescriptionstatic LibRepositoryBoot
Returns the singleton instance of the boot-class.Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractBoot
getBootFailureReason, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootFailed, isBootInProgress, loadBooter, start
-
Field Details
-
ZIP_DOMAIN
A attribute domain name for managing ZIP-Attributes.- See Also:
-
ZIP_METHOD_ATTRIBUTE
A attribute name representing a ZIP compression method.- See Also:
-
ZIP_METHOD_STORED
A attribute name representing a ZIP attribute value. -
ZIP_METHOD_DEFLATED
A attribute name representing a ZIP attribute value. -
ZIP_COMPRESSION_ATTRIBUTE
A attribute name representing a ZIP compression level.- See Also:
-
ZIP_COMMENT_ATTRIBUTE
A attribute name representing a ZIP entry comment.- See Also:
-
ZIP_CRC32_ATTRIBUTE
A attribute name representing a ZIP attribute.- See Also:
-
REPOSITORY_DOMAIN
A attribute domain name for managing general attributes.- See Also:
-
SIZE_ATTRIBUTE
A attribute name representing the content-item size. This should always return a Number.- See Also:
-
VERSION_ATTRIBUTE
A attribute name representing the content-entity versioning information. The object used as versioning information is implementation-specific and should only be used to compare equality.- See Also:
-
CONTENT_TYPE
A attribute name representing the content-entities mime-type information (if stored in the repository).- See Also:
-
-
Method Details
-
getInstance
Returns the singleton instance of the boot-class.- Returns:
- the singleton booter.
-