- 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.
- 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, ClassLoader) - Constructor for class org.pentaho.reporting.libraries.base.util.Messages
-
Creates a new Messages-collection.
- 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, 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, Throwable) - Constructor for exception org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
-
Creates a ModuleInitializeException with the given message and 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.
- ModuleInitializer - Interface in org.pentaho.reporting.libraries.base.boot
-
The module initializer is used to separate the initialization process from
the module definition.