- 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<T> - Class in org.pentaho.reporting.libraries.base.util
 
- 
An helper class to implement an empty iterator.
 
- emptyIterator() - Static method in class org.pentaho.reporting.libraries.base.util.EmptyIterator
 
-  
 
- encode(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.URLEncoder
 
-  
 
- ENCODE_ALPHA - Static variable in class org.pentaho.reporting.libraries.base.util.PngEncoder
 
- 
Constant specifying that alpha channel should be encoded.
 
- 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) - 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
 
- 
Encode a string according to RFC 1738.
 
- encryptPassword(String) - Static method in class org.pentaho.reporting.libraries.base.util.PasswordObscurification
 
-  
 
- 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
 
-  
 
- 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.
 
- 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(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(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(String, String) - Static method in class org.pentaho.reporting.libraries.base.util.StringUtils
 
- 
Determines if the two Strings are equals (taking nulls into account).
 
- equals(Object) - Method in class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
 
- 
Tests this object for equality.
 
- 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).
 
- 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.