A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages

A

AbstractBoot - Class in org.pentaho.reporting.libraries.base.boot
The common base for all Boot classes.
AbstractBoot() - Constructor for class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Default constructor.
AbstractModule - Class in org.pentaho.reporting.libraries.base.boot
The abstract module provides a default implementation of the module interface.
AbstractModule() - Constructor for class org.pentaho.reporting.libraries.base.boot.AbstractModule
Default Constructor.
accept(File) - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Returns true if the specified file matches the requirements of this filter, and false otherwise.
accept(File, String) - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Returns true if the file is accepted, and false otherwise.
acceptDirectories(boolean) - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Sets the flag that controls whether or not the filter accepts directories.
acceptsDirectories() - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Returns the flag that indicates whether or not the filter accepts directories.
add(K, V) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Adds a new key/value pair into this map.
add(ConfigurationMetaDataEntry) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
addAll(Configuration) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
 
addEncoder(String, String) - Method in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
addLibrary(DependencyInformation) - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Adds a library.
addModule(String) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Adds a module to the package manager.
addOptionalLibrary(String) - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Adds an optional library.
addOptionalLibrary(DependencyInformation) - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Adds an optional library.
addTag(String, String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
appendAsHexString(byte[], StringBuffer) - Static method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
ArgumentNullException - Exception in org.pentaho.reporting.libraries.base.util
 
ArgumentNullException(String) - Constructor for exception org.pentaho.reporting.libraries.base.util.ArgumentNullException
 

B

BootTimeEntry(String, long) - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageManager.BootTimeEntry
 
BulkDataUtility - Class in org.pentaho.reporting.libraries.base.util
A utility class to support reordering operations of arrays.
bytesToInt(byte[], int) - Static method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
byteToHexString(int) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 

C

charToHex(int) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 
charToHex(int) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
 
CLASS_CONTEXT - Static variable in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
A constant for using the ClassContext as source for the classloader.
ClassQueryTool - Class in org.pentaho.reporting.libraries.base.util
The class-query tool loads classes using a classloader and calls "processClass" for each class encountered.
ClassQueryTool() - Constructor for class org.pentaho.reporting.libraries.base.util.ClassQueryTool
The default constructor.
clear() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Removes all contents from the stack.
clear() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Clears all keys and values of this map.
clear() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
 
clear() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Clears the map and removes all map records.
clear() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Clears the table.
clearRow(int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Clears the row by removing the array that stores the row-data.
clone() - Method in interface org.pentaho.reporting.libraries.base.config.Configuration
Returns a clone of the object.
clone() - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
 
clone() - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Clones this configuration.
clone() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Creates a shallow copy of the stack.
clone() - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Creates and returns a copy of this object.
clone() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Creates a deep copy of this HashNMap.
clone() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
 
clone() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Clones this map.
clone(Object) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns a clone of the specified object, if it can be cloned, otherwise throws a CloneNotSupportedException.
close() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
close() - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Close the stream, flushing it first.
close() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringReader
 
close() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Close the stream, flushing it first.
close() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
close() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
close() - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
Close the stream, flushing it first.
collisionNext - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The link to the next entry in the bucket that has the same hashkey.
compareTo(PackageManager.BootTimeEntry) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager.BootTimeEntry
 
compareVersionArrays(Integer[], Integer[]) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Compares version numbers.
Configuration - Interface in org.pentaho.reporting.libraries.base.config
A simple query interface for a configuration.
ConfigurationDomain - Class in org.pentaho.reporting.libraries.base.config.metadata
 
ConfigurationDomain() - Constructor for class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
ConfigurationMetaData - Class in org.pentaho.reporting.libraries.base.config.metadata
 
ConfigurationMetaDataEntry - Class in org.pentaho.reporting.libraries.base.config.metadata
 
ConfigurationMetaDataEntry(String) - Constructor for class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
ConfigurationMetaDataParser - Class in org.pentaho.reporting.libraries.base.config.metadata
 
ConfigurationMetaDataParser() - Constructor for class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataParser
 
configure(SubSystem) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Configures the module by loading the configuration properties and adding them to the package configuration.
configure(SubSystem) - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Configures the module.
configure(SubSystem) - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Configures the module and raises the state to STATE_CONFIGURED if the module is not yet configured.
containsKey(Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Checks, whether the map contains an entry for the key.
containsKey(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Tests whether this map contains the given key.
containsValue(K, V) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Tests whether this map contains the given value.
containsValue(V) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Tests whether this map contains the given value.
copyColumn(int, int) - Method in class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Copys the contents of the old column to the new column.
copyColumn(int, int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Copys the contents of the old column to the new column.
copyRow(int, int) - Method in class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Copys the contents of the old row to the new row.
copyRow(int, int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Copys the contents of the old row to the new row.
copyStreams(InputStream, OutputStream) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Copies the InputStream into the OutputStream, until the end of the stream has been reached.
copyStreams(InputStream, OutputStream, int) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Copies the InputStream into the OutputStream, until the end of the stream has been reached.
copyWriter(Reader, Writer) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Copies the contents of the Reader into the Writer, until the end of the stream has been reached.
copyWriter(Reader, Writer, int) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Copies the contents of the Reader into the Writer, until the end of the stream has been reached.
countTokens() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
createDefaultHierarchicalConfiguration(String, String, boolean, Class) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Creates a default configuration setup, which loads its settings from the static configuration (defaults provided by the developers of the library) and the user configuration (settings provided by the deployer).
createDomain(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaData
 
createEncoder(String) - Method in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
createList() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns a new empty list.
createMenu(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns a JMenu created from a resource bundle definition.
createObjectFactory(SubSystem) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultObjectFactoryBuilder
 
createObjectFactory(SubSystem) - Method in interface org.pentaho.reporting.libraries.base.boot.ObjectFactoryBuilder
 
createReader() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
 
createRelativePath(String, String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Creates a relative url by stripping the common parts of the the url.
createRelativeURL(URL, URL) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Creates a relative url by stripping the common parts of the the url.
createSecureDocBuilderFactory() - Static method in class org.pentaho.reporting.libraries.base.util.XMLParserFactoryProducer
Creates an instance of DocumentBuilderFactory class with enabled XMLConstants.FEATURE_SECURE_PROCESSING property.
CSVQuoter - Class in org.pentaho.reporting.libraries.base.util
The CSVQuoter is a helper class to encode a string for the CSV file format.
CSVQuoter() - Constructor for class org.pentaho.reporting.libraries.base.util.CSVQuoter
Creates a new CSVQuoter, which uses a comma as the default separator.
CSVQuoter(char) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVQuoter
Creates a new CSVQuoter, which uses the defined separator.
CSVQuoter(char, char) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVQuoter
Creates a new CSVQuoter with the given separator and quoting character.
CSVQuoter(char, char, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVQuoter
 
CSVTokenizer - Class in org.pentaho.reporting.libraries.base.util
The csv tokenizer class allows an application to break a Comma Separated Value format into tokens.
CSVTokenizer(String) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Constructs a string tokenizer for the specified string.
CSVTokenizer(String, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Constructs a string tokenizer for the specified string.
CSVTokenizer(String, String) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Constructs a csv tokenizer for the specified string.
CSVTokenizer(String, String, String) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Constructs a csv tokenizer for the specified string.
CSVTokenizer(String, String, String, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Constructs a csv tokenizer for the specified string.

D

DebugLog - Class in org.pentaho.reporting.libraries.base.util
This class provides static log messages for on-going bug-hunting efforts.
decryptPassword(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 
decryptPassword(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
 
decryptPassword(String, String) - Method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
decryptPassword(String, SecretKey, String) - Method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
decryptPasswordWithOptionalEncoding(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
Decrypts a password if it contains the prefix "Encrypted "
decryptPasswordWithOptionalEncoding(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
Decrypts a password if it contains the prefix "Encrypted "
DefaultConfiguration - Class in org.pentaho.reporting.libraries.base.config
Default configuration.
DefaultConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
Creates an empty property list with no default values.
DefaultModuleInfo - Class in org.pentaho.reporting.libraries.base.boot
Provides a default implementation of the module info interface.
DefaultModuleInfo() - Constructor for class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
DefaultConstructor.
DefaultModuleInfo(String, String, String, String) - Constructor for class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Creates a new module info an initalizes it with the given values.
DefaultObjectFactory - Class in org.pentaho.reporting.libraries.base.boot
 
DefaultObjectFactory(Configuration) - Constructor for class org.pentaho.reporting.libraries.base.boot.DefaultObjectFactory
 
DefaultObjectFactoryBuilder - Class in org.pentaho.reporting.libraries.base.boot
 
DefaultObjectFactoryBuilder() - Constructor for class org.pentaho.reporting.libraries.base.boot.DefaultObjectFactoryBuilder
 
DependencyInformation - Class in org.pentaho.reporting.libraries.base.versioning
An data-structure documenting external dependencies.
DependencyInformation(String) - Constructor for class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Creates a minimal dependency information object for the library with the given name.
DependencyInformation(String, String, String, String) - Constructor for class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Creates a minimal dependency information object for the library with the given name.
doLog(String) - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
doQuoting(String) - Method in class org.pentaho.reporting.libraries.base.util.CSVQuoter
Encodes the string, so that the string can safely be used in CSV files.
doQuoting(String, Writer) - Method in class org.pentaho.reporting.libraries.base.util.CSVQuoter
A streaming version of the quoting algorithm for more performance.
DOUBLE_QUATE - Static variable in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
A possible quote character constant.

E

Empty - Class in org.pentaho.reporting.libraries.base.util
Class which holds a static reference to a set of empty objects.
EMPTY_TAGS - Static variable in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
emptyIterator() - Static method in class org.pentaho.reporting.libraries.base.util.EmptyIterator
 
EmptyIterator<T> - Class in org.pentaho.reporting.libraries.base.util
An helper class to implement an empty iterator.
EmptyPerformanceLoggingStopWatch - Class in org.pentaho.reporting.libraries.base.util
 
encode(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.URLEncoder
Deprecated.
Encode a string according to RFC 1738.
ENCODE_ALPHA - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constant specifying that alpha channel should be encoded.
encodeImage(Image, OutputStream) - Method in class org.pentaho.reporting.libraries.base.encoder.JpegImageEncoder
 
encodeImage(Image, OutputStream, float, boolean) - Method in interface org.pentaho.reporting.libraries.base.encoder.ImageEncoder
Encodes the given image using the given encoder-specific quality and alpha-channel settings and writes the encoded image-data to the given stream.
encodeImage(Image, OutputStream, float, boolean) - Method in class org.pentaho.reporting.libraries.base.encoder.JpegImageEncoder
 
encodeImage(Image, OutputStream, float, boolean) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
 
encodeUTF8(String) - Static method in class org.pentaho.reporting.libraries.base.util.URLEncoder
Deprecated.
 
encryptPassword(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 
encryptPassword(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
 
encryptPassword(String, String) - Method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
encryptPassword(String, SecretKey, String) - Method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
encryptPasswordWithOptionalEncoding(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 
encryptPasswordWithOptionalEncoding(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
 
endsWithIgnoreCase(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Helper functions to query a strings end portion.
ensureCapacity(int, int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Ensures that there is storage capacity for the specified item.
ensureRowCapacity(int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Checks that there is storage capacity for the specified row and resizes if necessary.
EOF - Static variable in class org.pentaho.reporting.libraries.base.util.SqlCommentScrubber
End-of-File (EOF) indicator *
EOL - Static variable in class org.pentaho.reporting.libraries.base.util.SqlCommentScrubber
End-of-Line (EOL) indicator *
equal(Object, Object) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns true if the two objects are equal OR both null.
equalArray(Object[], Object[]) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Compares two arrays and determines if they are equal.
equals(File, File) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Performs a comparison on two file objects to determine if they refer to the same file.
equals(Object) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Two moduleinfos are equal,if they have the same module class.
equals(Object) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager.BootTimeEntry
 
equals(Object) - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Compares this object with the given other object for equality.
equals(Object) - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
 
equals(Object) - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Tests this object for equality with another object.
equals(Object) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Tests this paint table for equality with another object (typically also an ObjectTable).
equals(Object) - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Tests this object for equality.
equals(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Determines if the two Strings are equals (taking nulls into account).
equalsIgnoreCase(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Determines if the two Strings are equals ingnoring case sensitivity (taking nulls into account).
execStatements(String, Connection, boolean) - Static method in class org.pentaho.reporting.libraries.base.util.SqlScriptUtils
Execute a series of SQL statements, separated by ;
ExtendedConfiguration - Interface in org.pentaho.reporting.libraries.base.config
The extended configuration provides methods to make using the configuration easier.
ExtendedConfigurationWrapper - Class in org.pentaho.reporting.libraries.base.config
A wrapper for the extended configuration interface around a plain configuration.
ExtendedConfigurationWrapper(Configuration) - Constructor for class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Creates a wrapper around the given configuration.

F

FastStack<T> - Class in org.pentaho.reporting.libraries.base.util
A very simple unsynchronized stack.
FastStack() - Constructor for class org.pentaho.reporting.libraries.base.util.FastStack
Creates a new stack with an initial size and growth of 10 items.
FastStack(int) - Constructor for class org.pentaho.reporting.libraries.base.util.FastStack
Creates a new stack with an initial size and growth as specified.
FilesystemFilter - Class in org.pentaho.reporting.libraries.base.util
A filesystem filter.
FilesystemFilter(String[], String, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Creates a new filter.
FilesystemFilter(String, String) - Constructor for class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Creates a new filter.
FilesystemFilter(String, String, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Creates a new filter.
FILTER_LAST - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constants for filter (LAST).
FILTER_NONE - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constants for filter (NONE).
FILTER_SUB - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constants for filter (SUB).
FILTER_UP - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constants for filter (UP).
filterSub(byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Perform "sub" filtering on the given row.
filterUp(byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Perform "up" filtering on the given row.
findFileOnClassPath(String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Returns a reference to a file with the specified name that is located somewhere on the classpath.
findPropertyKeys(String) - Method in interface org.pentaho.reporting.libraries.base.config.Configuration
Returns all keys with the given prefix.
findPropertyKeys(String) - Method in class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
Searches all property keys that start with a given prefix.
findPropertyKeys(String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns all keys with the given prefix.
findPropertyKeys(String) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Searches all property keys that start with a given prefix.
finishProfiling() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
FloatDimension - Class in org.pentaho.reporting.libraries.base.util
A dimension object specified using float values.
FloatDimension() - Constructor for class org.pentaho.reporting.libraries.base.util.FloatDimension
Creates a new dimension object with width and height set to zero.
FloatDimension(float, float) - Constructor for class org.pentaho.reporting.libraries.base.util.FloatDimension
Creates a new dimension.
FloatDimension(FloatDimension) - Constructor for class org.pentaho.reporting.libraries.base.util.FloatDimension
Creates a new dimension that is a copy of another dimension.
flush() - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Flush the stream.
flush() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Flush the stream.
flush() - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
Flush the stream.
formatErrorMessage(String, String) - Method in class org.pentaho.reporting.libraries.base.util.Messages
Get a formatted error message.
formatMessage(String, Object) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
formatMessage(String, Object[]) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
formatMessage(String, Object, Object) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Formats the message stored in the resource bundle (using a MessageFormat).
FormattedMessage - Class in org.pentaho.reporting.libraries.base.util
 
FormattedMessage(String, Object...) - Constructor for class org.pentaho.reporting.libraries.base.util.FormattedMessage
 

G

generateUrl(String, String, String, String) - Static method in class org.pentaho.reporting.libraries.base.util.UrlBuilder
Generates a URL using the server, path, paramters, and fragment items.
GenericObjectTable<T> - Class in org.pentaho.reporting.libraries.base.util
A generic table storing objects in an fast array backend.
GenericObjectTable() - Constructor for class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Creates a new object table.
GenericObjectTable(int) - Constructor for class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Creates a new table.
GenericObjectTable(int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Creates a new table.
get(int) - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Returns the element from the stack at the given index-position.
get(Class<T>) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultObjectFactory
 
get(Class<T>) - Method in interface org.pentaho.reporting.libraries.base.boot.ObjectFactory
Retrieves an instance of a Pentaho BI Server API interface using the simple interface name (interfaceClass name without the package) as the object key.
get(Class<T>, String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultObjectFactory
 
get(Class<T>, String) - Method in interface org.pentaho.reporting.libraries.base.boot.ObjectFactory
Retrieves an instance of a Pentaho BI Server API interface by the given object key.
get(Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Retrieves the object stored under the given key from the map.
get(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
get(K) - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Return the entry for the given key.
get(K, int) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Retrieves the n-th value registered for an key or null if there was no such key in the list.
getAbsolutePath(String, String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Computes the absolute filename for the target file using the baseFile as root directory.
getActiveModules() - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Returns all active modules.
getAll() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
getAll(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns an iterator over all elements registered to the given key.
getAllModules() - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Returns an array of the currently active modules.
getBoolProperty(String) - Method in interface org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
Returns the boolean value of a given configuration property.
getBoolProperty(String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns the boolean value of a given configuration property.
getBoolProperty(String, boolean) - Method in interface org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
Returns the boolean value of a given configuration property.
getBoolProperty(String, boolean) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns the boolean value of a given configuration property.
getBootClass() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the boot class.
getBootFailureReason() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Returns the failure reason for the boot process.
getBuffer() - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
 
getClassLoader() - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the custom classloader or null, if no custom classloader is defined.
getClassLoader(Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the classloader, which was responsible for loading the given class.
getClassLoaderSource() - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the internal configuration entry, whether the classloader of the thread context or the context classloader should be used.
getClassName() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
getCollisionNext() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Returns the next map-entry in the bucket.
getColumnCount() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the number of columns in the table.
getColumnIncrement() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the column size increment.
getCompressionLevel() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Retrieve compression level.
getConfigProperties() - Method in interface org.pentaho.reporting.libraries.base.config.Configuration
Returns the configuration properties.
getConfigProperties() - Method in class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
 
getConfigProperties() - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
 
getConfigProperties() - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Returns all defined configuration properties for the report.
getConfigProperties() - Method in class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
Returns all defined configuration properties for the report.
getConfigProperty(String) - Method in interface org.pentaho.reporting.libraries.base.config.Configuration
Returns the configuration property with the specified key.
getConfigProperty(String) - Method in class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
Returns the configuration property with the specified key.
getConfigProperty(String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns the configuration property with the specified key.
getConfigProperty(String) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Returns the configuration property with the specified key.
getConfigProperty(String, String) - Method in interface org.pentaho.reporting.libraries.base.config.Configuration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
Returns the configuration property with the specified key (or the specified default value if there is no such property).
getConfiguration() - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Returns the collection of properties for the configuration.
getConfigurationDomain() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
 
getCopyright() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the copyright string for thie project.
getData() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the data-storage as raw-object.
getDescription() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns the module description.
getDescription() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns a short description of the modules functionality.
getDescription() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
getDescription() - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
Returns the filter description.
getDomain(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaData
 
getElapsedMilliseconds() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
getElapsedSeconds() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
getElapsedTime() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
getEncodeAlpha() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Retrieve alpha encoding status.
getErrorString(String, String...) - Method in class org.pentaho.reporting.libraries.base.util.Messages
Get a parametrized formatted error message from the resource-bundle.
getExtendedConfig() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Returns the global configuration as extended configuration.
getExtendedConfig() - Method in interface org.pentaho.reporting.libraries.base.boot.SubSystem
Returns the global configuration as ExtendedConfiguration instance.
getField() - Method in exception org.pentaho.reporting.libraries.base.util.ArgumentNullException
 
getFileExtension(String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Returns the file extension of the given file name.
getFileName(String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Extracts the last file name from the given pathname.
getFileName(URL) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Extracts the file name from the URL.
getFilter() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Retrieve filtering scheme.
getFirst(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Retrieves the first value registered for an key or null if there was no such key in the list.
getGlobalConfig() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Returns the global configuration.
getGlobalConfig() - Method in interface org.pentaho.reporting.libraries.base.boot.SubSystem
Returns the global configuration.
getGPL() - Method in class org.pentaho.reporting.libraries.base.versioning.Licenses
Returns the GPL text in a non static way to prevent the compiler to copy the contents of the field.
getHeight() - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Returns the height.
getIcon(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns an unscaled icon.
getIcon(String, boolean) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns an scaled icon suitable for buttons or menus.
getImage() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Returns the image to be encoded.
getInfo() - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Returns the extra information.
getInstance() - Static method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaData
 
getInstance() - Static method in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
getInstance() - Static method in class org.pentaho.reporting.libraries.base.LibBaseBoot
Returns the singleton instance of LibBaseBoot.
getInstance() - Static method in class org.pentaho.reporting.libraries.base.LibBaseInfo
Returns a singleton instance of the LibBase project information structure.
getInstance() - Static method in class org.pentaho.reporting.libraries.base.util.IOUtils
Gets the singleton instance of the utility package.
getInstance() - Static method in class org.pentaho.reporting.libraries.base.versioning.Licenses
Returns a reference to this class.
getInternalName() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the internal name of the project.
getIntProperty(String) - Method in interface org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
Returns a given property as int value.
getIntProperty(String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns a given property as int value.
getIntProperty(String, int) - Method in interface org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
Returns a given property as int value.
getIntProperty(String, int) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Returns a given property as int value.
getKey() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
getKeyStroke(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getKeyStroke(String, int) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getLast(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Retrieves the last value registered for an key or null if there was no such key in the list.
getLength() - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
 
getLength() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
 
getLGPL() - Method in class org.pentaho.reporting.libraries.base.versioning.Licenses
Returns the LGPL text in a non static way to prevent the compiler to copy the contents of the field.
getLibraries() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns a list of libraries used by the project.
getLicenseName() - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Returns the name of the license of this dependency.
getLineSeparator() - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Queries the system properties for the line separator.
getLocale() - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the current locale for this resource bundle.
getLoggingThreshold() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
getLoggingThreshold() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
getLoggingThreshold() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
getMajorVersion() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Returns the major version of the module.
getMajorVersion() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInfo
Returns the major version of the base module.
getMaximumSize() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Returns the defined maximum size.
getMessage() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
getMessage() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
getMessage() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
getMessage() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Returns the detail message string of this throwable.
getMimeType() - Method in interface org.pentaho.reporting.libraries.base.encoder.ImageEncoder
Returns the mime-type of the encoded data.
getMimeType() - Method in class org.pentaho.reporting.libraries.base.encoder.JpegImageEncoder
 
getMimeType() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
 
getMinorVersion() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Returns the minor version of the module.
getMinorVersion() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInfo
Returns the minor version of the base module.
getMnemonic(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the mnemonic stored at the given resourcebundle key.
getModule() - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Returns the module managed by this state implementation.
getModuleClass() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Returns the class name of the module described implementation.
getModuleClass() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInfo
Returns the module class of the desired base module.
getName() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns the name of this module.
getName() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns the module name.
getName() - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Returns the name of the dependency, which is never null.
getNext() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Returns the next entry in the list or null if this is the last entry.
getObject(int, int) - Method in class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Returns the object from a particular cell in the table.
getObject(int, int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the object from a particular cell in the table.
getObjectFactory() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
 
getOptionalKeyStroke(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getOptionalKeyStroke(String, int) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the keystroke stored at the given resourcebundle key.
getOptionalLibraries() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns a list of optional libraries used by the project.
getOptionalMnemonic(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns the mnemonic stored at the given resourcebundle key.
getOptionalModules() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns a copy of the required modules array.
getOptionalModules() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns an array of optional modules.
getOptionalString(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
 
getOtherProperties() - Static method in class org.pentaho.reporting.libraries.base.util.SystemInformation
 
getPackageConfiguration() - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Returns the default package configuration.
getPackageManager() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Returns the packageManager instance of the package manager.
getPackageManager() - Method in interface org.pentaho.reporting.libraries.base.boot.SubSystem
Returns the package manager.
getParent() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
use the throwable instead.
getParent() - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
use the throwable instead.
getParentConfig() - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Returns the parent configuration.
getParentThrowable() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
 
getParentThrowable() - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
 
getPatchLevel() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Returns the patch level version of the module.
getPatchLevel() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInfo
Returns the patchlevel version of the base module.
getPath(String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Returns the path-portion of the given path (anything before the last slash or backslash) or an empty string.
getPrevious() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Returns the previous entry in the list or null if this is the first entry.
getProducer() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns the producer of the module.
getProducer() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns the name of the module producer.
getProductId() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the product ID from the Manifest.
getProductId() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the product id as computed by createProductId().
getProjectInfo() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Returns the project info.
getProjectInfo() - Method in class org.pentaho.reporting.libraries.base.LibBaseBoot
Returns the project info.
getQuate() - Method in class org.pentaho.reporting.libraries.base.util.CSVQuoter
Returns the quoting character.
getQuate() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Returns the quate.
getRaw() - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
 
getRaw() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
 
getRegisteredEncoders() - Method in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
getReleaseBuildNumber() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release build number from the Manifest.
getReleaseBuildNumber() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release build number.
getReleaseCandidateToken() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release candidate token from the Manifest.
getReleaseCandidateToken() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Deprecated.
No longer used.
getReleaseMajor() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release major version number from the Manifest.
getReleaseMajor() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release major number.
getReleaseMilestone() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release milestone number from the Manifest.
getReleaseMilestone() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release milestone number.
getReleaseMinor() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release minor version number from the Manifest.
getReleaseMinor() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release minor number.
getReleaseNumber() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the release number from the Manifest.
getReleaseNumber() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release number.
getReleasePatch() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the release patch number.
getRequiredModules() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns a copy of the required modules array.
getRequiredModules() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns an array of all required modules.
getResource(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the resource specified by the absolute name.
getResourceAsStream(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the inputstream for the resource specified by the absolute name.
getResourceBase() - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
The base name of the resource bundle.
getResourceRelative(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the resource specified by the relative name.
getResourceRelativeAsStream(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Returns the inputstream for the resource specified by the relative name.
getResourceURL(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Returns a URL pointing to a resource located in the classpath.
getRestartCount() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
getRestartCount() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
getRestartCount() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
getRowCount() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the number of rows in the table.
getRowIncrement() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns the row size increment.
getSeparator() - Method in class org.pentaho.reporting.libraries.base.util.CSVQuoter
Gets the separator used in this quoter and the CSV file.
getStartMilliseconds() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
getStartTime() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
getStartTime() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
getStartTime() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
getStartTime() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
getState() - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Returns the current state of the module.
getString(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
 
getString(String, Object) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
 
getString(String, Object[]) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
 
getString(String, Object, Object) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
 
getString(String, String...) - Method in class org.pentaho.reporting.libraries.base.util.Messages
Formats the message stored in the resource bundle (using a MessageFormat).
getSubSystem() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns the modules subsystem.
getSubSystem() - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Returns the modules subsystem.
getTag() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
getTag() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
getTag() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
getTags() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
getTitle() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the implementation title as specified in the manifest.
getValue() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Returns the current value.
getValueCount(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns the number of elements registered with the given key.
getVersion() - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Returns the version number.
getVersion() - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the version number from the Manifest.
getVersion() - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Returns the full version string as computed by createVersion().
getWidth() - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Returns the width.
getXDpi() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Get the DPI for the X axis.
getYDpi() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Get the DPI for the Y axis.
GPL - Static variable in class org.pentaho.reporting.libraries.base.versioning.Licenses
The GNU General Public Licence.

H

hashCode() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Computes an hashcode for this module information.
hashCode() - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager.BootTimeEntry
 
hashCode() - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Computes a hashcode for this package state.
hashCode() - Method in class org.pentaho.reporting.libraries.base.util.FilesystemFilter
 
hashCode() - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Returns a hash code.
hashCode() - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Returns a hash code value for the object.
hashCode() - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Computes a hashcode based on the name of the dependency.
hashCode(Object[]) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
 
hashKey - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The precomputed hashkey of the key.
HashNMap<K,​V> - Class in org.pentaho.reporting.libraries.base.util
The HashNMap can be used to store multiple values by a single key value.
HashNMap() - Constructor for class org.pentaho.reporting.libraries.base.util.HashNMap
Default constructor.
hasMoreElements() - Method in class org.pentaho.reporting.libraries.base.config.StringEnumeration
 
hasMoreElements() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in class org.pentaho.reporting.libraries.base.util.EmptyIterator
Returns true if the iteration has more elements.
HierarchicalConfiguration - Class in org.pentaho.reporting.libraries.base.config
A hierarchical configuration.
HierarchicalConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Creates a new configuration.
HierarchicalConfiguration(Class) - Constructor for class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Creates a new configuration, that is able to reconnect itself to the global configuration after deserialization.
HierarchicalConfiguration(Configuration) - Constructor for class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Creates a new configuration.

I

IMAGE_JPEG - Static variable in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
IMAGE_PNG - Static variable in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
ImageEncoder - Interface in org.pentaho.reporting.libraries.base.encoder
A image encoder.
ImageEncoderRegistry - Class in org.pentaho.reporting.libraries.base.encoder
 
imageUpdate(Image, int, int, int, int, int) - Method in class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
Callback function used by AWT to inform that more data is available.
initialize(SubSystem) - Method in interface org.pentaho.reporting.libraries.base.boot.Module
Initializes the module.
initialize(SubSystem) - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Initializes the contained module and raises the set of the module to STATE_INITIALIZED, if the module was not yet initialized.
initializeModules() - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Initializes all previously uninitialized modules.
insertConfiguration(HierarchicalConfiguration) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
The new configuartion will be inserted into the list of report configuration, so that this configuration has the given report configuration instance as parent.
INSTANCE - Static variable in class org.pentaho.reporting.libraries.base.util.EmptyIterator
 
INSTANCE - Static variable in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
instantiateSafe(Class, Class<T>) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
 
internalGetString(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Performs the lookup for the given key.
intToByte(int) - Static method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
IOUtils - Class in org.pentaho.reporting.libraries.base.util
The IOUtils provide some IO related helper methods.
isBootDone() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Checks, whether the booting is complete.
isBootFailed() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Checks whether the booting failed.
isBootInProgress() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Checks, whether the booting is in progress.
isClassLoadable(String, Class<?>) - Static method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Tries to load a class to indirectly check for the existence of a certain library.
isEmpty() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Checks whether the stack is empty.
isEmpty() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Checks, whether the map is empty.
isEmpty() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Checks whether this map is empty.
isEmpty() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Checks whether this collection is empty.
isEmpty(String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Determines if the string is empty or null.
isEmpty(String, boolean) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Determines if the string is empty or null.
isEncoderAvailable(String) - Method in class org.pentaho.reporting.libraries.base.encoder.ImageEncoderRegistry
 
isError() - Method in class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
Returns true if there is an error condition, and false otherwise.
isGlobal() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
isHidden() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
isJDK14() - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Checks whether the current JDK is at least JDK 1.4.
isJpegEncodingAvailable() - Static method in class org.pentaho.reporting.libraries.base.encoder.JpegImageEncoder
 
isLoaded() - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
isLoadingComplete() - Method in class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
Checks whether the loading is complete.
isLocallyDefined(String) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Checks, whether the given key is localy defined in this instance or whether the key's value is inherited.
isLocallyDefined(String) - Method in class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
Checks, whether the given key is locally defined in the system properties.
isModuleAvailable(String) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Checks whether the given module is available.
isModuleAvailable(ModuleInfo) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Checks, whether a certain module is available.
isPropertySet(String) - Method in interface org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
Checks, whether a given property is defined.
isPropertySet(String) - Method in class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper
Checks, whether a given property is defined.
isSpace(char) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Determines whether or not a character is considered a space.
isStarted() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
isSubDirectory(File, File) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Checks, whether the child directory is a subdirectory of the base directory.
isValidClass(String) - Method in class org.pentaho.reporting.libraries.base.util.ClassQueryTool
Checks, whether the class is valid.

J

JpegImageEncoder - Class in org.pentaho.reporting.libraries.base.encoder
 
JpegImageEncoder() - Constructor for class org.pentaho.reporting.libraries.base.encoder.JpegImageEncoder
 

K

key - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The key object, which is never null and which never changes.
keys() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns all registered keys as an enumeration.
keys() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Returns the keys used in this map as array.
keys(Object[]) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Returns the keys used in this map as array.
keySet() - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns all registered keys as set.

L

LFUMap<K,​V> - Class in org.pentaho.reporting.libraries.base.util
A Least-Frequently-Used Map.
LFUMap(int) - Constructor for class org.pentaho.reporting.libraries.base.util.LFUMap
Creates a new LFU-Map with a maximum size of cacheSize entries.
LGPL - Static variable in class org.pentaho.reporting.libraries.base.versioning.Licenses
The GNU Lesser General Public Licence.
LibBaseBoot - Class in org.pentaho.reporting.libraries.base
An utility class to safely boot and initialize the LibBase library.
LibBaseInfo - Class in org.pentaho.reporting.libraries.base
The project information for LibBase.
Licenses - Class in org.pentaho.reporting.libraries.base.versioning
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public Licence.
LinkedMap - Class in org.pentaho.reporting.libraries.base.util
A fast linked-hashmap that avoids any unneccessay work.
LinkedMap() - Constructor for class org.pentaho.reporting.libraries.base.util.LinkedMap
Default constructor.
LinkedMap(int, float) - Constructor for class org.pentaho.reporting.libraries.base.util.LinkedMap
Creates a new map with the given initial number of buckets and the given loadfactor.
LinkedMap.MapEntry - Class in org.pentaho.reporting.libraries.base.util
A cache map entry class holding both the key and value and acting as member of a linked list.
LIST - Static variable in class org.pentaho.reporting.libraries.base.util.Empty
Deprecated.
this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.
load(InputStream) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
Loads the properties stored in the given file.
load(String) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Loads all modules mentioned in the report configuration starting with the given prefix.
load(String) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
Lods the property file from a classpath resource name.
load(String, Class) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
Loads the properties stored in the given file.
loadAndInstantiate(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Deprecated.
This class is not typesafe and instantiates the specified object without any additional checks.
loadAndInstantiate(String, Class, Class<T>) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Tries to create a new instance of the given class.
loadAndValidate(String, Class, Class<T>) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
 
loadBooter(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Loads the specified booter implementation.
loadBooter(String, Class) - Static method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Loads the specified booter-class.
loadConfiguration() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Loads the configuration.
loadConfiguration() - Method in class org.pentaho.reporting.libraries.base.LibBaseBoot
Loads the configuration for LibBase.
loadModuleInfo() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Loads the default module description from the file "module.properties".
loadModuleInfo(InputStream) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Loads the module description from the given input stream.
log(Object) - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
Logs a message using the debug-logger.
log(Object, Throwable) - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
Logs a message using the debug-logger.
logEnter() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
logExit() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
LoggingStopWatch - Class in org.pentaho.reporting.libraries.base.util
 
LoggingStopWatch(String) - Constructor for class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
LoggingStopWatch(String, Object) - Constructor for class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
logHere() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
Logs a HERE message.
logHereWE() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
Logs a HERE message along with a stack-trace to identify how we got to this point.
logSystemInformation() - Method in class org.pentaho.reporting.libraries.base.util.SystemInformation
 

M

main(String[]) - Static method in class org.pentaho.reporting.libraries.base.LibBaseInfo
The main method can be used to check the version of the code.
makeUniqueName(String[], String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Computes a unique name using the given known-names array as filter.
MAP - Static variable in class org.pentaho.reporting.libraries.base.util.Empty
Deprecated.
this is a redeclaration of the Collections.EMPTY_MAP field and should be killed.
MapEntry(Object, int, Object) - Constructor for class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Creates a new map-entry for the given key and value.
markError() - Method in class org.pentaho.reporting.libraries.base.boot.PackageState
Marks this package state as invalid.
MemoryByteArrayOutputStream - Class in org.pentaho.reporting.libraries.base.util
 
MemoryByteArrayOutputStream() - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
MemoryByteArrayOutputStream(int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
MemoryStringReader - Class in org.pentaho.reporting.libraries.base.util
 
MemoryStringReader(char[], int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryStringReader
 
MemoryStringWriter - Class in org.pentaho.reporting.libraries.base.util
 
MemoryStringWriter() - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
MemoryStringWriter(int) - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
MemoryStringWriter(int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
MemoryUsageMessage - Class in org.pentaho.reporting.libraries.base.util
A helper class to print memory usage message if needed.
MemoryUsageMessage(String) - Constructor for class org.pentaho.reporting.libraries.base.util.MemoryUsageMessage
Creates a new message.
merge(String[], String[]) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Merges the contents of the first and second array returning a array that contains only unique strings.
Messages - Class in org.pentaho.reporting.libraries.base.util
A helper class for a simplified resource-bundle access.
Messages(Locale, String) - Constructor for class org.pentaho.reporting.libraries.base.util.Messages
Deprecated.
Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release.
Messages(Locale, String, ClassLoader) - Constructor for class org.pentaho.reporting.libraries.base.util.Messages
Creates a new Messages-collection.
Messages(Locale, ResourceBundle, String) - Constructor for class org.pentaho.reporting.libraries.base.util.Messages
Deprecated.
Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release.
ModifiableConfiguration - Interface in org.pentaho.reporting.libraries.base.config
A modifiable configuration.
Module - Interface in org.pentaho.reporting.libraries.base.boot
A module encapsulates optional functionality within a project.
ModuleInfo - Interface in org.pentaho.reporting.libraries.base.boot
The Module info class encapsulates metadata about a given module.
ModuleInitializeException - Exception in org.pentaho.reporting.libraries.base.boot
This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used.
ModuleInitializeException() - Constructor for exception org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
Creates a ModuleInitializeException with no message and no base exception.
ModuleInitializeException(String) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
Creates a ModuleInitializeException with the given message and no base exception.
ModuleInitializeException(String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
Creates a ModuleInitializeException with the given message and base exception.
ModuleInitializer - Interface in org.pentaho.reporting.libraries.base.boot
The module initializer is used to separate the initialization process from the module definition.

N

next - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The link to the next entry in the list.
next() - Method in class org.pentaho.reporting.libraries.base.util.EmptyIterator
Returns the next element in the iteration.
nextElement() - Method in class org.pentaho.reporting.libraries.base.config.StringEnumeration
 
nextElement() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextToken() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Returns the next token in this string tokenizer's string.
NO_ALPHA - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
Constant specifying that alpha channel should not be encoded.
NullOutputStream - Class in org.pentaho.reporting.libraries.base.util
A null output stream.
NullOutputStream() - Constructor for class org.pentaho.reporting.libraries.base.util.NullOutputStream
Default constructor.

O

ObjectFactory - Interface in org.pentaho.reporting.libraries.base.boot
 
ObjectFactoryBuilder - Interface in org.pentaho.reporting.libraries.base.boot
 
ObjectFactoryException - Exception in org.pentaho.reporting.libraries.base.boot
 
ObjectFactoryException() - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectFactoryException(String) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectFactoryException(String, String) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectFactoryException(String, String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectFactoryException(String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectFactoryException(Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ObjectFactoryException
 
ObjectTable<T> - Class in org.pentaho.reporting.libraries.base.util
A lookup table for objects.
ObjectTable() - Constructor for class org.pentaho.reporting.libraries.base.util.ObjectTable
Creates a new table.
ObjectTable(int) - Constructor for class org.pentaho.reporting.libraries.base.util.ObjectTable
Creates a new table.
ObjectTable(int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.ObjectTable
Creates a new table.
ObjectUtilities - Class in org.pentaho.reporting.libraries.base.util
A collection of useful static utility methods for handling classes and object instantiation.
onlySpaces(String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Checks whether or not a String consists only of spaces.
org.pentaho.reporting.libraries.base - package org.pentaho.reporting.libraries.base
 
org.pentaho.reporting.libraries.base.boot - package org.pentaho.reporting.libraries.base.boot
 
org.pentaho.reporting.libraries.base.config - package org.pentaho.reporting.libraries.base.config
 
org.pentaho.reporting.libraries.base.config.metadata - package org.pentaho.reporting.libraries.base.config.metadata
 
org.pentaho.reporting.libraries.base.encoder - package org.pentaho.reporting.libraries.base.encoder
 
org.pentaho.reporting.libraries.base.util - package org.pentaho.reporting.libraries.base.util
 
org.pentaho.reporting.libraries.base.versioning - package org.pentaho.reporting.libraries.base.versioning
 

P

PackageConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration
DefaultConstructor.
PackageManager - Class in org.pentaho.reporting.libraries.base.boot
The PackageManager is used to load and configure the modules of JFreeReport.
PackageManager(AbstractBoot) - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageManager
Creates a new package manager.
PackageManager.BootTimeEntry - Class in org.pentaho.reporting.libraries.base.boot
 
PackageManager.PackageConfiguration - Class in org.pentaho.reporting.libraries.base.boot
The PackageConfiguration handles the module level configuration.
PackageSorter - Class in org.pentaho.reporting.libraries.base.boot
Compares two modules for order.
PackageState - Class in org.pentaho.reporting.libraries.base.boot
The package state class is used by the package manager to keep track of the activation level of the installed or errornous packages.
PackageState(Module) - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageState
Creates a new package state for the given module.
PackageState(Module, int) - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageState
Creates a new package state for the given module.
PadMessage - Class in org.pentaho.reporting.libraries.base.util
A message object that pads the output if the text is shorter than the given length.
PadMessage(Object, int) - Constructor for class org.pentaho.reporting.libraries.base.util.PadMessage
Creates a new message.
parse(InputStream, String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataParser
 
parseConfiguration(AbstractBoot) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataParser
 
parseVersion(String) - Method in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
 
parseVersions(String) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Parses a version string into numbers.
PASSWORD_ENCRYPTED_PREFIX - Static variable in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
The word that is put before a password to indicate an encrypted form.
PASSWORD_ENCRYPTED_PREFIX - Static variable in class org.pentaho.reporting.libraries.base.util.PasswordObscurification48
The word that is put before a password to indicate an encrypted form.
PasswordObscurification - Class in org.pentaho.reporting.libraries.base.util
This class handles basic password obscurification.
PasswordObscurification48 - Class in org.pentaho.reporting.libraries.base.util
This class handles basic password obscurification.
peek() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Loads the top-most element from the stack, without removing it from the stack.
PerformanceLoggingStopWatch - Interface in org.pentaho.reporting.libraries.base.util
 
performBoot() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Performs the boot.
performBoot() - Method in class org.pentaho.reporting.libraries.base.LibBaseBoot
Performs the boot.
performExternalInitialize(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Deprecated.
Use the method that provides a class-context instead.
performExternalInitialize(String, Class<?>) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Executes an weakly referenced external initializer.
performInit() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInitializer
Performs the initalization of the module.
pngEncode() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Creates an array of bytes that is the PNG equivalent of the current image, specifying whether to encode alpha or not.
pngEncode(boolean) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Deprecated.
Use the other pngEncode method and select the alpha-encoding via the constructor or setter.
PngEncoder - Class in org.pentaho.reporting.libraries.base.util
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.
PngEncoder() - Constructor for class org.pentaho.reporting.libraries.base.util.PngEncoder
Class constructor.
PngEncoder(Image) - Constructor for class org.pentaho.reporting.libraries.base.util.PngEncoder
Class constructor specifying Image to encode, with no alpha channel encoding.
PngEncoder(Image, boolean) - Constructor for class org.pentaho.reporting.libraries.base.util.PngEncoder
Class constructor specifying Image to encode, and whether to encode alpha.
PngEncoder(Image, boolean, int) - Constructor for class org.pentaho.reporting.libraries.base.util.PngEncoder
Class constructor specifying Image to encode, whether to encode alpha, and filter to use.
PngEncoder(Image, boolean, int, int) - Constructor for class org.pentaho.reporting.libraries.base.util.PngEncoder
Class constructor specifying Image source to encode, whether to encode alpha, filter to use, and compression level.
pop() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Loads the top-most element from the stack and removes it from the stack at the same time.
previous - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The link to the previous entry in the list.
printStackTrace() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace() - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Prints the stack trace to System.err.
printStackTrace(PrintStream) - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Prints the stack trace to the specified stream.
printStackTrace(PrintStream) - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Prints the stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Prints the stack trace to the specified writer.
printStackTrace(PrintWriter) - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Prints the stack trace to the specified writer.
printUsedModules(PrintStream) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
Prints the modules that are used.
processClass(ClassLoader, Class) - Method in class org.pentaho.reporting.libraries.base.util.ClassQueryTool
The handler method that is called for every class encountered on the classpath.
processDirectory(File) - Method in class org.pentaho.reporting.libraries.base.util.ClassQueryTool
Processes all entries from a given directory, ignoring any subdirectory contents.
processEntry(ClassLoader, String) - Method in class org.pentaho.reporting.libraries.base.util.ClassQueryTool
Processes a single class-file entry.
ProjectInformation - Class in org.pentaho.reporting.libraries.base.versioning
The project information structure contains information about the current project.
ProjectInformation(String) - Constructor for class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Creates a new project information object with the given name.
ProjectInformation(String, String) - Constructor for class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Creates a new project information object with the given name.
PropertyFileConfiguration - Class in org.pentaho.reporting.libraries.base.config
A report configuration that reads its values from an arbitary property file.
PropertyFileConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
Default constructor.
push(T) - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Pushes a new object on the stack.
pushDown(Object[], boolean[]) - Static method in class org.pentaho.reporting.libraries.base.util.BulkDataUtility
Pushes the selected elements down.
pushDownSingleValue(Object[], Object) - Static method in class org.pentaho.reporting.libraries.base.util.BulkDataUtility
Pushes the selected element down.
pushUp(Object[], boolean[]) - Static method in class org.pentaho.reporting.libraries.base.util.BulkDataUtility
Pushes the selected elements up.
pushUpSingleValue(Object[], Object) - Static method in class org.pentaho.reporting.libraries.base.util.BulkDataUtility
Pushes up the selected element.
put(Object, Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Stores the given value in the map using the provided key.
put(K, V) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Inserts a new key/value pair into the map.
put(K, V) - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Puts the given value into the map using the specified non-null key.

R

read(char[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringReader
 
readBlob(Blob) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Converts a SQL-Clob object into a String.
readClob(Clob) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Converts a SQL-Clob object into a String.
readFully(InputStream, byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Reads the given number of bytes into the target array.
readSafely(InputStream, byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Reads the given number of bytes into the target array.
readSerializedData(ObjectInputStream) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Handles the deserialization of a single element of the table.
reconnectConfiguration(Configuration) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
 
remove() - Method in class org.pentaho.reporting.libraries.base.util.EmptyIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Removes the object stored under the given key from the map.
remove(K) - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Removes the entry for the given key.
remove(K, V) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Removes the key/value pair from the map.
removeAll(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Removes all elements for the given key.
removeComments(String) - Static method in class org.pentaho.reporting.libraries.base.util.SqlCommentScrubber
This method will remove SQL comments (both multi-line and single-line) from a string representing a SQL query.
removeTag(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
reset() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
reset() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
reset() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
reset() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
resizeByteArray(byte[], int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Increase or decrease the length of a byte array.
ResourceBundleSupport - Class in org.pentaho.reporting.libraries.base.util
An utility class to ease up using property-file resource bundles.
ResourceBundleSupport(Locale, String, ClassLoader) - Constructor for class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(Locale, ResourceBundle, ClassLoader) - Constructor for class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Creates a new instance.
ResourceBundleSupport(Locale, ResourceBundle, String, ClassLoader) - Constructor for class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Creates a new instance.

S

SecurePasswordEncryption - Class in org.pentaho.reporting.libraries.base.util
 
SecurePasswordEncryption() - Constructor for class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
SEPARATOR_COMMA - Static variable in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
A possible separator constant.
SEPARATOR_SPACE - Static variable in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
A possible separator constant.
SEPARATOR_TAB - Static variable in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
A possible separator constant.
setBootClass(String) - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Redefines the boot class.
setClassLoader(ClassLoader) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Redefines the custom classloader.
setClassLoaderSource(String) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
Defines the internal configuration entry, whether the classloader of the thread context or the context classloader should be used.
setClassName(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
setCollisionNext(LinkedMap.MapEntry) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Defines the next map-entry in the bucket.
setCompressionLevel(int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the compression level to use.
setConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.DefaultConfiguration
Sets the value of a configuration property.
setConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Sets a configuration property.
setConfigProperty(String, String) - Method in interface org.pentaho.reporting.libraries.base.config.ModifiableConfiguration
Sets the value of a configuration property.
setConfigProperty(String, String) - Method in class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
Sets a configuration property.
setCopyright(String) - Method in class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Updates the copyright string for thie project.
setData(Object[][], int) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Replaces the data in the table with the given two-dimensional array.
setDescription(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the description of the module.
setDescription(String) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
setDpi(int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the DPI resolution.
setEncodeAlpha(boolean) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the alpha encoding on or off.
setFilter(int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the filter to use.
setGlobal(boolean) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
setHeight(double) - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Sets the height.
setHidden(boolean) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationMetaDataEntry
 
setImage(Image) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the image to be encoded.
setInfo(String) - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Redefines the extra information of the dependency.
setLicenseName(String) - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Redefines the license name of the dependency.
setLoaded(boolean) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
setLoggingThreshold(long) - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
setLoggingThreshold(long) - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
setLoggingThreshold(long) - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
setMajorVersion(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the major version of the module.
setMessage(Object) - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
setMessage(Object) - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
setMessage(Object) - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
setMinorVersion(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the minor version of the module.
setModuleClass(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the module class name.
setName(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the name of the module.
setNext(LinkedMap.MapEntry) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Redefines the next entry in the list or null if this is the last entry.
setObject(int, int, T) - Method in class org.pentaho.reporting.libraries.base.util.GenericObjectTable
Sets the object for a cell in the table.
setObject(int, int, T) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Sets the object for a cell in the table.
setOptionalModules(ModuleInfo[]) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the optional module descriptions for this module.
setParentConfig(Configuration) - Method in class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
Set the parent configuration.
setPatchLevel(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the patch level version of the module.
setPrevious(LinkedMap.MapEntry) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Redefines the previous entry in the list or null if this is the first entry.
setProducer(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the producer of the module.
setQuate(String) - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Sets the quate.
setRequiredModules(ModuleInfo[]) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the required module descriptions for this module.
setSize(double, double) - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Sets the size of this Dimension object to the specified width and height.
setSubSystem(String) - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Defines the subsystem name for this module.
setValue(Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
Redefines the current value.
setVersion(String) - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Redefines the version of the dependency.
setWidth(double) - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Sets the width.
setXDpi(int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the DPI for the X axis.
setYDpi(int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Set the DPI for the Y axis.
SINGLE_QUATE - Static variable in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
A possible quote character constant.
SingletonHint - Annotation Type in org.pentaho.reporting.libraries.base.boot
 
size() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
Returns the number of elements in the stack.
size() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Returns the number of items in this map.
size() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Returns the number of entries in the map.
SNAPSHOT_TOKEN - Static variable in class org.pentaho.reporting.libraries.base.versioning.VersionHelper
 
sort(List<PackageState>) - Static method in class org.pentaho.reporting.libraries.base.boot.PackageSorter
Sorts the given list of package states.
split(String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Splits a given string on any whitespace character.
split(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Splits a given string at the given separator string.
split(String, String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Splits a given string at the given separator string.
splitCSV(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Splits a given string at the given separator string.
splitCSV(String, String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Splits a given string at the given separator string.
SqlCommentScrubber - Class in org.pentaho.reporting.libraries.base.util
This class represents a parser that will remove SQL comments (both multi-line and single-line) from a string representing a SQL query.
SqlScriptUtils - Class in org.pentaho.reporting.libraries.base.util
User: Dzmitry Stsiapanau Date: 8/21/14 Time: 3:38 PM
SqlScriptUtils() - Constructor for class org.pentaho.reporting.libraries.base.util.SqlScriptUtils
 
StackableException - Exception in org.pentaho.reporting.libraries.base.util
Deprecated.
Use ordinary exception as your base class.
StackableException() - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Creates a StackableRuntimeException with no message and no parent.
StackableException(String) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Creates an exception.
StackableException(String, Exception) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
use the throwable-version instead.
StackableException(String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Creates an exception.
StackableRuntimeException - Exception in org.pentaho.reporting.libraries.base.util
Deprecated.
use RuntimeExpression instead.
StackableRuntimeException() - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Creates a StackableRuntimeException with no message and no parent.
StackableRuntimeException(String) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Creates an exception.
StackableRuntimeException(String, Exception) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Creates an exception.
StackableRuntimeException(String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
Deprecated.
Creates an exception.
start() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
Starts the boot process.
start() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
start() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
start() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
start() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
startNew() - Static method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
startNew(String) - Static method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
startNew(String, Object) - Static method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
startNew(String, String, Object...) - Static method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
startProfiling() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
startsWithIgnoreCase(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Helper functions to query a strings start portion.
STATE_CONFIGURED - Static variable in class org.pentaho.reporting.libraries.base.boot.PackageState
A constant defining that the package has been loaded and configured.
STATE_ERROR - Static variable in class org.pentaho.reporting.libraries.base.boot.PackageState
A constant defining that the package produced an error and is not available.
STATE_INITIALIZED - Static variable in class org.pentaho.reporting.libraries.base.boot.PackageState
A constant defining that the package was initialized and is ready to use.
STATE_NEW - Static variable in class org.pentaho.reporting.libraries.base.boot.PackageState
A constant defining that the package is new.
stop() - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
stop() - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
stop() - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
stop() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
stop(boolean) - Method in class org.pentaho.reporting.libraries.base.util.EmptyPerformanceLoggingStopWatch
 
stop(boolean) - Method in class org.pentaho.reporting.libraries.base.util.LoggingStopWatch
 
stop(boolean) - Method in interface org.pentaho.reporting.libraries.base.util.PerformanceLoggingStopWatch
 
StopWatch - Class in org.pentaho.reporting.libraries.base.util
 
StopWatch() - Constructor for class org.pentaho.reporting.libraries.base.util.StopWatch
 
strictString(String) - Method in class org.pentaho.reporting.libraries.base.util.ResourceBundleSupport
Gets a string for the given key from this resource bundle or one of its parents.
STRING - Static variable in class org.pentaho.reporting.libraries.base.util.Empty
The empty string.
STRING_ARRAY - Static variable in class org.pentaho.reporting.libraries.base.util.Empty
An empty array of Strings.
StringBufferWriter - Class in org.pentaho.reporting.libraries.base.util
 
StringBufferWriter(StringBuffer) - Constructor for class org.pentaho.reporting.libraries.base.util.StringBufferWriter
 
StringEnumeration - Class in org.pentaho.reporting.libraries.base.config
 
StringEnumeration(Enumeration) - Constructor for class org.pentaho.reporting.libraries.base.config.StringEnumeration
 
stringToBytes(String) - Static method in class org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption
 
StringUtils - Class in org.pentaho.reporting.libraries.base.util
String utilities.
stripFileExtension(String) - Method in class org.pentaho.reporting.libraries.base.util.IOUtils
Removes the file extension from the given file name.
SubSystem - Interface in org.pentaho.reporting.libraries.base.boot
A sub-system holds a separate collection of modules.
SystemInformation - Class in org.pentaho.reporting.libraries.base.util
 
SystemInformation() - Constructor for class org.pentaho.reporting.libraries.base.util.SystemInformation
 
SystemPropertyConfiguration - Class in org.pentaho.reporting.libraries.base.config
A property configuration based on system properties.
SystemPropertyConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
Creates a report configuration that includes all the system properties (whether they are related to reports or not).

T

THREAD_CONTEXT - Static variable in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
A constant for using the TheadContext as source for the classloader.
toArray() - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
 
toArray(K) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns the contents for the given key as object array.
toArray(K, V[]) - Method in class org.pentaho.reporting.libraries.base.util.HashNMap
Returns the contents for the given key as object array.
toBoolean(String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Returns true if the source string evaulates (case insensative and trimmed) to true, yes, or on.
toBoolean(String, boolean) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Returns true if the source string evaulates (case insensative and trimmed) to true, yes, or on.
toByteArray() - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
 
toByteArray() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
 
toString() - Method in class org.pentaho.reporting.libraries.base.boot.AbstractModule
Returns a string representation of this module.
toString() - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Returns a string representation of this module information.
toString() - Method in class org.pentaho.reporting.libraries.base.util.FastStack
 
toString() - Method in class org.pentaho.reporting.libraries.base.util.FloatDimension
Returns a string representation of the object.
toString() - Method in class org.pentaho.reporting.libraries.base.util.FormattedMessage
 
toString() - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
 
toString() - Method in class org.pentaho.reporting.libraries.base.util.MemoryUsageMessage
Returns a string representation of the message (useful for debugging).
toString() - Method in class org.pentaho.reporting.libraries.base.util.PadMessage
Returns a string representation of the message.
toString() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
Returns a short description of this throwable.
toString() - Method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
trim(String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
Trims a string: removes the leading and trailing spaces of a String.

U

undoQuoting(String) - Method in class org.pentaho.reporting.libraries.base.util.CSVQuoter
Decodes the string, so that all escape sequences get removed.
UnsupportedEncoderException - Exception in org.pentaho.reporting.libraries.base.encoder
 
UnsupportedEncoderException() - Constructor for exception org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
 
UnsupportedEncoderException(String) - Constructor for exception org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
 
UnsupportedEncoderException(String, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException
 
update(String, Throwable) - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
Deprecated.
 
UrlBuilder - Class in org.pentaho.reporting.libraries.base.util
Utility class used to handle some of the messy items when building URLs
URLEncoder - Class in org.pentaho.reporting.libraries.base.util
Deprecated.

V

validate() - Method in class org.pentaho.reporting.libraries.base.util.LFUMap
Validates the map's internal datastructures.
validate(String, Object) - Static method in exception org.pentaho.reporting.libraries.base.util.ArgumentNullException
 
value - Variable in class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry
The current value object (can be null).
values() - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Returns the values used in this map as array.
values(Object[]) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
Returns the values used in this map as array.
VersionHelper - Class in org.pentaho.reporting.libraries.base.versioning
A utility class for reading versioning information from a Manifest file.
VersionHelper(ProjectInformation) - Constructor for class org.pentaho.reporting.libraries.base.versioning.VersionHelper
Loads the versioning information for the given project-information structure using the project information's internal name as lookup key.

W

waitImageLoaded() - Method in class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
The workerthread.
WaitingImageObserver - Class in org.pentaho.reporting.libraries.base.util
This image observer blocks until the image is completely loaded.
WaitingImageObserver(Image) - Constructor for class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
Creates a new ImageObserver for the given Image.
WaitingImageObserver(Image, long) - Constructor for class org.pentaho.reporting.libraries.base.util.WaitingImageObserver
Creates a new ImageObserver for the given Image.
write(byte[]) - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - Method in class org.pentaho.reporting.libraries.base.util.NullOutputStream
Writes to the stream (in this case, does nothing).
write(byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Write a portion of an array of characters.
write(byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.NullOutputStream
Writes to the stream (in this case, does nothing).
write(char[]) - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Writes b.length bytes from the specified byte array to this output stream.
write(char[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.MemoryStringWriter
Writes a portion of an array of characters.
write(char[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
Write a portion of an array of characters.
write(int) - Method in class org.pentaho.reporting.libraries.base.util.MemoryByteArrayOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.pentaho.reporting.libraries.base.util.NullOutputStream
Writes to the stream (in this case, does nothing).
write(int) - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
Write a single character.
write(String) - Method in class org.pentaho.reporting.libraries.base.util.StringBufferWriter
Write a string.
writeByte(int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a single byte into the pngBytes array at a given position.
writeBytes(byte[], int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write an array of bytes into the pngBytes array.
writeBytes(byte[], int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write an array of bytes into the pngBytes array, specifying number of bytes to write.
writeEnd() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a PNG "IEND" chunk into the pngBytes array.
writeHeader() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a PNG "IHDR" chunk into the pngBytes array.
writeImageData() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write the image data into the pngBytes array.
writeInt2(int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a two-byte integer into the pngBytes array at a given position.
writeInt4(int, int) - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a four-byte integer into the pngBytes array at a given position.
writeResolution() - Method in class org.pentaho.reporting.libraries.base.util.PngEncoder
Write a PNG "pHYs" chunk into the pngBytes array.
writeSerializedData(ObjectOutputStream, Object) - Method in class org.pentaho.reporting.libraries.base.util.ObjectTable
Handles the serialization of an single element of this table.

X

XMLParserFactoryProducer - Class in org.pentaho.reporting.libraries.base.util
 
XMLParserFactoryProducer() - Constructor for class org.pentaho.reporting.libraries.base.util.XMLParserFactoryProducer
 
A B C D E F G H I J K L M N O P R S T U V W X 
All Classes All Packages