Package org.apache.camel.util

Utility classes used by the core of Camel and useful for Camel component developers

See:
          Description

Interface Summary
TimeoutMap Represents a thread safe map of values which timeout after a period of inactivity.
 

Class Summary
AsyncProcessorHelper Helper methods for AsyncProcessor objects.
CamelContextHelper A number of helper methods
CollectionHelper A number of helper methods for working with collections
CollectionStringBuffer A little helper class for converting a collection of values to a (usually comma separated) string.
DefaultTimeoutMap Default implementation of the TimeoutMap.
EndpointHelper Some helper methods for working with Endpoint instances
ExchangeHelper Some helper methods for working with Exchange objects
ExpressionComparator An implementation of Comparator which takes an Expression which is evaluated on each exchange to compare
ExpressionListComparator An implementation of Comparator which takes a list of Expression objects which is evaluated on each exchange to compare them
FileUtil File utilities
IntrospectionSupport Helper for introspections of beans.
IOHelper IO helper class.
LRUCache<K,V> A Least Recently Used Cache
MessageHelper Some helper methods when working with Message.
ObjectHelper A number of useful helper methods for working with Objects
PackageHelper Some helper methods for working with Java packages and versioning.
PredicateAssertHelper A helper for doing Predicate assertions.
ReflectionInjector A simple implementation of Injector which just uses reflection to instantiate new objects using their zero argument constructor.
ServiceHelper A collection of helper methods for working with Service objects
SystemHelper A helper class for various System related methods
Time A helper class for working with times in various units
TimeoutMapEntry Represents an entry in a TimeoutMap
UnsafeUriCharactersEncoder Encoder for unsafe URI characters.
URISupport URI utilities.
URISupport.CompositeData Holder to get parts of the URI.
UuidGenerator Generator for Globally unique Strings.
ValueHolder<V> Holder object for a given value.
 

Package org.apache.camel.util Description

Utility classes used by the core of Camel and useful for Camel component developers



Apache CAMEL