- callWithReadLock(StampedLock, Callable<R>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- callWithWriteLock(StampedLock, Callable<R>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- CamelThreadFactory - Class in org.apache.camel.util.concurrent
-
Thread factory which creates threads supporting a naming pattern.
- CamelThreadFactory(String, String, boolean) - Constructor for class org.apache.camel.util.concurrent.CamelThreadFactory
-
- CamelVersionHelper - Class in org.apache.camel.util
-
A simple util to test Camel versions.
- cancel() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
Cancel the task.
- canScheduleOrExecute() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
Can the task be scheduled or executed?
- capitalize(String) - Static method in class org.apache.camel.util.StringHelper
-
Capitalize the string (upper case first character)
- capitalize(String, boolean) - Static method in class org.apache.camel.util.StringHelper
-
Capitalize the string (upper case first character)
- CaseInsensitiveMap - Class in org.apache.camel.util
-
A map that uses case insensitive keys, but preserves the original key cases.
- CaseInsensitiveMap() - Constructor for class org.apache.camel.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(Map<? extends String, ?>) - Constructor for class org.apache.camel.util.CaseInsensitiveMap
-
- cast(Map<?, ?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Map<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Collection<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Collection<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(List<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(List<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Iterator<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Iterator<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Set<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Set<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Queue<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Queue<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Deque<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Deque<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Hashtable<?, ?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Hashtable<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Map.Entry<?, ?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Map.Entry<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Enumeration<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(NamingEnumeration<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Class<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Class<?>, Class<T>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Future<?>) - Static method in class org.apache.camel.util.CastUtils
-
- cast(Class<T>, Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Converts the given value to the required type or throw a meaningful exception
- CastUtils - Class in org.apache.camel.util
-
Utility methods for type casting.
- changedLines(String, String) - Static method in class org.apache.camel.util.StringHelper
-
Compares old and new text content and report back which lines are changed
- checkNext() - Method in class org.apache.camel.util.FilterIterator
-
- classCanonicalName(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns the canonical type name of the given value
- className(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns the type name of the given value
- clear() - Method in class org.apache.camel.util.DoubleMap
-
- close() - Method in class org.apache.camel.util.FilterIterator
-
- close(Writer, FileOutputStream, String, Logger, boolean) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given writer, logging any closing exceptions to the given log.
- close(Closeable, String, Logger) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given resource if it is available, logging any closing
exceptions to the given log.
- close(FileChannel, String, Logger, boolean) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given channel if it is available, logging any closing
exceptions to the given log.
- close(Closeable, String) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given resource if it is available.
- close(Closeable) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given resource if it is available.
- close(Closeable...) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given resources if they are available.
- close() - Method in class org.apache.camel.util.IOHelper.EncodingFileReader
-
- close() - Method in class org.apache.camel.util.IOHelper.EncodingFileWriter
-
- close() - Method in class org.apache.camel.util.IOHelper.EncodingInputStream
-
- close() - Method in class org.apache.camel.util.Scanner
-
- close() - Method in class org.apache.camel.util.SkipIterator
-
- closeIterator(Object) - Static method in class org.apache.camel.util.IOHelper
-
- closeWithException(Closeable) - Static method in class org.apache.camel.util.IOHelper
-
Closes the given resource if it is available and don't catch the
exception
- collectionAsCommaDelimitedString(Collection<?>) - Static method in class org.apache.camel.util.CollectionHelper
-
- CollectionHelper - Class in org.apache.camel.util
-
A number of helper methods for working with collections
- CollectionStringBuffer - Class in org.apache.camel.util
-
A little helper class for converting a collection of values to a (usually comma separated) string.
- CollectionStringBuffer() - Constructor for class org.apache.camel.util.CollectionStringBuffer
-
- CollectionStringBuffer(String) - Constructor for class org.apache.camel.util.CollectionStringBuffer
-
- COLUMN_NUMBER - Static variable in class org.apache.camel.util.XmlLineNumberParser
-
- COLUMN_NUMBER_END - Static variable in class org.apache.camel.util.XmlLineNumberParser
-
- compactPath(String) - Static method in class org.apache.camel.util.FileUtil
-
Compacts a path by stacking it and reducing
..,
and uses OS specific file separators (eg
File.separator).
- compactPath(String, char) - Static method in class org.apache.camel.util.FileUtil
-
Compacts a path by stacking it and reducing ..,
and uses the given separator.
- compactPath(String, String) - Static method in class org.apache.camel.util.FileUtil
-
Compacts a path by stacking it and reducing ..,
and uses the given separator.
- CONCURRENT_CONSUMERS - Static variable in class org.apache.camel.util.SedaConstants
-
- containsIgnoreCase(String, String) - Static method in class org.apache.camel.util.StringHelper
-
Checks if the src string contains what
- containsKey(K1, K2) - Method in class org.apache.camel.util.DoubleMap
-
- convertPrimitiveTypeToWrapperType(Class<?>) - Static method in class org.apache.camel.util.ObjectHelper
-
Converts primitive types such as int to its wrapper type like
Integer
- copy(InputStream, OutputStream) - Static method in class org.apache.camel.util.IOHelper
-
- copy(InputStream, OutputStream, int) - Static method in class org.apache.camel.util.IOHelper
-
- copy(InputStream, OutputStream, int, boolean) - Static method in class org.apache.camel.util.IOHelper
-
- copy(Reader, Writer, int) - Static method in class org.apache.camel.util.IOHelper
-
- copyAndCloseInput(InputStream, OutputStream) - Static method in class org.apache.camel.util.IOHelper
-
- copyAndCloseInput(InputStream, OutputStream, int) - Static method in class org.apache.camel.util.IOHelper
-
- copyFile(File, File) - Static method in class org.apache.camel.util.FileUtil
-
Copies the file
- countChar(String, char) - Static method in class org.apache.camel.util.StringHelper
-
Counts the number of times the given char is in the string
- createExceptionIterable(Throwable) - Static method in class org.apache.camel.util.ObjectHelper
-
Creates an Iterable to walk the exception from the bottom up
(the last caused by going upwards to the root exception).
- createExceptionIterator(Throwable) - Static method in class org.apache.camel.util.ObjectHelper
-
Creates an Iterator to walk the exception from the bottom up
(the last caused by going upwards to the root exception).
- createNewFile(File) - Static method in class org.apache.camel.util.FileUtil
-
Creates a new file.
- createQueryString(Map<String, Object>) - Static method in class org.apache.camel.util.URISupport
-
Assembles a query from the given map.
- createRemainingURI(URI, Map<String, Object>) - Static method in class org.apache.camel.util.URISupport
-
Creates a URI from the original URI and the remaining parameters
Used by various Camel components
- createSetContaining(T...) - Static method in class org.apache.camel.util.CollectionHelper
-
- createTempFile(String, String, File) - Static method in class org.apache.camel.util.FileUtil
-
- createURIWithQuery(URI, String) - Static method in class org.apache.camel.util.URISupport
-
Creates a URI with the given query
- get(K1, K2) - Method in class org.apache.camel.util.DoubleMap
-
- get() - Method in interface org.apache.camel.util.function.ThrowingSupplier
-
- get() - Method in class org.apache.camel.util.ReferenceCount
-
Returns the reference count.
- getActiveCount() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getAddresses() - Static method in class org.apache.camel.util.HostUtils
-
- getAnnotation(Object, Class<A>) - Static method in class org.apache.camel.util.ObjectHelper
-
Gets the annotation from the given instance.
- getBackOff() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
The back-off associated with this task.
- getCharsetNameFromContentType(String) - Static method in class org.apache.camel.util.IOHelper
-
Get the charset name from the content type string
- getCompletedTaskCount() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getCorePoolSize() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getCurrentAttempts() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
The number of attempts so far.
- getCurrentDelay() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
The current computed delay.
- getCurrentElapsedTime() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
The current elapsed time.
- getDefaultCharacterSet() - Static method in class org.apache.camel.util.ObjectHelper
-
Helper method to return the default character set name
- getDelay() - Method in class org.apache.camel.util.backoff.BackOff
-
- getException(Class<T>, Throwable) - Static method in class org.apache.camel.util.ObjectHelper
-
Retrieves the given exception type from the exception.
- getField(Field, Object) - Static method in class org.apache.camel.util.ReflectionHelper
-
- getFirst(Predicate<K1>, Predicate<K2>) - Method in class org.apache.camel.util.DoubleMap
-
- getIdentityHashCode(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
- getKeepAliveTime(TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getKey() - Method in class org.apache.camel.util.KeyValueHolder
-
- getLargestPoolSize() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getLastAttemptTime() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
The time the last attempt has been performed.
- getLeft() - Method in class org.apache.camel.util.Pair
-
- getLocalHostName() - Static method in class org.apache.camel.util.HostUtils
-
Returns the local hostname.
- getLocalHostName() - Static method in class org.apache.camel.util.InetAddressUtil
-
When using the
InetAddress.getHostName() method in an
environment where neither a proper DNS lookup nor an
/etc/hosts
entry exists for a given host, the following exception will be thrown:
java.net.UnknownHostException: <hostname>: <hostname>
at java.net.InetAddress.getLocalHost(InetAddress.java:1425)
...
- getLocalIp() - Static method in class org.apache.camel.util.HostUtils
-
Returns the local IP.
- getLock() - Method in class org.apache.camel.util.concurrent.AsyncCompletionService
-
- getMaxAttempts() - Method in class org.apache.camel.util.backoff.BackOff
-
- getMaxDelay() - Method in class org.apache.camel.util.backoff.BackOff
-
- getMaxElapsedTime() - Method in class org.apache.camel.util.backoff.BackOff
-
- getMaximumPoolSize() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getMultiplier() - Method in class org.apache.camel.util.backoff.BackOff
-
- getName() - Method in class org.apache.camel.util.concurrent.CamelThreadFactory
-
- getNetworkInterfaceAddresses() - Static method in class org.apache.camel.util.HostUtils
-
- getNextAttemptTime() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
An indication about the time the next attempt will be made.
- getPoolSize() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getPropertyName(Method) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns the Java Bean property name of the given method, if it is a
setter
- getRejectedExecutionHandler() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getRight() - Method in class org.apache.camel.util.Pair
-
- getScheduledThreadPoolExecutor() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getSeparator() - Method in class org.apache.camel.util.CollectionStringBuffer
-
- getStatus() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
Gets the task status.
- getSystemProperty(String, String) - Static method in class org.apache.camel.util.ObjectHelper
-
A helper method to access a system property, catching any security exceptions
- getSystemProperty(String, Boolean) - Static method in class org.apache.camel.util.ObjectHelper
-
A helper method to access a boolean system property, catching any
security exceptions
- getTaskCount() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getThreadFactory() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- getUserDir() - Static method in class org.apache.camel.util.FileUtil
-
- getValue() - Method in class org.apache.camel.util.KeyValueHolder
-
- ifNotEmpty(T, Consumer<T>) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the value is not null, an empty string, an empty collection or a map
- immutableMapOf(Supplier<Map<K, V>>, K, V, Object...) - Static method in class org.apache.camel.util.CollectionHelper
-
Build an immutable map from varargs.
- immutableMapOf(K, V, Object...) - Static method in class org.apache.camel.util.CollectionHelper
-
Build an immutable map from varargs.
- InetAddressUtil - Class in org.apache.camel.util
-
- INSTANCE - Static variable in class org.apache.camel.util.AntPathMatcher
-
- IntrospectionSupport - Class in org.apache.camel.util
-
Deprecated.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- IOHelper - Class in org.apache.camel.util
-
IO helper class.
- IOHelper.EncodingFileReader - Class in org.apache.camel.util
-
Encoding-aware file reader.
- IOHelper.EncodingFileWriter - Class in org.apache.camel.util
-
Encoding-aware file writer.
- IOHelper.EncodingInputStream - Class in org.apache.camel.util
-
Encoding-aware input stream.
- isAbsolute(File) - Static method in class org.apache.camel.util.FileUtil
-
Is the given file an absolute file.
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns true if a class is assignable from another class like the
Class.isAssignableFrom(Class) method but which also includes
coercion between primitive types to deal with Java 5 primitive type
wrapping
- isClassName(String) - Static method in class org.apache.camel.util.StringHelper
-
Determines if the string is a fully qualified class name
- isEmpty() - Method in class org.apache.camel.util.CollectionStringBuffer
-
- isEmpty(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the value is null or an empty string.
- isEqualToAny(Object, Object...) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns true if the given object is equal to any of the expected value
- isGE(String, String) - Static method in class org.apache.camel.util.CamelVersionHelper
-
Checks whether other >= base
- isInvalidValidOgnlExpression(String) - Static method in class org.apache.camel.util.OgnlHelper
-
- isJavaIdentifier(String) - Static method in class org.apache.camel.util.StringHelper
-
Returns true if the given name is a valid java identifier
- isNaN(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Is the given value a numeric NaN type
- isNotEmpty(Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the value is not null, an empty string or an empty collection/map.
- isNullSafeOperator(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Tests whether or not the given Camel OGNL expression is using the null safe operator or not.
- isOgnlIndex(String) - Static method in class org.apache.camel.util.OgnlHelper
-
- isOverridingMethod(Method, Method) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the target method overrides the source method.
- isOverridingMethod(Method, Method, boolean) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the target method overrides the source method.
- isOverridingMethod(Class<?>, Method, Method, boolean) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the target method overrides the source method from the
inheriting class.
- isPattern(String) - Method in class org.apache.camel.util.AntPathMatcher
-
- isPrimitiveArrayType(Class<?>) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns if the given clazz type is a Java primitive array type.
- isQuoted(String) - Static method in class org.apache.camel.util.StringHelper
-
Whether the string starts and ends with either single or double quotes.
- isRaw(int, List<Pair<Integer>>) - Static method in class org.apache.camel.util.URISupport
-
Tests if the index is within any pair of the start and end indexes which
represent the start and end positions of a RAW token.
- isShutdown() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- isShutdown() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- isTerminated() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- isTerminated() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- isTerminating() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- isValidOgnlExpression(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Tests whether or not the given String is a Camel OGNL expression.
- isValidVersion(String, double) - Static method in class org.apache.camel.util.PackageHelper
-
Returns true if the version number of the given package name can be found and is greater than or equal to the minimum version.
- isWindows() - Static method in class org.apache.camel.util.FileUtil
-
Returns true, if the OS is windows
- limitLength(String, int) - Static method in class org.apache.camel.util.StringHelper
-
Limits the length of a string
- LINE_NUMBER - Static variable in class org.apache.camel.util.XmlLineNumberParser
-
- LINE_NUMBER_END - Static variable in class org.apache.camel.util.XmlLineNumberParser
-
- loadClass(String) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given class name using the thread context class
loader or the class loader used to load this class
- loadClass(String, ClassLoader) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given class name using the thread context class
loader or the given class loader
- loadClass(String, ClassLoader, boolean) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given class name using the thread context class
loader or the given class loader
- loadResourceAsStream(String) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resource as a stream using the thread context
class loader or the class loader used to load this class
- loadResourceAsStream(String, ClassLoader) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resource as a stream using
first the given class loader, then the thread context
class loader and finally the class loader used to load this class
- loadResourceAsURL(String) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resource as a stream using the thread context
class loader or the class loader used to load this class
- loadResourceAsURL(String, ClassLoader) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resource as a stream using the thread context
class loader or the class loader used to load this class
- loadResourcesAsURL(String) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resources from the given package name using the thread context
class loader or the class loader used to load this class
- loadResourcesAsURL(String, ClassLoader) - Static method in class org.apache.camel.util.ObjectHelper
-
Attempts to load the given resources from the given package name using the thread context
class loader or the class loader used to load this class
- loadSimpleType(String) - Static method in class org.apache.camel.util.ObjectHelper
-
Load a simple type
- loadText(InputStream) - Static method in class org.apache.camel.util.IOHelper
-
Loads the entire stream into memory as a String and returns it.
- LockHelper - Class in org.apache.camel.util.concurrent
-
- lookupConstantFieldValue(Class<?>, String) - Static method in class org.apache.camel.util.ObjectHelper
-
Lookup the constant field on the given class with the given name
- name(Class<?>) - Static method in class org.apache.camel.util.ObjectHelper
-
Returns the type name of the given type or null if the type variable is
null
- negate(Predicate<T>) - Static method in class org.apache.camel.util.function.Predicates
-
Negates a predicate, useful for method references.
- NEVER - Static variable in class org.apache.camel.util.backoff.BackOff
-
- newStringFromBytes(byte[]) - Static method in class org.apache.camel.util.IOHelper
-
Use this function instead of new String(byte[]) to avoid surprises from
non-standard default encodings.
- newStringFromBytes(byte[], int, int) - Static method in class org.apache.camel.util.IOHelper
-
Use this function instead of new String(byte[], int, int) to avoid
surprises from non-standard default encodings.
- newTaskFor(Runnable, T) - Method in class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- newTaskFor(Callable<T>) - Method in class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- newTaskFor(Runnable, T) - Method in class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- newTaskFor(Callable<T>) - Method in class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- newThread(Runnable) - Method in class org.apache.camel.util.concurrent.CamelThreadFactory
-
- next() - Method in class org.apache.camel.util.FilterIterator
-
- next() - Method in class org.apache.camel.util.Scanner
-
- next() - Method in class org.apache.camel.util.SkipIterator
-
- normalizeCharset(String) - Static method in class org.apache.camel.util.IOHelper
-
This method will take off the quotes and double quotes of the charset
- normalizeClassName(String) - Static method in class org.apache.camel.util.StringHelper
-
Cleans the string to a pure Java identifier so we can use it for loading class names.
- normalizePath(String) - Static method in class org.apache.camel.util.FileUtil
-
Normalizes the path to cater for Windows and other platforms
- normalizeUri(String) - Static method in class org.apache.camel.util.URISupport
-
Normalizes the uri by reordering the parameters so they are sorted and
thus we can use the uris for endpoint matching.
- notEmpty(String, String) - Static method in class org.apache.camel.util.StringHelper
-
Asserts whether the string is not empty.
- notEmpty(String, String, Object) - Static method in class org.apache.camel.util.StringHelper
-
Asserts whether the string is not empty.
- notNull(T, String) - Static method in class org.apache.camel.util.ObjectHelper
-
Asserts whether the value is not null
- notNull(T, String, Object) - Static method in class org.apache.camel.util.ObjectHelper
-
Asserts whether the value is not null
- RAW_TOKEN_END - Static variable in class org.apache.camel.util.URISupport
-
- RAW_TOKEN_PREFIX - Static variable in class org.apache.camel.util.URISupport
-
- RAW_TOKEN_START - Static variable in class org.apache.camel.util.URISupport
-
- read(BackOff) - Method in class org.apache.camel.util.backoff.BackOff.Builder
-
- read() - Method in class org.apache.camel.util.IOHelper.EncodingInputStream
-
- ReferenceCount - Class in org.apache.camel.util
-
- ReflectionHelper - Class in org.apache.camel.util
-
Helper for working with reflection on classes.
- ReflectionHelper.ClassCallback - Interface in org.apache.camel.util
-
Action to take on each class.
- ReflectionHelper.FieldCallback - Interface in org.apache.camel.util
-
Callback interface invoked on each field in the hierarchy.
- ReflectionHelper.MethodCallback - Interface in org.apache.camel.util
-
Action to take on each method.
- reject() - Method in interface org.apache.camel.util.concurrent.Rejectable
-
The task was rejected.
- reject() - Method in class org.apache.camel.util.concurrent.RejectableFutureTask
-
- Rejectable - Interface in org.apache.camel.util.concurrent
-
Reject executing or processing some task.
- RejectableFutureTask<V> - Class in org.apache.camel.util.concurrent
-
- RejectableFutureTask(Callable<V>) - Constructor for class org.apache.camel.util.concurrent.RejectableFutureTask
-
- RejectableFutureTask(Runnable, V) - Constructor for class org.apache.camel.util.concurrent.RejectableFutureTask
-
- RejectableScheduledThreadPoolExecutor - Class in org.apache.camel.util.concurrent
-
- RejectableScheduledThreadPoolExecutor(int) - Constructor for class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- RejectableScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- RejectableScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- RejectableScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.camel.util.concurrent.RejectableScheduledThreadPoolExecutor
-
- RejectableThreadPoolExecutor - Class in org.apache.camel.util.concurrent
-
- RejectableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- RejectableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- RejectableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- RejectableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.camel.util.concurrent.RejectableThreadPoolExecutor
-
- release() - Method in class org.apache.camel.util.ReferenceCount
-
Decreases the reference count and invoke onRelease if the reference count reaches 0.
- remove(K1, K2) - Method in class org.apache.camel.util.DoubleMap
-
- remove() - Method in class org.apache.camel.util.FilterIterator
-
- remove() - Method in class org.apache.camel.util.SkipIterator
-
- removeCRLF(String) - Static method in class org.apache.camel.util.StringHelper
-
Remove carriage return and line feeds from a String, replacing them with an empty String.
- removeDir(File) - Static method in class org.apache.camel.util.FileUtil
-
- removeLeadingAndEndingQuotes(String) - Static method in class org.apache.camel.util.StringHelper
-
Removes all leading and ending quotes (single and double) from the string
- removeLeadingOperators(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Removes any leading operators from the Camel OGNL expression.
- removeOperators(String) - Static method in class org.apache.camel.util.OgnlHelper
-
- removeQuotes(String) - Static method in class org.apache.camel.util.StringHelper
-
Removes all quotes (single and double) from the string
- removeStartingCharacters(String, char) - Static method in class org.apache.camel.util.StringHelper
-
Removes any starting characters on the given text which match the given
character
- removeTrailingOperators(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Removes any trailing operators from the Camel OGNL expression.
- renameFile(File, File, boolean) - Static method in class org.apache.camel.util.FileUtil
-
Renames a file.
- renameFileUsingCopy(File, File) - Static method in class org.apache.camel.util.FileUtil
-
Rename file using copy and delete strategy.
- replaceAll(String, String, String) - Static method in class org.apache.camel.util.StringHelper
-
Replaces all the from tokens in the given input string.
- reset() - Method in interface org.apache.camel.util.backoff.BackOffTimer.Task
-
Reset the task.
- reset() - Method in class org.apache.camel.util.IOHelper.EncodingInputStream
-
- resolvePath(String) - Static method in class org.apache.camel.util.FilePathResolver
-
Resolves the path.
- resolveRawParameterValues(Map<String, Object>) - Static method in class org.apache.camel.util.URISupport
-
Traverses the given parameters, and resolve any parameter values which
uses the RAW token syntax: key=RAW(value).
- resolveThreadName(String, String) - Static method in class org.apache.camel.util.concurrent.ThreadHelper
-
Creates a new thread name with the given pattern
See
org.apache.camel.spi.ExecutorServiceManager#setThreadNamePattern(String) for supported patterns.
- restart() - Method in class org.apache.camel.util.StopWatch
-
Starts or restarts the stop watch
- retain() - Method in class org.apache.camel.util.ReferenceCount
-
Increases the reference count invoke onFirst on the first increment;
- run() - Method in interface org.apache.camel.util.function.ThrowingRunnable
-
- sanitize(String) - Static method in class org.apache.camel.util.StringHelper
-
Ensures that s is friendly for a URL or file system.
- sanitizePath(String) - Static method in class org.apache.camel.util.URISupport
-
Removes detected sensitive information (such as passwords) from the
path part of an URI (that is, the part without the query
parameters or component prefix) and returns the result.
- sanitizeUri(String) - Static method in class org.apache.camel.util.URISupport
-
Removes detected sensitive information (such as passwords) from the URI
and returns the result.
- Scanner - Class in org.apache.camel.util
-
- Scanner(InputStream, String, String) - Constructor for class org.apache.camel.util.Scanner
-
- Scanner(File, String, String) - Constructor for class org.apache.camel.util.Scanner
-
- Scanner(String, String) - Constructor for class org.apache.camel.util.Scanner
-
- Scanner(ReadableByteChannel, String, String) - Constructor for class org.apache.camel.util.Scanner
-
- Scanner(Readable, String) - Constructor for class org.apache.camel.util.Scanner
-
- scanRaw(String) - Static method in class org.apache.camel.util.URISupport
-
Scans RAW tokens in the string and returns the list of pair indexes which
tell where a RAW token starts and ends in the string.
- schedule(BackOff, ThrowingFunction<BackOffTimer.Task, Boolean, Exception>) - Method in class org.apache.camel.util.backoff.BackOffTimer
-
Schedule the given function/task to be executed some time in the future
according to the given backOff.
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- SedaConstants - Class in org.apache.camel.util
-
- setCorePoolSize(int) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setDelay(Duration) - Method in class org.apache.camel.util.backoff.BackOff
-
The delay to wait before retry the operation.
- setField(Field, Object, Object) - Static method in class org.apache.camel.util.ReflectionHelper
-
- setKeepAliveTime(long, TimeUnit) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setMaxAttempts(Long) - Method in class org.apache.camel.util.backoff.BackOff
-
The maximum number of attempts after which the back-off should be considered
exhausted and no more attempts should be made.
- setMaxDelay(Duration) - Method in class org.apache.camel.util.backoff.BackOff
-
The maximum back-off time after which the delay is not more increased.
- setMaxElapsedTime(Duration) - Method in class org.apache.camel.util.backoff.BackOff
-
The maximum elapsed time after which the back-off should be considered
exhausted and no more attempts should be made.
- setMaximumPoolSize(int) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setMultiplier(Double) - Method in class org.apache.camel.util.backoff.BackOff
-
The value to multiply the current interval by for each retry attempt.
- setPathSeparator(String) - Method in class org.apache.camel.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- setSeparator(String) - Method in class org.apache.camel.util.CollectionStringBuffer
-
- setThreadFactory(ThreadFactory) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- shutdown() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- shutdown() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- shutdownNow() - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- shutdownNow() - Method in class org.apache.camel.util.concurrent.SynchronousExecutorService
-
- singleQuote(String) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Returns the text wrapped single quotes
- size(Object) - Static method in class org.apache.camel.util.CollectionHelper
-
Returns the size of the collection if it can be determined to be a collection
- size() - Method in class org.apache.camel.util.DoubleMap
-
- SizedScheduledExecutorService - Class in org.apache.camel.util.concurrent
-
- SizedScheduledExecutorService(ScheduledThreadPoolExecutor, long) - Constructor for class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- skip() - Method in class org.apache.camel.util.concurrent.AsyncCompletionService
-
- SkipIterator - Class in org.apache.camel.util
-
- SkipIterator(Iterator<?>, int) - Constructor for class org.apache.camel.util.SkipIterator
-
Creates a new skip iterator
- splitOgnl(String) - Static method in class org.apache.camel.util.OgnlHelper
-
Regular expression with repeating groups is a pain to get right
and then nobody understands the reg exp afterwards.
- splitOnCharacter(String, String, int) - Static method in class org.apache.camel.util.StringHelper
-
- splitSafeQuote(String, char) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Splits the input safely honoring if values is enclosed in quotes.
- splitSafeQuote(String, char, boolean) - Static method in class org.apache.camel.util.StringQuoteHelper
-
Splits the input safely honoring if values is enclosed in quotes.
- StopWatch - Class in org.apache.camel.util
-
A very simple stop watch.
- StopWatch() - Constructor for class org.apache.camel.util.StopWatch
-
Starts the stop watch
- StopWatch(Date) - Constructor for class org.apache.camel.util.StopWatch
-
Starts the stop watch from the given timestamp
- StopWatch(boolean) - Constructor for class org.apache.camel.util.StopWatch
-
Creates the stop watch
- stream(Collection<C>) - Static method in class org.apache.camel.util.StreamUtils
-
Creates a stream on the given collection if it is not null
- stream(Map<K, V>) - Static method in class org.apache.camel.util.StreamUtils
-
Creates a stream of entries on the given Map if it is not null
- StreamUtils - Class in org.apache.camel.util
-
- StringHelper - Class in org.apache.camel.util
-
Helper methods for working with Strings.
- StringQuoteHelper - Class in org.apache.camel.util
-
Utility class for parsing quoted string which is intended for parameters, separated by comma.
- stripExt(String) - Static method in class org.apache.camel.util.FileUtil
-
- stripExt(String, boolean) - Static method in class org.apache.camel.util.FileUtil
-
- stripFirstLeadingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip first leading separator
- stripLeadingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip any leading separators
- stripPath(String) - Static method in class org.apache.camel.util.FileUtil
-
Strips any leading paths
- stripPrefix(String, String) - Static method in class org.apache.camel.util.URISupport
-
Strips the prefix from the value.
- stripSuffix(String, String) - Static method in class org.apache.camel.util.URISupport
-
Strips the suffix from the value.
- stripTrailingSeparator(String) - Static method in class org.apache.camel.util.FileUtil
-
Strip any trailing separators
- submit(Consumer<Consumer<V>>) - Method in class org.apache.camel.util.concurrent.AsyncCompletionService
-
- submit(Callable<T>) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Runnable) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.apache.camel.util.concurrent.SizedScheduledExecutorService
-
- submit(Callable<V>) - Method in class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- submit(Runnable, Object) - Method in class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- SubmitOrderedCompletionService<V> - Class in org.apache.camel.util.concurrent
-
A
CompletionService that orders the completed tasks
in the same order as they where submitted.
- SubmitOrderedCompletionService(Executor) - Constructor for class org.apache.camel.util.concurrent.SubmitOrderedCompletionService
-
- Suppliers - Class in org.apache.camel.util.function
-
- supplyIfEmpty(T, Supplier<T>) - Static method in class org.apache.camel.util.ObjectHelper
-
Tests whether the value is null, an empty string, an empty collection or a map
- supplyWithReadLock(StampedLock, Supplier<R>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- supplyWithReadLockT(StampedLock, ThrowingSupplier<R, T>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- supplyWithWriteLock(StampedLock, Supplier<R>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- supplyWithWriteLockT(StampedLock, ThrowingSupplier<R, T>) - Static method in class org.apache.camel.util.concurrent.LockHelper
-
- SynchronousExecutorService - Class in org.apache.camel.util.concurrent
-
A synchronous
ExecutorService which always invokes
the task in the caller thread (just a thread pool facade).
- SynchronousExecutorService() - Constructor for class org.apache.camel.util.concurrent.SynchronousExecutorService
-