- calculateHash(MessageDigest, byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-256 Hash String from the passed in byte[].
- calculateMD5Hash(FileChannel) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- calculateMD5Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA1Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an MD5 Hash String from the passed in byte[].
- calculateSHA256Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-256 Hash String from the passed in byte[].
- calculateSHA512Hash(byte[]) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Calculate an SHA-512 Hash String from the passed in byte[].
- CaseInsensitiveEntry(Map.Entry<KK, VV>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
-
- CaseInsensitiveMap<K,V> - Class in com.cedarsoftware.util
-
Useful Map that does not care about the case-sensitivity of keys
when the key value is a String.
- CaseInsensitiveMap() - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
- CaseInsensitiveMap(Map<K, V>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
Wrap the passed in Map with a CaseInsensitiveMap, allowing other Map types like
TreeMap, ConcurrentHashMap, etc.
- CaseInsensitiveMap(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap
-
- CaseInsensitiveMap.CaseInsensitiveEntry<KK,VV> - Class in com.cedarsoftware.util
-
Entry implementation that will give back a String instead of a CaseInsensitiveString
when .getKey() is called.
- CaseInsensitiveMap.CaseInsensitiveString - Class in com.cedarsoftware.util
-
Internal class used to wrap String keys.
- CaseInsensitiveSet<E> - Class in com.cedarsoftware.util
-
Implements a java.util.Set that will not utilize 'case' when comparing Strings
contained within the Set.
- CaseInsensitiveSet() - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(Collection<? extends E>) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(int) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(int, float) - Constructor for class com.cedarsoftware.util.CaseInsensitiveSet
-
- CaseInsensitiveString(String) - Constructor for class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
-
- checkForThrowable(Object) - Static method in class com.cedarsoftware.util.UrlInvocationHandler
-
- ClassInfo(Class, Class[]) - Constructor for class com.cedarsoftware.util.Traverser.ClassInfo
-
- clear() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- clear() - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- clear() - Method in class com.cedarsoftware.util.TrackingMap
-
- clearGlobalReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
- clearGlobalUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
- close(XMLStreamReader) - Static method in class com.cedarsoftware.util.IOUtilities
-
- close(XMLStreamWriter) - Static method in class com.cedarsoftware.util.IOUtilities
-
- close(Closeable) - Static method in class com.cedarsoftware.util.IOUtilities
-
- com.cedarsoftware.util - package com.cedarsoftware.util
-
- compare(Object, Object, GraphComparator.ID) - Static method in class com.cedarsoftware.util.GraphComparator
-
Perform the asymmetric graph delta.
- compareTo(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
-
- compressBytes(ByteArrayOutputStream, ByteArrayOutputStream) - Static method in class com.cedarsoftware.util.IOUtilities
-
- compressBytes(byte[]) - Static method in class com.cedarsoftware.util.IOUtilities
-
- contains(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- containsAll(Collection<?>) - Method in class com.cedarsoftware.util.CaseInsensitiveSet
-
- containsKey(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- containsKey(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- containsValue(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- containsValue(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- convert(Object, Class) - Static method in class com.cedarsoftware.util.Converter
-
Turn the passed in value to the class indicated.
- Converter - Class in com.cedarsoftware.util
-
Handy conversion utilities
- COOKIE - Static variable in class com.cedarsoftware.util.UrlUtilities
-
- COOKIE_VALUE_DELIMITER - Static variable in class com.cedarsoftware.util.UrlUtilities
-
- copy(Map<K, V>, Map) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- count(String, char) - Static method in class com.cedarsoftware.util.StringUtilities
-
- create(Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
- create(ClassLoader, Class<T>, InvocationHandler) - Static method in class com.cedarsoftware.util.ProxyFactory
-
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
- createAesCipher(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createAesCipher(Key, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
Creates a Cipher from the passed in key, using the passed in mode.
- createAesDecryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createAesEncryptionCipher(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createCipherBytes(String, int) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- createString(byte[], String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a String with a particular encoding.
- createUtf8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 String.
- createUTF8String(byte[]) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a byte[] into a UTF-8 encoded String.
- generatePostData(Object, Method, Object[]) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
- get(Object) - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- get(Map, String, T) - Static method in class com.cedarsoftware.util.MapUtilities
-
Retrieves a value from a map by key
- get(Object) - Method in class com.cedarsoftware.util.TrackingMap
-
- getActualUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getArraySubset(T[], int, int) - Static method in class com.cedarsoftware.util.ArrayUtilities
-
- getBytes(String, String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] with a particular encoding.
- getClassAnnotation(Class, Class) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Determine if the passed in class (classToCheck) has the annotation (annoClass) on itself,
any of its super classes, any of it's interfaces, or any of it's super interfaces.
- getClassName(Object) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return the name of the class on the object, or "null" if the object is null.
- getCmd() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getConnection(String, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getConnection(URL, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getConnection(URL, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Gets a connection from a url.
- getConnection(URL, Map, boolean, boolean, boolean, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getConnection(URL, String, int, Map, boolean, boolean, boolean, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getConnection(URL, Map, boolean, boolean, boolean, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrl(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrl(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrl(String, Map, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrl(String, Proxy) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(String, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(String, Map, Map, Proxy, SSLSocketFactory, HostnameVerifier) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(URL, Map, Map, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(String, Map, Map, Proxy, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrl(String, String, int, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrlAsString(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrlAsString(URL, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrlAsString(String, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrlAsString(URL, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Get content from the passed in URL.
- getContentFromUrlAsString(String, Proxy) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getContentFromUrlAsString(String, String, int, Map, Map, boolean) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getCookieDomainFromHost(String) - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getCookies(URLConnection) - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
- getCookies(URLConnection, Map) - Static method in class com.cedarsoftware.util.UrlUtilities
-
Retrieves and stores cookies returned by the host on the other side of
the open java.net.URLConnection.
- getDateFormat(String) - Static method in class com.cedarsoftware.util.SafeSimpleDateFormat
-
- getDeclaredFields(Class, Collection<Field>) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including
private fields.
- getDeepDeclaredFieldMap(Class) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Return all Fields from a class (including inherited), mapped by
String field name to java.lang.reflect.Field.
- getDeepDeclaredFields(Class) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
Get all non static, non transient, fields of the passed in class, including
private fields.
- getDigest(String) - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getError() - Method in class com.cedarsoftware.util.Executor
-
- getError() - Method in class com.cedarsoftware.util.GraphComparator.DeltaError
-
- getExternalVariable(String) - Static method in class com.cedarsoftware.util.SystemUtilities
-
Fetch value from environment variable and if not set, then fetch from
System properties.
- getFieldName() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getHostName() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getHostName() - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getId() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getId(Object) - Method in interface com.cedarsoftware.util.GraphComparator.ID
-
- getInputStream(URLConnection) - Static method in class com.cedarsoftware.util.IOUtilities
-
- getIpAddress() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getJavaDeltaProcessor() - Static method in class com.cedarsoftware.util.GraphComparator
-
- getKey() - Method in class com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveEntry
-
- getLocalHost() - Static method in class com.cedarsoftware.util.InetAddressUtilities
-
- getMD5Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getMethod(Class, String, Class...) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
- getMethodAnnotation(Method, Class) - Static method in class com.cedarsoftware.util.ReflectionUtils
-
- getName() - Method in enum com.cedarsoftware.util.GraphComparator.Delta.Command
-
- getOptionalKey() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getOut() - Method in class com.cedarsoftware.util.Executor
-
- getRandomChar(Random, boolean) - Static method in class com.cedarsoftware.util.StringUtilities
-
- getRandomString(Random, int, int) - Static method in class com.cedarsoftware.util.StringUtilities
-
- getReferrer() - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getResult() - Method in class com.cedarsoftware.util.StreamGobbler
-
- getRetryAttempts() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
- getRetrySleepTime() - Method in interface com.cedarsoftware.util.UrlInvocationHandlerStrategy
-
- getSHA1Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSHA256Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSHA512Digest() - Static method in class com.cedarsoftware.util.EncryptionUtilities
-
- getSourceValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getTargetValue() - Method in class com.cedarsoftware.util.GraphComparator.Delta
-
- getUniqueId() - Static method in class com.cedarsoftware.util.UniqueIdGenerator
-
- getUserAgent() - Static method in class com.cedarsoftware.util.UrlUtilities
-
- getUTF8Bytes(String) - Static method in class com.cedarsoftware.util.StringUtilities
-
Convert a String into a byte[] encoded by UTF-8.
- getWrappedMap() - Method in class com.cedarsoftware.util.CaseInsensitiveMap
-
- getWrappedMap() - Method in class com.cedarsoftware.util.TrackingMap
-
Fetch the Map that this TrackingMap wraps.
- GraphComparator - Class in com.cedarsoftware.util
-
Graph Utility algorithms, such as Asymmetric Graph Difference.
- GraphComparator() - Constructor for class com.cedarsoftware.util.GraphComparator
-
- GraphComparator.Delta - Class in com.cedarsoftware.util
-
- GraphComparator.Delta.Command - Enum in com.cedarsoftware.util
-
These are all possible Delta.Commands that are generated when performing
the graph comparison.
- GraphComparator.DeltaError - Class in com.cedarsoftware.util
-
- GraphComparator.DeltaProcessor - Interface in com.cedarsoftware.util
-
- GraphComparator.DeltaProcessor.Helper - Class in com.cedarsoftware.util
-
- GraphComparator.ID - Interface in com.cedarsoftware.util
-