Package com.webmethods.caf.common

Various Utility classes

See:
          Description

Class Summary
CipherUtil Provides simple encrypt/decrypt functionality for the portal.
CommonGlobalProvider This class is meant to provide the common resource bundle with a localized format based on the end users needs.
EqualsUtil The following utility class allows simple construction of an effective equals method.
FileUtil Parts taken from com.webmethods.portal.common.util.FileUtil Used to get a file input to a users specific needs as different formats and grab a file from different locations taking into account errors the user might have made.
ListTools Converts Strings to Lists and vice-versa, using Property Editor rules.
ListTools.EnumerationIterator Inner class that iterates through enumerations.
Logger Very basic logger class that simply prints a given message as an error to the output.
MutableInt Basics class to hold a mutable int with getters and setter methods.
ObjectUtil Utility class to deal with different objects Certain functions can be converting object type x to object type y Checking if an object can be converted State checking of an object etc.
OldCipherUtil Provides simple encrypt/decrypt functionality for the portal.
RandomGUID In the multitude of java GUID generators, I found none that guaranteed randomness.
RegularExUtil Base regex utility class containing constant variables for starting and ending regex searches.
SearchTools Utility class for searching through a map based on an input that is either regular or regex.
StringTools Various string utility functions and operations
ThreadLocalUtil Utility class with base methods for thread control and grouping.
XMLUtil Utility class for loading XML documents
 

Exception Summary
CommonException  
 

Package com.webmethods.caf.common Description

Various Utility classes