- 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.BootTimeEntry(String, long) - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageManager.BootTimeEntry
-
- PackageManager.PackageConfiguration - Class in org.pentaho.reporting.libraries.base.boot
-
The PackageConfiguration handles the module level configuration.
- PackageManager.PackageConfiguration() - Constructor for class org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration
-
DefaultConstructor.
- 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
-
- 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.
- PasswordObscurification - 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.
- performInit() - Method in interface org.pentaho.reporting.libraries.base.boot.ModuleInitializer
-
Performs the initalization of the module.
- 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.
- 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.
- 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.
- printStackTrace(PrintStream) - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
-
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() - Method in exception org.pentaho.reporting.libraries.base.util.StackableException
-
Deprecated.
Prints this Throwable
and its backtrace to the standard error 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.StackableRuntimeException
-
Deprecated.
Prints the stack trace to the specified writer.
- printStackTrace() - Method in exception org.pentaho.reporting.libraries.base.util.StackableRuntimeException
-
Deprecated.
Prints the stack trace to System.err.
- printUsedModules(PrintStream) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
-
Prints the modules that are used.
- processDirectory(File) - Method in class org.pentaho.reporting.libraries.base.util.ClassQueryTool
-
Processes all entries from a given directory, ignoring any subdirectory contents.
- ProjectInformation - Class in org.pentaho.reporting.libraries.base.versioning
-
The project information structure contains information about the current project.
- 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(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.
- put(Object, Object) - Method in class org.pentaho.reporting.libraries.base.util.LinkedMap
-
Stores the given value in the map using the provided key.