Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- Cache<K,
V> - Interface in org.camunda.commons.utils.cache -
A Map-like data structure that stores key-value pairs and provides temporary access to it.
- clear() - Method in interface org.camunda.commons.utils.cache.Cache
-
Clears the contents of the cache.
- clear() - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
- closeSilently(Closeable) - Static method in class org.camunda.commons.utils.IoUtil
-
Close a closable ignoring any IO exception.
- ConcurrentLruCache<K,
V> - Class in org.camunda.commons.utils.cache -
A thread-safe LRU org.camunda.commons.utils.cache.Cache with a fixed capacity.
- ConcurrentLruCache(int) - Constructor for class org.camunda.commons.utils.cache.ConcurrentLruCache
-
Creates the cache with a fixed capacity.
D
- defaultString(String) - Static method in class org.camunda.commons.utils.StringUtil
-
Returns either the passed in String, or if the String is
null, an empty String ("").
E
- ENCODING_CHARSET - Static variable in class org.camunda.commons.utils.IoUtil
- ENSURE_UTIL_LOGGER - Static variable in class org.camunda.commons.utils.UtilsLogger
- ensureNotNull(String, Object) - Static method in class org.camunda.commons.utils.EnsureUtil
-
Ensures that the parameter is not null.
- ensureParamInstanceOf(String, Object, Class<T>) - Static method in class org.camunda.commons.utils.EnsureUtil
-
Ensure the object is of a given type and return the casted object
- EnsureUtil - Class in org.camunda.commons.utils
- EnsureUtil() - Constructor for class org.camunda.commons.utils.EnsureUtil
- EnsureUtilLogger - Class in org.camunda.commons.utils
- EnsureUtilLogger() - Constructor for class org.camunda.commons.utils.EnsureUtilLogger
F
- fileAsByteArray(File) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the content of a File.
- fileAsStream(File) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the input stream of a file.
- fileAsStream(String) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the input stream of a file with specified filename
- fileAsString(File) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the content of a File.
- fileAsString(String) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the content of a file with specified filename
- fileNotFoundException(String) - Method in class org.camunda.commons.utils.IoUtilLogger
- fileNotFoundException(String, Exception) - Method in class org.camunda.commons.utils.IoUtilLogger
G
- get(K) - Method in interface org.camunda.commons.utils.cache.Cache
-
Gets an entry from the cache.
- get(K) - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
- getClasspathFile(String) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the File for a filename.
- getClasspathFile(String, ClassLoader) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the File for a filename.
- getStackTrace(Throwable) - Static method in class org.camunda.commons.utils.StringUtil
-
Fetches the stack trace of an exception as a String.
I
- inputStreamAsByteArray(InputStream) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the input stream as byte[].
- inputStreamAsString(InputStream) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the input stream as String.
- IO_UTIL_LOGGER - Static variable in class org.camunda.commons.utils.UtilsLogger
- IoUtil - Class in org.camunda.commons.utils
- IoUtil() - Constructor for class org.camunda.commons.utils.IoUtil
- IoUtilException - Exception in org.camunda.commons.utils
- IoUtilException(String) - Constructor for exception org.camunda.commons.utils.IoUtilException
- IoUtilException(String, Throwable) - Constructor for exception org.camunda.commons.utils.IoUtilException
- IoUtilLogger - Class in org.camunda.commons.utils
- IoUtilLogger() - Constructor for class org.camunda.commons.utils.IoUtilLogger
- isEmpty() - Method in interface org.camunda.commons.utils.cache.Cache
-
Returns
trueif this cache contains no key-value mappings. - isEmpty() - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
- isExpression(String) - Static method in class org.camunda.commons.utils.StringUtil
-
Checks whether a String seams to be an expression or not
J
- join(String, String...) - Static method in class org.camunda.commons.utils.StringUtil
-
Joins a list of Strings to a single one.
K
- keySet() - Method in interface org.camunda.commons.utils.cache.Cache
-
Returns a Set view of the keys contained in this cache.
- keySet() - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
N
- nullParameter(String) - Method in class org.camunda.commons.utils.IoUtilLogger
O
- org.camunda.commons.utils - package org.camunda.commons.utils
- org.camunda.commons.utils.cache - package org.camunda.commons.utils.cache
P
- parameterIsNullException(String) - Method in class org.camunda.commons.utils.EnsureUtilLogger
- PROJECT_CODE - Static variable in class org.camunda.commons.utils.UtilsLogger
- put(K, V) - Method in interface org.camunda.commons.utils.cache.Cache
-
Associates the specified value with the specified key in the cache.
- put(K, V) - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
R
- readerAsString(Reader) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the Reader content as String.
- remove(K) - Method in interface org.camunda.commons.utils.cache.Cache
-
Removes an entry from the cache.
- remove(K) - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
- removeAll(K) - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
-
Removes all instances of the given key within the keys queue.
S
- size() - Method in interface org.camunda.commons.utils.cache.Cache
- size() - Method in class org.camunda.commons.utils.cache.ConcurrentLruCache
- split(String, String) - Static method in class org.camunda.commons.utils.StringUtil
-
Splits a String by an expression.
- stringAsInputStream(String) - Static method in class org.camunda.commons.utils.IoUtil
-
Returns the String as InputStream.
- StringUtil - Class in org.camunda.commons.utils
- StringUtil() - Constructor for class org.camunda.commons.utils.StringUtil
U
- unableToReadFromReader(Throwable) - Method in class org.camunda.commons.utils.IoUtilLogger
- unableToReadInputStream(IOException) - Method in class org.camunda.commons.utils.IoUtilLogger
- unsupportedParameterType(String, Object, Class<?>) - Method in class org.camunda.commons.utils.EnsureUtilLogger
- UtilsLogger - Class in org.camunda.commons.utils
- UtilsLogger() - Constructor for class org.camunda.commons.utils.UtilsLogger
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form