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

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.
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
 
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.
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.
setLoaded(boolean) - Method in class org.pentaho.reporting.libraries.base.config.metadata.ConfigurationDomain
 
setMajorVersion(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the major version of the module.
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.
setObject(int, int, T) - Method in class org.pentaho.reporting.libraries.base.util.GenericObjectTable
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.
setPatchLevel(String) - Method in class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
Defines the patch level version of the module.
setQuate(String) - Method in class org.pentaho.reporting.libraries.base.util.CSVTokenizer
Sets the quate.
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.
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.
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.
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.
StackableException - Exception in org.pentaho.reporting.libraries.base.util
Deprecated.
Use ordinary exception as your base class.
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, Throwable) - 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) - 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.StopWatch
 
startNew() - Static method in class org.pentaho.reporting.libraries.base.util.StopWatch
 
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.StopWatch
 
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
 
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).
A B C D E F G H I J K L M N O P R S T U V W