Package org.openarchitectureware.workflow.util

Utility classes needed by the workflow engine

See:
          Description

Interface Summary
ResourceLoader  
 

Class Summary
Cache<K,V>  
ComponentPrinter  
DoubleKeyCache<K1,K2,V>  
IdentityCacheWithoutNull<K,V> This cache treats keys as the same only if they are identical: (key1 == key2) This cache does not store null values, which means that if createNew(key) returns null for a specific key the result is not cached and createNew(key) is called again every time the key's value is requested.
InputStreamToByteArray This is a convenience class that completely reads an InputStream and dumps it to a byte array.
Pair<T1,T2> This class provides combines two objects into one, giving them appropriate equals and hashCode methods.
ReflectionUtil Provides static helper methods to deal with element fields using reflection.
ResourceLoaderDefaultImpl  
ResourceLoaderFactory Factory for ResourceLoaders.
ResourceLoaderImpl  
StringHelper This class is a collection of helper functions for string handling.
TripleKeyCache<K1,K2,K3,V>  
Triplet<T1,T2,T3> This class provides combines three objects into one, giving them appropriate equals and hashCode methods.
WeakCache<K,V>  
 

Package org.openarchitectureware.workflow.util Description

Utility classes needed by the workflow engine