-
Classes Class Description org.pentaho.reporting.libraries.base.util.URLEncoder
-
Exceptions Exceptions Description org.pentaho.reporting.libraries.base.util.StackableException Use ordinary exception as your base class.org.pentaho.reporting.libraries.base.util.StackableRuntimeException use RuntimeExpression instead.
-
Fields Field Description org.pentaho.reporting.libraries.base.util.Empty.LIST this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.org.pentaho.reporting.libraries.base.util.Empty.MAP this is a redeclaration of the Collections.EMPTY_MAP field and should be killed.
-
Methods Method Description org.pentaho.reporting.libraries.base.boot.AbstractModule.performExternalInitialize(String) Use the method that provides a class-context instead.org.pentaho.reporting.libraries.base.util.ObjectUtilities.loadAndInstantiate(String, Class) This class is not typesafe and instantiates the specified object without any additional checks.org.pentaho.reporting.libraries.base.util.PngEncoder.pngEncode(boolean) Use the other pngEncode method and select the alpha-encoding via the constructor or setter.org.pentaho.reporting.libraries.base.util.StackableException.getParent() use the throwable instead.org.pentaho.reporting.libraries.base.util.StackableRuntimeException.getParent() use the throwable instead.org.pentaho.reporting.libraries.base.versioning.VersionHelper.getReleaseCandidateToken() No longer used.
-
Constructors Constructor Description org.pentaho.reporting.libraries.base.util.Messages(Locale, String) Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release.org.pentaho.reporting.libraries.base.util.StackableException(String, Exception) use the throwable-version instead.