Serialized Form
- 
Package org.pentaho.reporting.libraries.base.boot
- 
Class org.pentaho.reporting.libraries.base.boot.ModuleInitializeException extends Exception implements Serializable
- serialVersionUID:
 - -8742325619631583144L
 
 - 
Class org.pentaho.reporting.libraries.base.boot.ObjectFactoryException extends RuntimeException implements Serializable
 - 
Class org.pentaho.reporting.libraries.base.boot.PackageManager.PackageConfiguration extends PropertyFileConfiguration implements Serializable
- serialVersionUID:
 - -2170306139946858878L
 
 
 - 
 - 
Package org.pentaho.reporting.libraries.base.config
- 
Class org.pentaho.reporting.libraries.base.config.DefaultConfiguration extends Properties implements Serializable
- serialVersionUID:
 - -7812745196042984458L
 
 - 
Class org.pentaho.reporting.libraries.base.config.ExtendedConfigurationWrapper extends Object implements Serializable
- serialVersionUID:
 - -3600564448124904906L
 
- 
Serialized Fields
- 
parent
Configuration parent
The base configuration. 
 - 
 
 - 
Class org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration extends Object implements Serializable
- serialVersionUID:
 - -6962432361197107831L
 
- 
Serialization Methods
- 
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Helper method for serialization.- Throws:
 IOException- when reading the stream fails.ClassNotFoundException- if a class definition for a serialized object could not be found.
 - 
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Helper method for serialization.- Throws:
 IOException- if errors occur while writing the stream.
 
 - 
 - 
Serialized Fields
- 
booterClass
Class booterClass
The booter class from where to get the global configuration after deserialization. - 
configuration
DefaultConfiguration configuration
The instance configuration properties. 
 - 
 
 - 
Class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration extends HierarchicalConfiguration implements Serializable
- serialVersionUID:
 - 2423181637547944866L
 
 - 
Class org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration extends HierarchicalConfiguration implements Serializable
- serialVersionUID:
 - 4200899352924290311L
 
 
 - 
 - 
Package org.pentaho.reporting.libraries.base.encoder
- 
Class org.pentaho.reporting.libraries.base.encoder.UnsupportedEncoderException extends Exception implements Serializable
 
 - 
 - 
Package org.pentaho.reporting.libraries.base.util
- 
Class org.pentaho.reporting.libraries.base.util.ArgumentNullException extends IllegalArgumentException implements Serializable
- 
Serialized Fields
- 
field
String field
 
 - 
 
 - 
 - 
Class org.pentaho.reporting.libraries.base.util.FastStack extends Object implements Serializable
- serialVersionUID:
 - 3111917250800511580L
 
- 
Serialized Fields
- 
contents
Object[] contents
The contents of the stack. The array is likely to be larger than the actual size of the stack, so usesizeto get the last accessible item. - 
initialSize
int initialSize
The initial size of the stack, but also the growth-factor. - 
size
int size
The current fill-level of the stack. 
 - 
 
 - 
Class org.pentaho.reporting.libraries.base.util.FloatDimension extends Dimension2D implements Serializable
- serialVersionUID:
 - 5367882923248086744L
 
- 
Serialized Fields
- 
height
float height
The height. - 
width
float width
The width. 
 - 
 
 - 
Class org.pentaho.reporting.libraries.base.util.FormattedMessage extends Object implements Serializable
 - 
Class org.pentaho.reporting.libraries.base.util.GenericObjectTable extends ObjectTable<T> implements Serializable
- serialVersionUID:
 - 4870219010677984960L
 
 - 
Class org.pentaho.reporting.libraries.base.util.HashNMap extends Object implements Serializable
- serialVersionUID:
 - -670924844536074826L
 
 - 
Class org.pentaho.reporting.libraries.base.util.LFUMap extends Object implements Serializable
 - 
Class org.pentaho.reporting.libraries.base.util.LinkedMap extends Object implements Serializable
- 
Serialized Fields
- 
backend
LinkedMap.MapEntry[] backend
 - 
capacity
int capacity
 - 
firstEntry
LinkedMap.MapEntry firstEntry
 - 
lastEntry
LinkedMap.MapEntry lastEntry
 - 
loadFactor
float loadFactor
 - 
mask
int mask
 - 
size
int size
 
 - 
 
 - 
 - 
Class org.pentaho.reporting.libraries.base.util.LinkedMap.MapEntry extends Object implements Serializable
- 
Serialized Fields
- 
collisionNext
LinkedMap.MapEntry collisionNext
The link to the next entry in the bucket that has the same hashkey. - 
hashKey
int hashKey
The precomputed hashkey of the key. - 
key
Object key
The key object, which is never null and which never changes. - 
next
LinkedMap.MapEntry next
The link to the next entry in the list. - 
previous
LinkedMap.MapEntry previous
The link to the previous entry in the list. - 
value
Object value
The current value object (can be null). 
 - 
 
 - 
 - 
Class org.pentaho.reporting.libraries.base.util.ObjectTable extends Object implements Serializable
- serialVersionUID:
 - -3968322452944912066L
 
- 
Serialization Methods
- 
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Restores a serialized object.- Throws:
 IOException- if there is an I/O problem.ClassNotFoundException- if a class cannot be found.
 - 
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Handles serialization.- Throws:
 IOException- if there is an I/O problem.
 
 - 
 - 
Serialized Fields
- 
columnIncrement
int columnIncrement
Defines how many object-slots get reserved each time we run out of space. - 
columns
int columns
The number of columns. - 
rowIncrement
int rowIncrement
Defines how many object-slots get reserved each time we run out of space. - 
rows
int rows
The number of rows. 
 - 
 
 - 
Class org.pentaho.reporting.libraries.base.util.StackableException extends Exception implements Serializable
- serialVersionUID:
 - -8649054607849486694L
 
 - 
Class org.pentaho.reporting.libraries.base.util.StackableRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
 - -4378774171699885841L
 
- 
Serialized Fields
- 
parent
Throwable parent
Deprecated.The parent exception. 
 - 
 
 
 -