| Interface | Description |
|---|---|
| ReflectionHelper.ClassCallback |
Action to take on each class.
|
| ReflectionHelper.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
| ReflectionHelper.MethodCallback |
Action to take on each method.
|
| Class | Description |
|---|---|
| AntPathMatcher |
PathMatcher implementation for Ant-style path patterns.
|
| CamelVersionHelper |
A simple util to test Camel versions.
|
| CaseInsensitiveMap |
A map that uses case insensitive keys, but preserves the original key cases.
|
| CastUtils |
Utility methods for type casting.
|
| 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.
|
| DoubleMap<K1,K2,V> | |
| FilePathResolver |
A resolver for file paths that supports resolving with system and environment properties.
|
| FileUtil |
File utilities.
|
| FilterIterator<T> |
A filtering iterator
|
| HostUtils | |
| InetAddressUtil |
Util class for
InetAddress |
| IntrospectionSupport | Deprecated |
| IOHelper |
IO helper class.
|
| IOHelper.EncodingFileReader |
Encoding-aware file reader.
|
| IOHelper.EncodingFileWriter |
Encoding-aware file writer.
|
| IOHelper.EncodingInputStream |
Encoding-aware input stream.
|
| KeyValueHolder<K,V> |
Holder for a key and value.
|
| ObjectHelper |
A number of useful helper methods for working with Objects
|
| OgnlHelper |
Helper for Camel OGNL (Object-Graph Navigation Language) expressions.
|
| OrderedProperties |
This class is an ordered
Properties where the key/values are stored in the order they are added or loaded. |
| PackageHelper |
Some helper methods for working with Java packages and versioning.
|
| Pair<T> |
Generic holder object for pair values.
|
| PropertiesHelper | |
| ReferenceCount | |
| ReflectionHelper |
Helper for working with reflection on classes.
|
| Scanner | |
| SkipIterator | |
| StopWatch |
A very simple stop watch.
|
| StreamUtils | |
| StringHelper |
Helper methods for working with Strings.
|
| StringQuoteHelper |
Utility class for parsing quoted string which is intended for parameters, separated by comma.
|
| TimeUtils |
Time utils.
|
| UnitUtils |
Unit utils.
|
| UnsafeUriCharactersEncoder |
Encoder for unsafe URI characters.
|
| URISupport |
URI utilities.
|
Apache Camel