Index

A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(int, CliVariableList.CliVariable) - Method in class cimerant.CliVariableList
Inserts the specified element at the specified position in this list (optional operation).
add(int, ContextRoot<String>) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Unsupported Operation.
add(int, T) - Method in class cimerant.context.java.util.impl.ListContextImpl
Unsupported Operation.
add(CliVariableList.CliVariable) - Method in class cimerant.CliVariableList
Appends the specified element to the end of this list (optional operation).
add(ContextRoot<E>) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
add(Map.Entry<ContextRoot<K>, ContextRoot<V>>) - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Unsupported Operation.
add(Map.Entry<ContextRoot<K>, ContextRoot<V>>) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
add(T) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
add(T) - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Unsupported Operation.
addAll(int, Collection<? extends CliVariableList.CliVariable>) - Method in class cimerant.CliVariableList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection<? extends ContextRoot<String>>) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Unsupported Operation.
addAll(int, Collection<? extends T>) - Method in class cimerant.context.java.util.impl.ListContextImpl
Unsupported Operation.
addAll(Collection<? extends CliVariableList.CliVariable>) - Method in class cimerant.CliVariableList
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 (optional operation).
addAll(Collection<? extends ContextRoot<E>>) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
addAll(Collection<? extends Map.Entry<ContextRoot<K>, ContextRoot<V>>>) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
addAll(Collection<? extends T>) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
attachEventCartridge(EventCartridge) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 

B

backSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash.
backSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash.
backSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash.
backSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash.
backSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into back slash title case, that is each word is made up of title case characters separated by a back slash.
backSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash title case, that is each word is made up of title case characters separated by a back slash.
backSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into back slash title case, that is each word is made up of title case characters separated by a back slash.
backSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash title case, that is each word is made up of title case characters separated by a back slash.
backSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash.
backSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash.
backSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash.
backSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash.

C

camelCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into camel case, that is each word is made up of a title case character and then a series of lower case characters.
camelCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
camelCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into camel case, that is each word is made up of a title case character and then a series of lower case characters.
camelCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
cimerant - package cimerant
 
Cimerant - Class in cimerant
Main class.
cimerant.context - package cimerant.context
 
cimerant.context.cimerant - package cimerant.context.cimerant
 
cimerant.context.cimerant.impl - package cimerant.context.cimerant.impl
 
cimerant.context.impl - package cimerant.context.impl
 
cimerant.context.java.lang - package cimerant.context.java.lang
 
cimerant.context.java.lang.impl - package cimerant.context.java.lang.impl
 
cimerant.context.java.util - package cimerant.context.java.util
 
cimerant.context.java.util.impl - package cimerant.context.java.util.impl
 
cimerant.context.json - package cimerant.context.json
 
cimerant.context.json.impl - package cimerant.context.json.impl
 
cimerant.logger - package cimerant.logger
 
CimerantContext<E> - Interface in cimerant
Interface describing the template data context.
CimerantLogger - Interface in cimerant.logger
The process of recording events, messages, or data points generated.
CimerantLoggerFactory - Class in cimerant.logger
CimerantLoggerFactory instances manufacture Logger instances by name.
CimerantLoggerFactory() - Constructor for class cimerant.logger.CimerantLoggerFactory
 
CimerantLoggerImpl - Class in cimerant.logger
Provides minimal default implementations for LegacyAbstractLogger.isTraceEnabled(Marker), LegacyAbstractLogger.isDebugEnabled(Marker) and other similar methods.
CimerantServiceProvider - Class in cimerant.logger
This interface based on ServiceLoader paradigm.
CimerantServiceProvider() - Constructor for class cimerant.logger.CimerantServiceProvider
 
clear() - Method in class cimerant.CliVariableList
Removes all of the elements from this list (optional operation).
clear() - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
clear() - Method in class cimerant.context.java.util.impl.MapContextImpl
Unsupported Operation.
clear() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
clear() - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
clear() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Unsupported Operation.
clear() - Method in class cimerant.context.NotNullMap
Removes all of the mappings from this map (optional operation).
clear() - Method in interface cimerant.logger.CimerantLogger
Remove all the elements, effectively emptying it.
clear() - Static method in class cimerant.logger.CimerantLoggerFactory
Remove all the elements, effectively emptying it.
clear() - Method in class cimerant.logger.CimerantLoggerImpl
Remove all the elements, effectively emptying it.
clearInstances() - Static method in class cimerant.context.impl.ContextRootImpl
Removes all of the mappings from the map.
CliVariable() - Constructor for class cimerant.CliVariableList.CliVariable
Creates an instance.
CliVariableList - Class in cimerant
List of Command-line Interface Variables.
CliVariableList() - Constructor for class cimerant.CliVariableList
 
CliVariableList.CliVariable - Class in cimerant
Command-line Interface Variable.
CollectionContext<E extends Collection<?>,T extends ContextRoot<?>> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Collection describing the template data context.
CollectionContextImpl<E extends Collection<?>,T extends ContextRoot<?>> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Collection describing the template data context.
CollectionContextImpl(E) - Constructor for class cimerant.context.java.util.impl.CollectionContextImpl
Creates an instance.
contains(Object) - Method in class cimerant.CliVariableList
Returns true if this list contains the specified element.
contains(Object) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Returns true if this context contains the specified element.
contains(Object) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns true if this context contains the specified element.
contains(Object) - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns true if this context contains the specified element.
containsAll(Collection<?>) - Method in class cimerant.CliVariableList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Returns true if this context contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns true if this context contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns true if this context contains all of the elements of the specified collection.
containsKey(Object) - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if this context contains a mapping for the specified key.
containsKey(Object) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if this context contains a mapping for the specified key.
containsKey(Object) - Method in class cimerant.context.NotNullMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if this context maps one or more keys to the specified value.
containsValue(Object) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if this context maps one or more keys to the specified value.
containsValue(Object) - Method in class cimerant.context.NotNullMap
Returns true if this map maps one or more keys to the specified value.
contextContainsKey(String) - Method in interface cimerant.context.ContextRoot
Returns true if the context has the specified key is in the context.
contextContainsKey(String) - Method in class cimerant.context.impl.ContextRootImpl
Returns true if the context has the specified key is in the context.
contextGet(String) - Method in interface cimerant.context.ContextRoot
Gets the value corresponding to the provided key from the context.
contextGet(String) - Method in class cimerant.context.impl.ContextRootImpl
Gets the value corresponding to the provided key from the context.
contextGetKeys() - Method in interface cimerant.context.ContextRoot
Returns all the keys for the values in the context.
contextGetKeys() - Method in class cimerant.context.impl.ContextRootImpl
Returns all the keys for the values in the context.
contextPut(String, Object) - Method in interface cimerant.context.ContextRoot
Adds a name/value pair to the context.
contextPut(String, Object) - Method in class cimerant.context.impl.ContextRootImpl
Adds a name/value pair to the context.
contextRemove(String) - Method in interface cimerant.context.ContextRoot
Removes the value associated with the specified key from the context.
contextRemove(String) - Method in class cimerant.context.impl.ContextRootImpl
Removes the value associated with the specified key from the context.
ContextRoot<E> - Interface in cimerant.context
Interface describing the template data context.
ContextRootImpl<E> - Class in cimerant.context.impl
Class describing the template data context.
ContextRootImpl(E) - Constructor for class cimerant.context.impl.ContextRootImpl
Creates an instance.

D

dotLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot lower case, that is each word is made up of lower case characters separated by a dot.
dotLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot lower case, that is each word is made up of lower case characters separated by a dot.
dotLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot lower case, that is each word is made up of lower case characters separated by a dot.
dotLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot lower case, that is each word is made up of lower case characters separated by a dot.
dotTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot title case, that is each word is made up of title case characters separated by a dot.
dotTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot title case, that is each word is made up of title case characters separated by a dot.
dotTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot title case, that is each word is made up of title case characters separated by a dot.
dotTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot title case, that is each word is made up of title case characters separated by a dot.
dotUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot upper case, that is each word is made up of upper case characters separated by a dot.
dotUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot upper case, that is each word is made up of upper case characters separated by a dot.
dotUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into dot upper case, that is each word is made up of upper case characters separated by a dot.
dotUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot upper case, that is each word is made up of upper case characters separated by a dot.

E

entrySet() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns a Set view of the mappings contained in this context.
entrySet() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns a Set view of the mappings contained in this context.
entrySet() - Method in class cimerant.context.NotNullMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in record class cimerant.logger.LogRecord
Indicates whether some other object is "equal to" this one.
ERR_0001 - Enum constant in enum class cimerant.StatusCode
Unknown error.
ERR_0002 - Enum constant in enum class cimerant.StatusCode
Invalid command-line argument.
ERR_0003 - Enum constant in enum class cimerant.StatusCode
Duplicate command-line arguments.
ERR_0004 - Enum constant in enum class cimerant.StatusCode
Duplicate keys.
ERR_0005 - Enum constant in enum class cimerant.StatusCode
Input file is required.
ERR_0006 - Enum constant in enum class cimerant.StatusCode
Template is required.
ERR_0007 - Enum constant in enum class cimerant.StatusCode
File pattern is required.
ERR_0008 - Enum constant in enum class cimerant.StatusCode
Single or multi is required.
ERR_0009 - Enum constant in enum class cimerant.StatusCode
Invalid input file path.
ERR_0010 - Enum constant in enum class cimerant.StatusCode
Invalid template path.
ERR_0011 - Enum constant in enum class cimerant.StatusCode
Invalid template list path.
ERR_0012 - Enum constant in enum class cimerant.StatusCode
Invalid variable list path.
ERR_0013 - Enum constant in enum class cimerant.StatusCode
Invalid template.
ERR_0014 - Enum constant in enum class cimerant.StatusCode
Invalid template list.
ERR_0015 - Enum constant in enum class cimerant.StatusCode
Invalid file pattern.
ERR_0016 - Enum constant in enum class cimerant.StatusCode
Invalid file pattern.
ERR_0017 - Enum constant in enum class cimerant.StatusCode
Invalid file pattern.
ERR_0018 - Enum constant in enum class cimerant.StatusCode
Single and multi cannot be used together.
ERR_0019 - Enum constant in enum class cimerant.StatusCode
Invalid variable list format.
ERR_0020 - Enum constant in enum class cimerant.StatusCode
Invalid JSON file format.
ERR_M00 - Enum constant in enum class cimerant.ModuleCode
ParsedCommandLine.getCmd()
ERR_M01 - Enum constant in enum class cimerant.ModuleCode
ParsedCommandLine.getCliValueList()
ERR_M02 - Enum constant in enum class cimerant.ModuleCode
ParsedCommandLine.getErrors()
ERR_M03 - Enum constant in enum class cimerant.ModuleCode
CliValueList.addCliValue(List)
ERR_M05 - Enum constant in enum class cimerant.ModuleCode
CliValueList.addCliValuesByTemplateList(String)
ERR_M06 - Enum constant in enum class cimerant.ModuleCode
CliVariableList.addCliVariablesByVariableList(String)
ERR_M07 - Enum constant in enum class cimerant.ModuleCode
ParsedCommandLine.validateJson(String)
ERR_M08 - Enum constant in enum class cimerant.ModuleCode
JsonContext.getContext()
ERR_P00 - Enum constant in enum class cimerant.ModuleCode
Unused.
exception() - Method in record class cimerant.logger.LogRecord
Returns the value of the exception record component.

F

forwardSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash.
forwardSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash.
forwardSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash.
forwardSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash.
forwardSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash.
forwardSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash.
forwardSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash.
forwardSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash.
forwardSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash.
forwardSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash.
forwardSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash.
forwardSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash.

G

get(int) - Method in class cimerant.CliVariableList
Returns the variable at the specified position in this list.
get(int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns a instance of a specific context specified in this context, or null if this context contains no instance.
get(int) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Returns a instance of a specific context specified in this context, or null if this context contains no instance.
get(Object) - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns a instance of a specific context specified in this context, or null if this context contains no instance.
get(Object) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns a instance of a specific context specified in this context, or null if this context contains no instance.
get(Object) - Method in class cimerant.context.NotNullMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAttributeByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute to which the specified name is mapped, or null if this context contains no mapping for the name.
getAttributeByName(String) - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns the attribute to which the specified name is mapped, or null if this context contains no mapping for the name.
getAttributeByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute to which the specified name is mapped, or null if this context contains no mapping for the name.
getAttributeByName(String) - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns the attribute to which the specified name is mapped, or null if this context contains no mapping for the name.
getAttributeByName(String, Object) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute of this context by the name of the attribute supplying a default value if the attribute is not found.
getAttributeByName(String, Object) - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns the attribute of this context by the name of the attribute supplying a default value if the attribute is not found.
getAttributeByName(String, Object) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute of this context by the name of the attribute supplying a default value if the attribute is not found.
getAttributeByName(String, Object) - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns the attribute of this context by the name of the attribute supplying a default value if the attribute is not found.
getAttributes() - Method in interface cimerant.context.cimerant.ObjectContext
Returns all attributes of this context.
getAttributes() - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns all attributes of this context.
getAttributes() - Method in class cimerant.context.json.impl.JsonContextImpl
Returns all attributes of this context.
getAttributes() - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns the attribute object that maps names to values, or null if this context contains no attribute object.
getContext() - Method in interface cimerant.CimerantContext
Get the associated context.
getContext() - Method in class cimerant.context.JsonContext
Returns the associated context.
getContextClass() - Method in interface cimerant.context.ContextRoot
Returns the class of the associated context.
getContextClass() - Method in class cimerant.context.impl.ContextRootImpl
Returns the class specified in the context, or null if this context contains no class.
getContextObject() - Method in class cimerant.context.impl.ContextRootImpl
Get the associated context.
getCurrentMacroCallDepth() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getCurrentMacroName() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getCurrentResource() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getCurrentTemplateName() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getEventCartridge() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getFieldAttributeByName(String, String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute for a field by the name of the field and attribute.
getFieldAttributeByName(String, String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute for a field by the name of the field and attribute.
getFieldAttributeByName(String, String, Object) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute for a field by the name of the field and attribute supplying a default value if the attribute is not found.
getFieldAttributeByName(String, String, Object) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute for a field by the name of the field and attribute supplying a default value if the attribute is not found.
getFieldByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the field of this context by the name of the field.
getFieldByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the field of this context by the name of the field.
getFields() - Method in interface cimerant.context.cimerant.ObjectContext
Returns all fields of this context.
getFields() - Method in class cimerant.context.json.impl.JsonContextImpl
Returns all fields of this context.
getFileExtension() - Method in interface cimerant.context.ContextRoot
Returns the extension of the file this context will be saved as.
getFileExtension() - Method in class cimerant.context.impl.ContextRootImpl
Returns the extension of the file this context will be saved as specified in the context, or null if this context contains no extension.
getFileName() - Method in interface cimerant.context.ContextRoot
Returns the name of the file this context will be saved as.
getFileName() - Method in class cimerant.context.impl.ContextRootImpl
Returns the name of the file this context will be saved as specified in the context, or null if this context contains no file name.
getFilePath() - Method in interface cimerant.context.ContextRoot
Returns the path this context will be saved to.
getFilePath() - Method in class cimerant.context.impl.ContextRootImpl
Returns the path this context will be saved to as specified in the context, or null if this context contains no file path.
getFullyQualifiedCallerName() - Method in class cimerant.logger.CimerantLoggerImpl
Returns the fully qualified name of the calling object.
getGrouping() - Method in interface cimerant.context.ContextRoot
Returns the context grouping as defined by the model.
getGrouping() - Method in class cimerant.context.impl.ContextRootImpl
Returns the grouping as defined by the model specified in the context, or null if this context contains no grouping.
getInstance(JsonRootContext, List<String>, Map.Entry<String, Object>) - Static method in class cimerant.context.json.impl.JsonContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(E) - Static method in class cimerant.context.impl.ContextRootImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(E) - Static method in class cimerant.context.java.util.impl.CollectionContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(E) - Static method in class cimerant.context.java.util.impl.IteratorContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(E) - Static method in class cimerant.context.java.util.impl.ListContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(E) - Static method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(String) - Static method in class cimerant.context.java.lang.impl.StringContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Iterator<Map.Entry<K, V>>) - Static method in class cimerant.context.java.util.impl.MapEntryIteratorContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(ListIterator<Map.Entry<K, V>>) - Static method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Map.Entry<K, V>) - Static method in class cimerant.context.java.util.impl.MapEntryContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Map<String, Object>) - Static method in class cimerant.context.java.util.impl.StringMapContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Map<String, Object>, CliVariableList) - Static method in class cimerant.context.json.impl.JsonRootContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Map<K, V>) - Static method in class cimerant.context.java.util.impl.MapContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Set<E>) - Static method in class cimerant.context.java.util.impl.SetContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getInstance(Set<Map.Entry<K, V>>) - Static method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getKey() - Method in class cimerant.CliVariableList.CliVariable
Returns the CLI variable key.
getKey() - Method in class cimerant.context.java.util.impl.MapEntryContextImpl
Returns the key specified in the context, or null if this context contains no key.
getLogger(String) - Method in class cimerant.logger.CimerantLoggerFactory
Return an appropriate Logger instance as specified by the name parameter.
getLoggerFactory() - Method in class cimerant.logger.CimerantServiceProvider
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
getLogRecordQueue() - Method in interface cimerant.logger.CimerantLogger
Returns the list of logs messages.
getLogRecordQueue() - Method in class cimerant.logger.CimerantLoggerImpl
Returns the list of logs messages.
getMacroLibraries() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getMacroNameStack() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getMap() - Method in class cimerant.context.java.util.impl.MapContextImpl
Get the associated context.
getMarkerFactory() - Method in class cimerant.logger.CimerantServiceProvider
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getMDCAdapter() - Method in class cimerant.logger.CimerantServiceProvider
Return the instance of MDCAdapter that MDC should bind to.
getObjectName() - Method in class cimerant.context.cimerant.impl.ObjectContextImpl
Returns the name specified in the context, or null if this context contains no name.
getObjectName() - Method in interface cimerant.context.ContextRoot
Returns the name of this object.
getObjectName() - Method in class cimerant.context.impl.ContextRootImpl
Returns the name of this object specified in the context, or null if this context contains no object name.
getObjects() - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns the object that maps names to values, or null if this context contains no object.
getObjects() - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns the object that maps names to values, or null if this context contains no object.
getObjectsByName(String) - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns the objects to which the specified name is mapped, or null if this context contains no mapping for the name.
getObjectsByName(String) - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns the objects to which the specified name is mapped, or null if this context contains no mapping for the name.
getRelatedObjectsByName(String) - Method in class cimerant.context.cimerant.impl.ObjectContextImpl
Returns a list of related objects with a specific name specified in the context, or null if this context contains no related objects.
getRelatedObjectsByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the list of related object with a specific name.
getRelationshipAttributeByName(String, String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute for a relationship by the name of the relationship and attribute.
getRelationshipAttributeByName(String, String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute for a relationship by the name of the relationship and attribute.
getRelationshipAttributeByName(String, String, Object) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the attribute for a relationship by the name of the relationship and attribute supplying a default value if the attribute is not found.
getRelationshipAttributeByName(String, String, Object) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the attribute for a relationship by the name of the relationship and attribute supplying a default value if the attribute is not found.
getRelationshipByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns the relationship of this context by the name of the relationship.
getRelationshipByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns the relationship of this context by the name of the relationship.
getRelationships() - Method in interface cimerant.context.cimerant.ObjectContext
Returns all relationship of this context.
getRelationships() - Method in class cimerant.context.json.impl.JsonContextImpl
Returns all relationship of this context.
getRequestedApiVersion() - Method in class cimerant.logger.CimerantServiceProvider
Return the maximum API version for SLF4J that the logging implementation supports.
getRoot() - Method in class cimerant.context.cimerant.impl.ObjectContextImpl
Returns the root object specified in the context, or null if this context contains no root object.
getRoot() - Method in interface cimerant.context.cimerant.ObjectContext
Returns the root object.
getStringInstance(List<String>) - Static method in class cimerant.context.java.util.impl.StringListContextImpl
Global access point to get a instance of the context, ensuring that only one instance of the context exists.
getSysErrorQueue() - Method in interface cimerant.logger.CimerantLogger
Returns the list of error messages.
getSysErrorQueue() - Method in class cimerant.logger.CimerantLoggerImpl
Returns the list of error messages.
getTemplateNameStack() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
getValue() - Method in class cimerant.CliVariableList.CliVariable
Returns the CLI variable value.
getValue() - Method in class cimerant.context.java.lang.impl.StringContextImpl
Returns the value specified in the context, or null if this context contains no value.
getValue() - Method in interface cimerant.context.java.lang.StringContext
Returns the context value.
getValue() - Method in class cimerant.context.java.util.impl.MapEntryContextImpl
Returns the value specified in the context, or null if this context contains no value.

H

handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class cimerant.logger.CimerantLoggerImpl
Given various arguments passed as parameters, perform actual logging.
has(int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns true if the context has a element at the specified position in this context.
has(int) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Returns true if the context has a element at the specified position in this context.
has(int) - Method in interface cimerant.context.java.util.ListContext
Returns true if the context has a element at the specified position in this context.
has(Object) - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if the context has a value to which the specified key is mapped, or null if this context contains no mapping for the key.
has(Object) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if the context has a value to which the specified key is mapped, or null if this context contains no mapping for the key.
has(Object) - Method in interface cimerant.context.java.util.MapContext
Returns true if the context has a value to which the specified key is mapped.
hasAttributeByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns true if this context contains a attribute for the specified name.
hasAttributeByName(String) - Method in interface cimerant.context.cimerant.ObjectRootContext
Returns true if this context contains a attribute for the specified name.
hasAttributeByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns true if this context contains a attribute for the specified name.
hasAttributeByName(String) - Method in class cimerant.context.json.impl.JsonRootContextImpl
Returns true if this context contains a attribute for the specified name.
hasEntrySet() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if the context has a Set view of the mappings contained in this context.
hasEntrySet() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if the context has a Set view of the mappings contained in this context.
hasEntrySet() - Method in interface cimerant.context.java.util.MapContext
Returns true if the context has a Set view of the mappings contained in this context.
hasFieldAttributeByName(String, String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns true if the context has the value to which the specified key is mapped.
hasFieldAttributeByName(String, String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns true if the context has the value to which the specified key is mapped, or null if this context contains no mapping for the key.
hasFieldByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns true if this context contains a field for the specified name.
hasFieldByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns true if this context contains a field for the specified name.
hashCode() - Method in record class cimerant.logger.LogRecord
Returns a hash code value for this object.
hasIterator() - Method in class cimerant.context.java.lang.impl.IterableContextImpl
Returns true if the context has an iterator over elements of type E.
hasIterator() - Method in interface cimerant.context.java.lang.IterableContext
Returns true if the context has an iterator over elements of type E.
hasIterator() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns true if the context has an iterator over the elements in this context.
hasIterator() - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns true if the context has an iterator over the elements in this context.
hasIterator() - Method in interface cimerant.context.java.util.MapEntrySetContext
Returns true if the context has an iterator over the elements in this context.
hasIterator() - Method in interface cimerant.context.java.util.SetContext
Returns true if the context has an iterator over the elements in this context.
hasKey() - Method in class cimerant.context.java.util.impl.MapEntryContextImpl
Returns true if the context has the key corresponding to this entry.
hasKey() - Method in interface cimerant.context.java.util.MapEntryContext
Returns true if the context has the key corresponding to this context.
hasKeySet() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if the context has a Set view of the keys contained in this context.
hasKeySet() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if the context has a Set view of the keys contained in this context.
hasKeySet() - Method in interface cimerant.context.java.util.MapContext
Returns true if the context has a Set view of the keys contained in this context.
hasListIterator() - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns true if the context has a list iterator over the elements in this context (in proper sequence).
hasListIterator() - Method in interface cimerant.context.java.util.ListContext
Returns true if the context has a list iterator over the elements in this context (in proper sequence).
hasListIterator(int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns true if the context has a list iterator over the elements in this context (in proper sequence), starting at the specified position in the context.
hasListIterator(int) - Method in interface cimerant.context.java.util.ListContext
Returns true if the context has a list iterator over the elements in this context (in proper sequence), starting at the specified position in the context.
hasNext() - Method in class cimerant.context.java.util.impl.IteratorContextImpl
Returns true if the context has more elements.
hasNext() - Method in class cimerant.context.java.util.impl.MapEntryIteratorContextImpl
Returns true if the context has more elements.
hasNext() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns true if this context has more elements when traversing the context in the forward direction.
hasPrevious() - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Returns true if this context has more elements when traversing the context in the reverse direction.
hasPrevious() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns true if this context has more elements when traversing the context in the reverse direction.
hasRelationshipAttributeByName(String, String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns true if the context has the value to which the specified key is mapped.
hasRelationshipAttributeByName(String, String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns true if the context has the value to which the specified key is mapped, or null if this context contains no mapping for the key.
hasRelationshipByName(String) - Method in interface cimerant.context.cimerant.ObjectContext
Returns true if this context contains a relationship for the specified name.
hasRelationshipByName(String) - Method in class cimerant.context.json.impl.JsonContextImpl
Returns true if this context contains a relationship for the specified name.
hasSubList(int, int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns true if the context has a view of the portion of this context between the specified fromIndex, inclusive, and toIndex, exclusive.
hasSubList(int, int) - Method in interface cimerant.context.java.util.ListContext
Returns true if the context has a view of the portion of this context between the specified fromIndex, inclusive, and toIndex, exclusive.
hasSysError() - Method in interface cimerant.logger.CimerantLogger
Returns true if the log contains errors.
hasSysError() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the log contains errors.
hasValue() - Method in class cimerant.context.java.lang.impl.StringContextImpl
Returns true if the context has a value that is not empty (""), not null and not whitespace only.
hasValue() - Method in interface cimerant.context.java.lang.StringContext
Returns true if the context has a value that is not empty (""), not null and not whitespace only.
hasValue() - Method in class cimerant.context.java.util.impl.MapEntryContextImpl
Returns true if the context has the value corresponding to this entry.
hasValue() - Method in interface cimerant.context.java.util.MapEntryContext
Returns true if the context has the value corresponding to this context.
hasValues() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if the context has a Collection view of the values contained in this context.
hasValues() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if the context has a Collection view of the values contained in this context.
hasValues() - Method in interface cimerant.context.java.util.MapContext
Returns true if the context has a Collection view of the values contained in this context.

I

icacheGet(Object) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
icachePut(Object, IntrospectionCacheData) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
indexOf(Object) - Method in class cimerant.CliVariableList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns the index of the first occurrence of the specified element in this context, or -1 if this context does not contain the element.
initialize() - Method in class cimerant.logger.CimerantServiceProvider
Initialize the logging back-end.
isCollectionContext() - Method in class cimerant.context.impl.ContextRootImpl
Returns true if this a collection context.
isDebugEnabled() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the logger instance is enabled for the DEBUG level.
isEmpty() - Method in class cimerant.CliVariableList
Returns true if this list contains no elements.
isEmpty() - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Returns true if this context contains no elements.
isEmpty() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns true if this context contains no key-value mappings.
isEmpty() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns true if this context contains no elements.
isEmpty() - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns true if this context contains no elements.
isEmpty() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns true if this context contains no key-value mappings.
isEmpty() - Method in class cimerant.context.NotNullMap
Returns true if this map contains no key-value mappings.
isErrorEnabled() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the logger instance is enabled for the ERROR level.
isInfoEnabled() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the logger instance is enabled for the INFO level.
isMapContext() - Method in class cimerant.context.impl.ContextRootImpl
Returns true if this a map context.
isMapEntryContext() - Method in class cimerant.context.impl.ContextRootImpl
Returns true if this a map entry context.
isNumericClass(String) - Method in interface cimerant.context.ContextRoot
Does the string passed in match one of the following.
isNumericClass(String) - Method in class cimerant.context.impl.ContextRootImpl
Does the string passed in match one of the following.
isSetContext() - Method in class cimerant.context.impl.ContextRootImpl
Returns true if this a set context.
isStringContext() - Method in class cimerant.context.impl.ContextRootImpl
Returns true if this a string context.
isTraceEnabled() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the logger instance is enabled for the TRACE level.
isWarnEnabled() - Method in class cimerant.logger.CimerantLoggerImpl
Returns true if the logger instance is enabled for the WARN level.
IterableContext<E extends Iterable<?>,T extends ContextRoot<?>> - Interface in cimerant.context.java.lang
Wrapper interface bridging the gap between Context and Iterable describing the template data context.
IterableContextImpl<E extends Iterable<?>,T extends ContextRoot<?>> - Class in cimerant.context.java.lang.impl
Wrapper interface bridging the gap between Context and Iterable describing the template data context.
IterableContextImpl(E) - Constructor for class cimerant.context.java.lang.impl.IterableContextImpl
Creates an instance.
iterator() - Method in class cimerant.CliVariableList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class cimerant.context.java.lang.impl.IterableContextImpl
Returns an iterator over elements of type T.
iterator() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns an iterator over the elements in this context.
iterator() - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns an iterator over the elements in this context.
IteratorContext<E extends Iterator<?>,T extends ContextRoot<?>> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Iterator describing the template data context.
IteratorContextImpl<E extends Iterator<?>,T extends ContextRoot<?>> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Iterator describing the template data context.
IteratorContextImpl(E) - Constructor for class cimerant.context.java.util.impl.IteratorContextImpl
Creates an instance.

J

JsonContext - Class in cimerant.context
Interface describing the template data context.
JsonContext - Interface in cimerant.context.json
Interface describing the template data context.
JsonContext(String, CliVariableList) - Constructor for class cimerant.context.JsonContext
Creates an instance.
JsonContextImpl - Class in cimerant.context.json.impl
Class describing the template data context.
JsonRootContext - Interface in cimerant.context.json
Interface describing the template data context.
JsonRootContextImpl - Class in cimerant.context.json.impl
Class describing the template data context.

K

kebabLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into kebab lower case, that is each word is made up of lower case characters separated by a dash.
kebabLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab lower case, that is each word is made up of lower case characters separated by a dash.
kebabLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into kebab lower case, that is each word is made up of lower case characters separated by a dash.
kebabLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab lower case, that is each word is made up of lower case characters separated by a dash.
kebabTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into kebab title case, that is each word is made up of title case characters separated by a dash.
kebabTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab title case, that is each word is made up of title case characters separated by a dash.
kebabTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into kebab title case, that is each word is made up of title case characters separated by a dash.
kebabTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab title case, that is each word is made up of title case characters separated by a dash.
kebabUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into kebab upper case, that is each word is made up of upper case characters separated by a dash.
kebabUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab upper case, that is each word is made up of upper case characters separated by a dash.
kebabUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into kebab upper case, that is each word is made up of upper case characters separated by a dash.
kebabUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab upper case, that is each word is made up of upper case characters separated by a dash.
keySet() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns a Set view of the keys contained in this context.
keySet() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns a Set view of the keys contained in this context.
keySet() - Method in class cimerant.context.NotNullMap
Returns a Set view of the keys contained in this map.

L

lastIndexOf(Object) - Method in class cimerant.CliVariableList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns the index of the last occurrence of the specified element in this context, or -1 if this context does not contain the element.
level() - Method in record class cimerant.logger.LogRecord
Returns the value of the level record component.
ListContext<E extends List<?>,T extends ContextRoot<?>> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and List describing the template data context.
ListContextImpl<E extends List<?>,T extends ContextRoot<?>> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and List describing the template data context.
ListContextImpl(E) - Constructor for class cimerant.context.java.util.impl.ListContextImpl
Creates an instance.
listIterator() - Method in class cimerant.CliVariableList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns a list iterator over the elements in this context (in proper sequence).
listIterator(int) - Method in class cimerant.CliVariableList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Returns a list iterator over the elements in this context (in proper sequence), starting at the specified position in the context.
ListIteratorContext<E extends ListIterator<?>,T extends ContextRoot<?>> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and ListIterator describing the template data context.
ListIteratorContextImpl<E extends ListIterator<?>,T extends ContextRoot<?>> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and ListIterator describing the template data context.
loggerName() - Method in record class cimerant.logger.LogRecord
Returns the value of the loggerName record component.
LogRecord - Record Class in cimerant.logger
The LogRecord class represents the message and associated data at the time of logging.
LogRecord(long, String, Level, Marker, String, Throwable) - Constructor for record class cimerant.logger.LogRecord
Creates an instance of a LogRecord record class.
lowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to lower case as per String.toLowerCase().
lowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to lower case as per String.toLowerCase().
lowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to lower case as per String.toLowerCase().
lowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to lower case as per String.toLowerCase().
lowerFirst(String) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the first character to lower case as per Character.toLowerCase(int).
lowerFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a String, changing the first character to lower case as per Character.toLowerCase(int).
lowerFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the first character to lower case as per Character.toLowerCase(int).
lowerFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a list, changing the first character to lower case as per Character.toLowerCase(int).

M

main(String...) - Static method in class cimerant.Cimerant
Main method.
MapContext<K,V> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Map describing the template data context.
MapContextImpl<K,V> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Map describing the template data context.
MapEntryContext<K,V> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Map.Entry describing the template data context.
MapEntryContextImpl<K,V> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Map.Entry describing the template data context.
MapEntryIteratorContext<K,V> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Iterator Map.Entry describing the template data context.
MapEntryIteratorContextImpl<K,V> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Iterator Map.Entry describing the template data context.
MapEntryListIteratorContext<K,V> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and ListIterator Map.Entry describing the template data context.
MapEntryListIteratorContextImpl<K,V> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and ListIterator Map.Entry describing the template data context.
MapEntrySetContext<K,V> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Set Map.Entry describing the template data context.
MapEntrySetContextImpl<K,V> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Set Map.Entry describing the template data context.
marker() - Method in record class cimerant.logger.LogRecord
Returns the value of the marker record component.
message() - Method in record class cimerant.logger.LogRecord
Returns the value of the message record component.
ModuleCode - Enum Class in cimerant
The ModuleCode enumeration represents a set of predefined constants for code locations.

N

nanoTime() - Method in record class cimerant.logger.LogRecord
Returns the value of the nanoTime record component.
next() - Method in class cimerant.context.java.util.impl.IteratorContextImpl
Returns the next element in the context.
next() - Method in class cimerant.context.java.util.impl.MapEntryIteratorContextImpl
Returns the next element in the context.
next() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns the next element in the context and advances the cursor position.
nextIndex() - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Returns the next element in the context and advances the cursor position.
nextIndex() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns the index of the element that would be returned by a subsequent call to MapEntryListIteratorContextImpl.next().
NotNullMap<K,V> - Class in cimerant.context
An object that maps keys to values.
NotNullMap(Map<K, V>) - Constructor for class cimerant.context.NotNullMap
Creates an instance.

O

ObjectContext<E extends Map.Entry<String,Object>> - Interface in cimerant.context.cimerant
Interface describing the template data context.
ObjectContextImpl<E extends Map.Entry<String,Object>> - Class in cimerant.context.cimerant.impl
Class describing the template data context.
ObjectContextImpl(ObjectRootContext<?>, E) - Constructor for class cimerant.context.cimerant.impl.ObjectContextImpl
Creates an instance.
ObjectRootContext<E> - Interface in cimerant.context.cimerant
Interface describing the template data context.
ObjectRootContextImpl<E> - Class in cimerant.context.cimerant.impl
Class describing the template data context.
ObjectRootContextImpl(E) - Constructor for class cimerant.context.cimerant.impl.ObjectRootContextImpl
Creates an instance.

P

pascalCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a string into pascal case, that is each word is made up of a title case character and then a series of lower case characters.
pascalCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
pascalCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into pascal case, that is each word is made up of a title case character and then a series of lower case characters.
pascalCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
pluralBackSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralBackSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the plural form of the given word denoting more than one.
pluralCamelCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a string into plural camel case, that is each word is made up of a title case character and then a series of lower case characters.
pluralCamelCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
pluralCamelCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into plural camel case, that is each word is made up of a title case character and then a series of lower case characters.
pluralCamelCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
pluralDotLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralDotUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralForwardSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralKebabUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the plural form of the given word denoting more than one.
pluralLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to plural lower case as per String.toLowerCase() with the last word converted to the plural form of the given word denoting more than one.
pluralLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to lower case as per String.toLowerCase() with the last word converted to the plural form of the given word denoting more than one.
pluralLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to plural lower case as per String.toLowerCase() with the last word converted to the plural form of the given word denoting more than one.
pluralLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to lower case as per String.toLowerCase() with the last word converted to the plural form of the given word denoting more than one.
pluralLowerFirst(String) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the plural first character to lower case as per Character.toLowerCase(int).
pluralLowerFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a String, changing the first character to lower case as per Character.toLowerCase(int).
pluralLowerFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the plural first character to lower case as per Character.toLowerCase(int).
pluralLowerFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a list, changing the first character to lower case as per Character.toLowerCase(int).
pluralPascalCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a string into plural pascal case, that is each word is made up of a title case character and then a series of lower case characters.
pluralPascalCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
pluralPascalCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into plural pascal case, that is each word is made up of a title case character and then a series of lower case characters.
pluralPascalCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
pluralSnakeLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into plural snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into plural snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralSnakeUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the plural form of the given word denoting more than one.
pluralTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words to the plural capitalization style commonly used for the titles of books, articles, songs, etc.
pluralTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
pluralTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words to the plural capitalization style commonly used for the titles of books, articles, songs, etc.
pluralTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
pluralUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to plural upper case as per String.toUpperCase() with the last word converted to the plural form of the given word denoting more than one.
pluralUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to upper case as per String.toUpperCase() with the last word converted to the plural form of the given word denoting more than one.
pluralUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to plural upper case as per String.toUpperCase() with the last word converted to the plural form of the given word denoting more than one.
pluralUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to upper case as per String.toUpperCase() with the last word converted to the plural form of the given word denoting more than one.
pluralUpperFirst(String) - Method in interface cimerant.context.ContextRoot
Capitalizes a plural string changing the first character to title case as per Character.toTitleCase(int).
pluralUpperFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
pluralUpperFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Capitalizes a plural string changing the first character to title case as per Character.toTitleCase(int).
pluralUpperFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a list changing the first character to title case as per Character.toTitleCase(int).
popCurrentMacroName() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
popCurrentTemplateName() - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
previous() - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Returns the previous element in the context and moves the cursor position backwards.
previous() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns the previous element in the context and moves the cursor position backwards.
previousIndex() - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Returns the index of the element that would be returned by a subsequent call to ListIteratorContextImpl.previous().
previousIndex() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Returns the index of the element that would be returned by a subsequent call to MapEntryListIteratorContextImpl.previous().
pushCurrentMacroName(String) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
pushCurrentTemplateName(String) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
put(ContextRoot<String>, ContextRoot<Object>) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Unsupported Operation.
put(ContextRoot<K>, ContextRoot<V>) - Method in class cimerant.context.java.util.impl.MapContextImpl
Unsupported Operation.
put(K, V) - Method in class cimerant.context.NotNullMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends ContextRoot<String>, ? extends ContextRoot<Object>>) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Unsupported Operation.
putAll(Map<? extends ContextRoot<K>, ? extends ContextRoot<V>>) - Method in class cimerant.context.java.util.impl.MapContextImpl
Unsupported Operation.
putAll(Map<? extends K, ? extends V>) - Method in class cimerant.context.NotNullMap
Copies all of the mappings from the specified map to this map (optional operation).

R

registerInstance(T) - Static method in class cimerant.context.impl.ContextRootImpl
Register only one instance of the context.
remove() - Method in class cimerant.context.java.util.impl.IteratorContextImpl
Unsupported Operation.
remove() - Method in class cimerant.context.java.util.impl.MapEntryIteratorContextImpl
Unsupported Operation.
remove() - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Unsupported Operation.
remove(int) - Method in class cimerant.CliVariableList
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Unsupported Operation.
remove(int) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.CliVariableList
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(Object) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.context.java.util.impl.MapContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Unsupported Operation.
remove(Object) - Method in class cimerant.context.NotNullMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAll(Collection<?>) - Method in class cimerant.CliVariableList
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
removeAll(Collection<?>) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
removeAll(Collection<?>) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
REQUESTED_API_VERSION - Static variable in class cimerant.logger.CimerantServiceProvider
Declare the version of the SLF4J API this implementation is compiled against.
retainAll(Collection<?>) - Method in class cimerant.CliVariableList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
retainAll(Collection<?>) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
retainAll(Collection<?>) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.

S

set(int, CliVariableList.CliVariable) - Method in class cimerant.CliVariableList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, ContextRoot<String>) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Unsupported Operation.
set(int, T) - Method in class cimerant.context.java.util.impl.ListContextImpl
Unsupported Operation.
set(Map.Entry<ContextRoot<K>, ContextRoot<V>>) - Method in class cimerant.context.java.util.impl.MapEntryListIteratorContextImpl
Unsupported Operation.
set(T) - Method in class cimerant.context.java.util.impl.ListIteratorContextImpl
Unsupported Operation.
SetContext<E> - Interface in cimerant.context.java.util
Wrapper interface bridging the gap between Context and Set describing the template data context.
SetContextImpl<E> - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Set describing the template data context.
setCurrentResource(Resource) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
setFileExtension(String) - Method in interface cimerant.context.ContextRoot
Set the extension of the file this context will be saved as.
setFileExtension(String) - Method in class cimerant.context.impl.ContextRootImpl
Set the extension of the file this context will be saved as.
setFileName(String) - Method in interface cimerant.context.ContextRoot
Set the name of the file this context will be saved as.
setFileName(String) - Method in class cimerant.context.impl.ContextRootImpl
Set the name of the file this context will be saved as.
setFilePath(List<String>) - Method in interface cimerant.context.ContextRoot
Set the path this context will be saved to.
setFilePath(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Set the path this context will be saved to.
setGrouping(List<String>) - Method in interface cimerant.context.ContextRoot
Set the context grouping.
setGrouping(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Set the context grouping.
setMacroLibraries(List<Template>) - Method in class cimerant.context.java.lang.impl.StringContextImpl
 
setObjectName(String) - Method in interface cimerant.context.ContextRoot
Set the name of this object.
setObjectName(String) - Method in class cimerant.context.impl.ContextRootImpl
Set the name of this object.
setValue(ContextRoot<V>) - Method in class cimerant.context.java.util.impl.MapEntryContextImpl
Unsupported Operation.
singularBackSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash lower case, that is each word is made up of lower case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash title case, that is each word is made up of title case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularBackSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into back slash upper case, that is each word is made up of upper case characters separated by a back slash with the last word converted to the singular form of the given word denoting only one.
singularCamelCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a string into singular camel case, that is each word is made up of a title case character and then a series of lower case characters.
singularCamelCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
singularCamelCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into singular camel case, that is each word is made up of a title case character and then a series of lower case characters.
singularCamelCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into camelCase, that is each word is made up of a title case character and then a series of lower case characters.
singularDotLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot lower case, that is each word is made up of lower case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot title case, that is each word is made up of title case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularDotUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into dot upper case, that is each word is made up of upper case characters separated by a dot with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash lower case, that is each word is made up of lower case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash title case, that is each word is made up of title case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularForwardSlashUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into forward slash upper case, that is each word is made up of upper case characters separated by a forward slash with the last word converted to the singular form of the given word denoting only one.
singularKebabLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab lower case, that is each word is made up of lower case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab title case, that is each word is made up of title case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularKebabUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into kebab upper case, that is each word is made up of upper case characters separated by a dash with the last word converted to the singular form of the given word denoting only one.
singularLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to singular lower case as per String.toLowerCase() with the last word converted to the singular form of the given word denoting only one.
singularLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to lower case as per String.toLowerCase() with the last word converted to the singular form of the given word denoting only one.
singularLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to singular lower case as per String.toLowerCase() with the last word converted to the singular form of the given word denoting only one.
singularLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to lower case as per String.toLowerCase() with the last word converted to the singular form of the given word denoting only one.
singularLowerFirst(String) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the first character to lower case as per Character.toLowerCase(int).
singularLowerFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a String, changing the first character to lower case as per Character.toLowerCase(int).
singularLowerFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Uncapitalizes a string, changing the first character to lower case as per Character.toLowerCase(int).
singularLowerFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Uncapitalizes a list, changing the first character to lower case as per Character.toLowerCase(int).
singularPascalCase(String) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a string into singular pascal case, that is each word is made up of a title case character and then a series of lower case characters.
singularPascalCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts all the delimiter separated words in a String into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
singularPascalCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts all the delimiter separated words in a list into singular pascal case, that is each word is made up of a title case character and then a series of lower case characters.
singularPascalCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list into pascalCase, that is each word is made up of a title case character and then a series of lower case characters.
singularSnakeLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake lower case, that is each word is made up of lower case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake title case, that is each word is made up of title case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into singular snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into singular snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularSnakeUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake upper case, that is each word is made up of upper case characters separated by a underscore with the last word converted to the singular form of the given word denoting only one.
singularTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words to the capitalization style commonly used for the singular titles of books, articles, songs, etc.
singularTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
singularTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words to the capitalization style commonly used for the singular titles of books, articles, songs, etc.
singularTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
singularUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to singular upper case as per String.toUpperCase() with the last word converted to the singular form of the given word denoting only one.
singularUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to upper case as per String.toUpperCase() with the last word converted to the singular form of the given word denoting only one.
singularUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to singular upper case as per String.toUpperCase() with the last word converted to the singular form of the given word denoting only one.
singularUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to upper case as per String.toUpperCase() with the last word converted to the singular form of the given word denoting only one.
singularUpperFirst(String) - Method in interface cimerant.context.ContextRoot
Capitalizes a string changing the singular first character to title case as per Character.toTitleCase(int).
singularUpperFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
singularUpperFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Capitalizes a string changing the singular first character to title case as per Character.toTitleCase(int).
singularUpperFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a list changing the first character to title case as per Character.toTitleCase(int).
size() - Method in class cimerant.CliVariableList
Returns the number of elements in this list.
size() - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Returns the number of elements in this context.
size() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns the number of key-value mappings in this context.
size() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Returns the number of elements in this context (its cardinality).
size() - Method in class cimerant.context.java.util.impl.SetContextImpl
Returns the number of elements in this context (its cardinality).
size() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns the number of key-value mappings in this context.
size() - Method in class cimerant.context.NotNullMap
Returns the number of key-value mappings in this map.
snakeLowerCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into snake lower case, that is each word is made up of lower case characters separated by a underscore.
snakeLowerCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake lower case, that is each word is made up of lower case characters separated by a underscore.
snakeLowerCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into snake lower case, that is each word is made up of lower case characters separated by a underscore.
snakeLowerCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake lower case, that is each word is made up of lower case characters separated by a underscore.
snakeTitleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into snake title case, that is each word is made up of title case characters separated by a underscore.
snakeTitleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake title case, that is each word is made up of title case characters separated by a underscore.
snakeTitleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into snake title case, that is each word is made up of title case characters separated by a underscore.
snakeTitleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake title case, that is each word is made up of title case characters separated by a underscore.
snakeUpperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words into snake upper case, that is each word is made up of upper case characters separated by a underscore.
snakeUpperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words into snake upper case, that is each word is made up of upper case characters separated by a underscore.
snakeUpperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words into snake upper case, that is each word is made up of upper case characters separated by a underscore.
snakeUpperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words into snake upper case, that is each word is made up of upper case characters separated by a underscore.
StatusCode - Enum Class in cimerant
The SystemCode enumeration represents a set of predefined constants for errors.
StringContext - Interface in cimerant.context.java.lang
Wrapper interface bridging the gap between Context and String describing the template data context.
StringContextImpl - Class in cimerant.context.java.lang.impl
Wrapper class bridging the gap between Context and String describing the template data context.
StringContextImpl(String) - Constructor for class cimerant.context.java.lang.impl.StringContextImpl
Creates an instance.
StringListContextImpl - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and List describing the template data context.
StringMapContextImpl - Class in cimerant.context.java.util.impl
Wrapper interface bridging the gap between Context and Map describing the template data context.
subList(int, int) - Method in class cimerant.CliVariableList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class cimerant.context.java.util.impl.ListContextImpl
Unsupported Operation.
subList(int, int) - Method in class cimerant.context.java.util.impl.StringListContextImpl
Unsupported Operation.
SysError - Exception in cimerant
The class SysError is form of Throwable that indicates conditions that a reasonable application might want to catch.
SysError(SystemCode, ModuleCode, StatusCode, int, String...) - Constructor for exception cimerant.SysError
Creates an instance.
SysError(SystemCode, ModuleCode, StatusCode, String...) - Constructor for exception cimerant.SysError
Creates an instance.
SYSTEM_CODE - Static variable in class cimerant.Cimerant
Predefined constants for application errors.

T

titleCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
titleCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a string of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
titleCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
titleCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list of words to the capitalization style commonly used for the titles of books, articles, songs, etc.
toArray() - Method in class cimerant.CliVariableList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
toArray() - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
toArray() - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
toArray(C[]) - Method in class cimerant.context.java.util.impl.CollectionContextImpl
Unsupported Operation.
toArray(T[]) - Method in class cimerant.CliVariableList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class cimerant.context.java.util.impl.MapEntrySetContextImpl
Unsupported Operation.
toArray(T[]) - Method in class cimerant.context.java.util.impl.SetContextImpl
Unsupported Operation.
toJson() - Method in class cimerant.context.impl.ContextRootImpl
Returns a JSON representation of the contents of this object.
toJson() - Method in class cimerant.context.NotNullMap
Returns a JSON representation of the contents of this object.
toString() - Method in class cimerant.CliVariableList.CliVariable
Returns a string representation of the object.
toString() - Method in class cimerant.CliVariableList
Returns a string representation of the object.
toString() - Method in class cimerant.context.NotNullMap
Returns a string representation of the object.
toString() - Method in record class cimerant.logger.LogRecord
Returns a string representation of the object.

U

upperCase(String) - Method in interface cimerant.context.ContextRoot
Converts a string to upper case as per String.toUpperCase().
upperCase(String) - Method in class cimerant.context.impl.ContextRootImpl
Converts a String to upper case as per String.toUpperCase().
upperCase(List<String>) - Method in interface cimerant.context.ContextRoot
Converts a list to upper case as per String.toUpperCase().
upperCase(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Converts a list to upper case as per String.toUpperCase().
upperFirst(String) - Method in interface cimerant.context.ContextRoot
Capitalizes a string changing the first character to title case as per Character.toTitleCase(int).
upperFirst(String) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
upperFirst(List<String>) - Method in interface cimerant.context.ContextRoot
Capitalizes a string changing the first character to title case as per Character.toTitleCase(int).
upperFirst(List<String>) - Method in class cimerant.context.impl.ContextRootImpl
Capitalizes a list changing the first character to title case as per Character.toTitleCase(int).

V

valueOf(String) - Static method in enum class cimerant.ModuleCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cimerant.StatusCode
Returns the enum constant of this class with the specified name.
values() - Method in class cimerant.context.java.util.impl.MapContextImpl
Returns a Collection view of the values contained in this context.
values() - Method in class cimerant.context.java.util.impl.StringMapContextImpl
Returns a Collection view of the values contained in this context.
values() - Method in class cimerant.context.NotNullMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum class cimerant.ModuleCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cimerant.StatusCode
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form