com.im.commons 5.9
A C D E F G H I J K L M N O P R S T U V X

A

add(String) - Method in class com.im.commons.util.CaseInsensitiveList
Appends the specified element to the end of this list.
add(int, String) - Method in class com.im.commons.util.CaseInsensitiveList
Inserts the specified element at the specified position in this list.
add(String) - Method in class com.im.commons.util.CaseInsensitiveSet
Adds the specified element to this set if it is not already present.
addAll(Collection<? extends String>) - Method in class com.im.commons.util.CaseInsensitiveList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends String>) - Method in class com.im.commons.util.CaseInsensitiveList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addMessage(DFFeedback.Type, Object, Throwable) - Method in class com.im.commons.progress.ConsoleFeedback
 
addMessage(DFFeedback.Type, Object, Throwable) - Method in interface com.im.commons.progress.DFFeedback
Adds a message to the feedback.
addMessage(int, String, Throwable) - Method in class com.im.commons.progress.ProgressWriterFeedbackAdapter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.im.commons.progress.ConsoleFeedback
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.progress.DFFeedback
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.progress.DFLockable
Register to listen to DFLockable.PROP_LOCKED property change.
AlreadyLockedException - Exception in com.im.commons.progress
This exception is thrown from a DFLockable.obtainLock(java.lang.String) when the object is already locked.
AlreadyLockedException(DFLockable, String, Throwable) - Constructor for exception com.im.commons.progress.AlreadyLockedException
Creates a new instance of AlreadyLockedException
AlreadyLockedException(DFLockable, String, Throwable, boolean) - Constructor for exception com.im.commons.progress.AlreadyLockedException
Creates a new instance of AlreadyLockedException
APP_CONTEXT_DATA_SOURCE_DEFINITION_FILE - Static variable in class com.im.commons.util.SpringContextConfigurations
Holds path to datasource configuration context file.
APP_CONTEXT_DATA_TYPE_COLUMN_HANDLER_DEFINITIONS_FILE - Static variable in class com.im.commons.util.SpringContextConfigurations
Holds path to column types beans configuration file.
APP_CONTEXT_ODATA_PRODUCER_PROVIDERS_FILE - Static variable in class com.im.commons.util.SpringContextConfigurations
The constant holds path to OData producer provider beans configuration file.
APP_CONTEXT_OPERATION_DEFINITIONS_FILE - Static variable in class com.im.commons.util.SpringContextConfigurations
Holds path to operations definitions beans configuration file.
applyChanges() - Method in interface com.im.commons.util.DFCustomizer
Apply the changes and set all properties to edited object.
applyChanges(DFEnvironmentRW) - Method in interface com.im.commons.util.DFCustomizer
Apply the changes and set all properties to edited object.
areBothNull() - Method in class com.im.commons.Pair
 

C

cancel() - Method in class com.im.commons.progress.ConsoleFeedback
 
cancelChanges() - Method in interface com.im.commons.util.DFCustomizer
Cancel the changes and refresh all input fields from the edited object.
CancelException - Exception in com.im.commons.progress
Exceptional return code from the operation.
CancelException() - Constructor for exception com.im.commons.progress.CancelException
 
CancelException(String) - Constructor for exception com.im.commons.progress.CancelException
 
canEncode(int) - Method in class com.im.commons.db.TermEncoder
Whether it can encode something as String
CaseInsensitiveList - Class in com.im.commons.util
This class is a copy of ArrayList implementation, specialized for Strings.
CaseInsensitiveList(int) - Constructor for class com.im.commons.util.CaseInsensitiveList
Constructs an empty list with the specified initial capacity.
CaseInsensitiveList() - Constructor for class com.im.commons.util.CaseInsensitiveList
Constructs an empty list with an initial capacity of ten.
CaseInsensitiveList(Collection<String>) - Constructor for class com.im.commons.util.CaseInsensitiveList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CaseInsensitiveMap<V> - Class in com.im.commons.util
This Map is a delegate that transforms all keys to lowercase (provided the key is not null).
CaseInsensitiveMap() - Constructor for class com.im.commons.util.CaseInsensitiveMap
 
CaseInsensitiveMap(int) - Constructor for class com.im.commons.util.CaseInsensitiveMap
 
CaseInsensitiveMap(int, float) - Constructor for class com.im.commons.util.CaseInsensitiveMap
 
CaseInsensitiveMap(Map<String, V>) - Constructor for class com.im.commons.util.CaseInsensitiveMap
 
CaseInsensitiveSet - Class in com.im.commons.util
 
CaseInsensitiveSet() - Constructor for class com.im.commons.util.CaseInsensitiveSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
CaseInsensitiveSet(Collection) - Constructor for class com.im.commons.util.CaseInsensitiveSet
Constructs a new set containing the elements in the specified collection.
CaseInsensitiveSet(int, float) - Constructor for class com.im.commons.util.CaseInsensitiveSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
CaseInsensitiveSet(int) - Constructor for class com.im.commons.util.CaseInsensitiveSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
change(DocumentEvent) - Method in class com.im.commons.util.DocumentAdapter
This method is invoked from all other DocumentListener methods
changedUpdate(DocumentEvent) - Method in class com.im.commons.util.DocumentAdapter
 
checkLock(DFLock) - Method in interface com.im.commons.progress.DFLockable
Checks whether the lock belongs to this lockable.
checkNonNullValues(Map<?, ?>, Object) - Static method in class com.im.commons.base.Preconditions
Ensures that no value in the given map is a null reference.
clear() - Method in class com.im.commons.util.CaseInsensitiveList
Removes all of the elements from this list.
clear() - Method in class com.im.commons.util.CaseInsensitiveMap
 
clear() - Method in class com.im.commons.util.CaseInsensitiveSet
Removes all of the elements from this set.
clone() - Method in class com.im.commons.util.CaseInsensitiveList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class com.im.commons.util.CaseInsensitiveMap
 
clone() - Method in class com.im.commons.util.CaseInsensitiveSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
com.im.commons - package com.im.commons
 
com.im.commons.annotation - package com.im.commons.annotation
 
com.im.commons.base - package com.im.commons.base
 
com.im.commons.db - package com.im.commons.db
 
com.im.commons.progress - package com.im.commons.progress
 
com.im.commons.util - package com.im.commons.util
 
ConsoleFeedback - Class in com.im.commons.progress
Implementation of DFFeedback which prints all messages to console or provided stream.
ConsoleFeedback() - Constructor for class com.im.commons.progress.ConsoleFeedback
 
ConsoleFeedback(PrintStream) - Constructor for class com.im.commons.progress.ConsoleFeedback
 
constant(T) - Static method in class com.im.commons.Functional
Creates a constant function that returns value for any input.
contains(Object) - Method in class com.im.commons.util.CaseInsensitiveList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.im.commons.util.CaseInsensitiveSet
Returns true if this set contains the specified element.
containsIgnoreCase(String[], String) - Static method in class com.im.commons.util.Utils
Does this array of strings contain the specified item (case is ignored).
containsIgnoreCase(Collection<String>, String) - Static method in class com.im.commons.util.Utils
Does this collection of strings contain the specified item (case is ignored).
containsKey(Object) - Method in class com.im.commons.util.CaseInsensitiveMap
 
containsValue(Object) - Method in class com.im.commons.util.CaseInsensitiveMap
 
convert(Object, Class) - Static method in class com.im.commons.util.DataConvertorUtils
Convert value to value with targetType.
convertBoolean(Object) - Static method in class com.im.commons.util.DataConvertorUtils
 
convertDate(Object, DataConvertorUtils.DateOptions) - Static method in class com.im.commons.util.DataConvertorUtils
 
convertDouble(Object) - Static method in class com.im.commons.util.DataConvertorUtils
 
convertFloat(Object) - Static method in class com.im.commons.util.DataConvertorUtils
 
convertForPaste(String) - Static method in class com.im.commons.util.Utils
Convert all non-space white chars to ',' inside input
convertInteger(Object, DataConvertorOptions.Int) - Static method in class com.im.commons.util.DataConvertorUtils
 
createGuid() - Static method in class com.im.commons.util.Utils
 
createMessage(String, Throwable) - Method in interface com.im.commons.progress.ProgressWriterFeedbackAdapter.MessageComposer
Create a custom message for the provided message and the Throwable
createRO(String, boolean) - Method in interface com.im.commons.progress.EnvironmentsFactory
 
createRW(DFLock, String, boolean) - Method in interface com.im.commons.progress.EnvironmentsFactory
 

D

DataConvertorOptions - Class in com.im.commons.util
Options for data conversion
DataConvertorOptions() - Constructor for class com.im.commons.util.DataConvertorOptions
 
DataConvertorOptions.Int - Interface in com.im.commons.util
Options for Integer number convertor.
DataConvertorOptions.Str - Interface in com.im.commons.util
 
DataConvertorUtils - Class in com.im.commons.util
 
DataConvertorUtils.DateOptions - Class in com.im.commons.util
An options bean for date conversion functions.
DataConvertorUtils.DateOptions() - Constructor for class com.im.commons.util.DataConvertorUtils.DateOptions
 
decodeHex(String) - Static method in class com.im.commons.util.DataConvertorUtils
Converts a hexadecimal number to a byte array.
DEV_NULL - Static variable in interface com.im.commons.progress.DFEnvironmentRO
Empty default implementation of DFEnvironmentRO
DEV_NULL - Static variable in interface com.im.commons.progress.DFFeedback
"Empty device" - all feedback is ignored.
DFCustomizer - Interface in com.im.commons.util
Special extension of standard Java Beans customizer
DFEnvironmentRO - Interface in com.im.commons.progress
Environment of time consuming read-only methods - methods, which don't modify data, but it is expected that they will take more time to perform.
DFEnvironmentRW - Interface in com.im.commons.progress
An extension of DFEnvironmentRO class which provides environment for read-only methods.
DFFeedback - Interface in com.im.commons.progress
Provides call backs for displaying progress and information as processes run in the DIF tier.
DFFeedback.Type - Enum in com.im.commons.progress
Types of messages to be used in DFFeedback
DFLock - Interface in com.im.commons.progress
A lock that can be used to restrict access to a DIF object.
DFLockable - Interface in com.im.commons.progress
Most of DIF write method (methods which modifies data or model somehow) use locking.
DFSharing - Enum in com.im.commons.util
Definition of possible sharing types.
DocumentAdapter - Class in com.im.commons.util
An empty implementation of Swing DocumentListener
DocumentAdapter() - Constructor for class com.im.commons.util.DocumentAdapter
 

E

encodeColumnRef(String) - Method in class com.im.commons.db.TermEncoder
Encodes reference to a column name
encodeHex(byte[]) - Static method in class com.im.commons.util.DataConvertorUtils
Converts an array of bytes to their hexadecimal representation.
encodeIdentifier(String) - Method in class com.im.commons.db.TermEncoder
Encodes an identifier
encodeLiteral(Object, int) - Method in class com.im.commons.db.TermEncoder
Encodes the literal 'value' in a form suitable for the desired column type (colType)
encodeParamReference(String, int) - Method in class com.im.commons.db.TermEncoder
 
encodeTableColumnRef(String, String, String) - Method in class com.im.commons.db.TermEncoder
 
encodeTableRef(String) - Method in class com.im.commons.db.TermEncoder
Encodes reference to a table name
ensureCapacity(int) - Method in class com.im.commons.util.CaseInsensitiveList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entrySet() - Method in class com.im.commons.util.CaseInsensitiveMap
 
EnvironmentsFactory - Interface in com.im.commons.progress
Any extension module can install own version of DFEnvironmentRX factory.
equals(Object) - Method in class com.im.commons.Pair
Checks the two objects for equality by delegating to their respective equals() methods.

F

finish() - Method in class com.im.commons.progress.ConsoleFeedback
 
finish() - Method in interface com.im.commons.progress.DFFeedback
Indicate the task is done.
first - Variable in class com.im.commons.Pair
 
foldlNull(Function<Pair<A, B>, A>, A, Iterable<B>) - Static method in class com.im.commons.Functional
Version of foldl as it is known in functional programming word handling the null values.
Functional - Class in com.im.commons
 

G

get(int) - Method in class com.im.commons.util.CaseInsensitiveList
Returns the element at the specified position in this list.
get(Object) - Method in class com.im.commons.util.CaseInsensitiveMap
 
getBundle(Class) - Static method in class com.im.commons.IJCBundle
 
getCode() - Method in enum com.im.commons.util.DFSharing
Get unique number of this sharing status constant.
getContextFiles(boolean) - Static method in class com.im.commons.util.SpringContextConfigurations
takes the isServerMode and decides which set of spring context should be returned.
getDisplayName() - Method in enum com.im.commons.util.DFSharing
Display name (description) of this sharing constant.
getDisplayName() - Method in enum com.im.commons.util.JChemCols
Get display name of the column type.
getDisplayName() - Method in enum com.im.commons.util.SchemaType
This item display name
getDisplayNames() - Static method in enum com.im.commons.util.DFSharing
 
getDoNotAppendIfLessThan() - Method in interface com.im.commons.util.DataConvertorOptions.Str
 
getErrorMessage() - Method in interface com.im.commons.util.DFCustomizer
Return the error message when customizer is not valid
getFeedback() - Method in interface com.im.commons.progress.DFEnvironmentRO
Feedback from the operation
getId() - Method in class com.im.commons.progress.ConsoleFeedback
 
getId() - Method in interface com.im.commons.progress.DFFeedback
 
getLocalModeOnlyContextFiles() - Static method in class com.im.commons.util.SpringContextConfigurations
 
getLock() - Method in interface com.im.commons.progress.DFEnvironmentRW
Lock for the write operation
getLockable() - Method in exception com.im.commons.progress.AlreadyLockedException
 
getLockable() - Method in interface com.im.commons.util.DFCustomizer
Get lockable for customized item
getLockedBy() - Method in exception com.im.commons.progress.AlreadyLockedException
The stack trace where the lockable was locked.
getMaxDate() - Method in class com.im.commons.util.DataConvertorUtils.DateOptions
 
getMessage(Class, String) - Static method in class com.im.commons.IJCBundle
 
getMessage(Class, String, Object...) - Static method in class com.im.commons.IJCBundle
 
getMessagePrefix() - Method in class com.im.commons.progress.ConsoleFeedback
 
getMessageToAppend() - Method in interface com.im.commons.util.DataConvertorOptions.Str
 
getMinDate() - Method in class com.im.commons.util.DataConvertorUtils.DateOptions
 
getPermanentIndex() - Method in enum com.im.commons.util.SchemaType
Stable index of each item: LOCAL=0, REMOTE=1, APP_SERVER=2.
getReason() - Method in exception com.im.commons.progress.AlreadyLockedException
 
getReason() - Method in interface com.im.commons.progress.DFLock
Return the reason of locking (usually the action human readable name)
getServerOnlyContextFiles() - Static method in class com.im.commons.util.SpringContextConfigurations
 
getSharedContextFiles() - Static method in class com.im.commons.util.SpringContextConfigurations
 
getStructureColumnDisplayName(int) - Static method in enum com.im.commons.util.JChemCols
Get display name of the structure field (CD_STRUCTURE) based on table type.
getTableDisplayName(int) - Static method in enum com.im.commons.util.JChemCols
Returns default display name for specific tableType.
getTruncateTo() - Method in interface com.im.commons.util.DataConvertorOptions.Str
 
GuardedBy - Annotation Type in com.im.commons.annotation
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

H

hashCode() - Method in class com.im.commons.Pair
Compute a hash code using the hash codes of the underlying objects.

I

IJCBundle - Class in com.im.commons
Simplified version of NetBeans' NbBundle without any dependencies on NetBeans.
IJCBundle() - Constructor for class com.im.commons.IJCBundle
 
indexOf(Object) - Method in class com.im.commons.util.CaseInsensitiveList
Searches for the first occurence of the given argument, testing for equality using the equals method.
insertUpdate(DocumentEvent) - Method in class com.im.commons.util.DocumentAdapter
 
isCancelled() - Method in class com.im.commons.progress.ConsoleFeedback
 
isCancelled() - Method in interface com.im.commons.progress.DFFeedback
Was this operation cancelled by user? Operations should periodically check this flag and if returns true, operation should stop as soon as possible
isDataValid() - Method in interface com.im.commons.util.DFCustomizer
Is the currently filled values valid?
isDecimalAccepted() - Method in interface com.im.commons.util.DataConvertorOptions.Int
Get the current value of decimalAccepted option
isEitherNull() - Method in class com.im.commons.Pair
 
isEmpty() - Method in class com.im.commons.util.CaseInsensitiveList
Tests if this list has no elements.
isEmpty() - Method in class com.im.commons.util.CaseInsensitiveMap
 
isEmpty() - Method in class com.im.commons.util.CaseInsensitiveSet
Returns true if this set contains no elements.
isJChemColumn(String) - Static method in enum com.im.commons.util.JChemCols
Is this column JChem reserved? In other words does the name start with "CD_" (ignore case)?
isLocked() - Method in interface com.im.commons.progress.DFLockable
Is a valid lock held by someone already?
isLockedForever() - Method in exception com.im.commons.progress.AlreadyLockedException
Return true if lockable is locked forever, which typically means that user does not have appropriate access rights and so no changes are allowed.
isLockedForever() - Method in interface com.im.commons.progress.DFLockable
Is this lockable constantly locked? This can be used for lockables which are in readonly mode (e.g.
isModified() - Method in interface com.im.commons.util.DFCustomizer
Are input fields currently modified and not stored to edited object?
isValid() - Method in interface com.im.commons.progress.DFLock
When lock is released it become invalid and cannot be used more
iterator() - Method in class com.im.commons.util.CaseInsensitiveSet
Returns an iterator over the elements in this set.

J

JChemCols - Enum in com.im.commons.util
Common utilities and constants for work with JChem well-known columns with prefix "CD_".

K

keySet() - Method in class com.im.commons.util.CaseInsensitiveMap
 

L

lastIndexOf(Object) - Method in class com.im.commons.util.CaseInsensitiveList
Returns the index of the last occurrence of the specified object in this list.
LicenseException - Exception in com.im.commons.util
This exception is thrown when an unlicensed feature is used
LicenseException() - Constructor for exception com.im.commons.util.LicenseException
Creates a new instance of LicenseException without detail message.
LicenseException(String) - Constructor for exception com.im.commons.util.LicenseException
Constructs an instance of LicenseException with the specified detail message.
LicenseException(String, Throwable) - Constructor for exception com.im.commons.util.LicenseException
 
lowerCase() - Method in enum com.im.commons.util.JChemCols
Returns constant as lower case String, e.g.

M

match(String) - Method in enum com.im.commons.util.JChemCols
Does columnName represent this CD_xx column? Just compare enum value toString() with columnName (case insensitive).

N

normalizeValue(Object) - Static method in class com.im.commons.util.DataConvertorUtils
Cut space in the beginning and end of the string.

O

obtainLock(String) - Method in interface com.im.commons.progress.DFLockable
Obtains the lock; fails with AlreadyLockedException if the object is already locked.
of(P, K) - Static method in class com.im.commons.Pair
Constructor for a Pair.

P

Pair<P,K> - Class in com.im.commons
2-tuple utility object.
pasteOnNonMac(String, JTextComponent) - Static method in class com.im.commons.util.Utils
Paste does not work properly with clipboard on non-mac systems
Preconditions - Class in com.im.commons.base
 
Preconditions() - Constructor for class com.im.commons.base.Preconditions
 
process(String, List<String>) - Method in interface com.im.commons.util.DataConvertorOptions.Str
Perform the truncation using the current settings
progress(int) - Method in class com.im.commons.progress.ConsoleFeedback
 
progress(int) - Method in interface com.im.commons.progress.DFFeedback
Notify the user about completed work units.
ProgressWriterFeedbackAdapter - Class in com.im.commons.progress
Adapter class that can be used as a chemaxon.jchem.file.ProgressWriter.Logger, writing its output to the specified DFFeedback instance.
ProgressWriterFeedbackAdapter(DFFeedback) - Constructor for class com.im.commons.progress.ProgressWriterFeedbackAdapter
 
ProgressWriterFeedbackAdapter(DFFeedback, ProgressWriterFeedbackAdapter.MessageComposer, boolean, Level) - Constructor for class com.im.commons.progress.ProgressWriterFeedbackAdapter
 
ProgressWriterFeedbackAdapter.MessageComposer - Interface in com.im.commons.progress
 
PROP_DATA_VALID - Static variable in interface com.im.commons.util.DFCustomizer
 
PROP_ERROR_MESSAGE - Static variable in interface com.im.commons.util.DFCustomizer
 
PROP_FORCE_READ_ONLY - Static variable in interface com.im.commons.util.DFCustomizer
This property is recognized as clientProperty (JComponent.putClientProperty(java.lang.Object, java.lang.Object)) and instructs the Customizer to render all fields disabled or make sure by other means, that the underlying bean is not modified when the user changes the UI.
PROP_LOCKED - Static variable in interface com.im.commons.progress.DFLockable
 
PROP_MODIFIED - Static variable in interface com.im.commons.util.DFCustomizer
 
PROP_UI_PROPERTIES - Static variable in interface com.im.commons.util.DFCustomizer
Additional UI properties to be set on the customizer - if it is not the same object as the DFCustomizer impl class.
PROPERTY_CANCEL - Static variable in interface com.im.commons.progress.DFFeedback
Used by PropertyChangeListener for notifying about user-initiated cancel
put(String, V) - Method in class com.im.commons.util.CaseInsensitiveMap
 

R

release() - Method in interface com.im.commons.progress.DFLock
Releases the lock.
remove(int) - Method in class com.im.commons.util.CaseInsensitiveList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.im.commons.util.CaseInsensitiveList
Removes a single instance of the specified element from this list, if it is present (optional operation).
remove(Object) - Method in class com.im.commons.util.CaseInsensitiveMap
 
remove(Object) - Method in class com.im.commons.util.CaseInsensitiveSet
Removes the specified element from this set if it is present.
removeJChemPrefix(String) - Static method in enum com.im.commons.util.JChemCols
Remove "CD_" prefix if columnName starts with this String.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.im.commons.progress.ConsoleFeedback
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.progress.DFFeedback
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.progress.DFLockable
Unregister to listen to DFLockable.PROP_LOCKED property change.
removeRange(int, int) - Method in class com.im.commons.util.CaseInsensitiveList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeUpdate(DocumentEvent) - Method in class com.im.commons.util.DocumentAdapter
 
resolveFromCode(int) - Static method in enum com.im.commons.util.DFSharing
Sharing status is stored as integer in DB.

S

SchemaType - Enum in com.im.commons.util
All supported types of schema.
second - Variable in class com.im.commons.Pair
 
set(int, String) - Method in class com.im.commons.util.CaseInsensitiveList
Replaces the element at the specified position in this list with the specified element.
setDecimalAccepted(boolean) - Method in interface com.im.commons.util.DataConvertorOptions.Int
Is decimal number accepted as correct number.
setDecimalAcceptedForInt(Object, boolean) - Static method in class com.im.commons.util.DataConvertorOptions
Utility method to simplify the usage of DataConvertorOptions.Int options for Integer convertor.
setDoNotAppendIfLessThan(int) - Method in interface com.im.commons.util.DataConvertorOptions.Str
Do not append the message if the length of the string is less than this number of characters.
setMaxDate(Date) - Method in class com.im.commons.util.DataConvertorUtils.DateOptions
 
setMessagePrefix(String) - Method in class com.im.commons.progress.ConsoleFeedback
 
setMessageToAppend(String) - Method in interface com.im.commons.util.DataConvertorOptions.Str
Append this message to the end of the string if truncation occurred.
setMinDate(Date) - Method in class com.im.commons.util.DataConvertorUtils.DateOptions
 
setTruncateTo(int) - Method in interface com.im.commons.util.DataConvertorOptions.Str
Truncate the string so that it is no longer than this number of characters.
setTruncationForStrings(Object, int, String, int) - Static method in class com.im.commons.util.DataConvertorOptions
 
size() - Method in class com.im.commons.util.CaseInsensitiveList
Returns the number of elements in this list.
size() - Method in class com.im.commons.util.CaseInsensitiveMap
 
size() - Method in class com.im.commons.util.CaseInsensitiveSet
Returns the number of elements in this set (its cardinality).
SpringContextConfigurations - Class in com.im.commons.util
A common class containing references to all spring context files we need to use here and there.
SpringContextConfigurations() - Constructor for class com.im.commons.util.SpringContextConfigurations
 
switchToDeterminate(int) - Method in class com.im.commons.progress.ConsoleFeedback
 
switchToDeterminate(int) - Method in interface com.im.commons.progress.DFFeedback
Currently indeterminate task can be switched to show percentage completed.
switchToIndeterminate() - Method in class com.im.commons.progress.ConsoleFeedback
 
switchToIndeterminate() - Method in interface com.im.commons.progress.DFFeedback
Currently determinate task (with percentage or time estimate) can be switched to indeterminate mode.

T

TermEncoder - Class in com.im.commons.db
Service, that encodes a value into a String literal suitable for the database type.
TermEncoder() - Constructor for class com.im.commons.db.TermEncoder
 
toArray() - Method in class com.im.commons.util.CaseInsensitiveList
Returns an array containing all of the elements in this list in the correct order.
toArray(T[]) - Method in class com.im.commons.util.CaseInsensitiveList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toDoubleOrNull(String) - Static method in class com.im.commons.util.Utils
 
toIntegerOrNull(String) - Static method in class com.im.commons.util.Utils
 
toString() - Method in class com.im.commons.Pair
 
trimToSize() - Method in class com.im.commons.util.CaseInsensitiveList
Trims the capacity of this ArrayList instance to be the list's current size.

U

Utils - Class in com.im.commons.util
 

V

valueOf(String) - Static method in enum com.im.commons.progress.DFFeedback.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.im.commons.util.DFSharing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.im.commons.util.JChemCols
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.im.commons.util.SchemaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.im.commons.progress.DFFeedback.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.im.commons.util.CaseInsensitiveMap
 
values() - Static method in enum com.im.commons.util.DFSharing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.im.commons.util.JChemCols
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.im.commons.util.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.

X

xmlToString(Node) - Static method in class com.im.commons.util.Utils
Export xml Node to String

A C D E F G H I J K L M N O P R S T U V X
com.im.commons 5.9