Module org.refcodes.properties
Package org.refcodes.properties
Interface Properties.PropertiesBuilder
- All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor,org.refcodes.struct.CanonicalMap,org.refcodes.struct.CanonicalMap.CanonicalMapBuilder,org.refcodes.struct.CanonicalMap.MutableCanonicalMap,org.refcodes.mixin.Clearable,org.refcodes.struct.Containable,org.refcodes.mixin.DelimiterAccessor,org.refcodes.mixin.Dumpable,org.refcodes.mixin.EmptyAccessor,org.refcodes.struct.InterOperableMap<String>,org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>,org.refcodes.struct.InterOperableMap.MutableInterOperableMap<String>,org.refcodes.struct.Keys<String,,String> org.refcodes.struct.Keys.MutableKeys<String,,String> org.refcodes.struct.Keys.MutableValues<String,,String> Map<String,,String> org.refcodes.struct.PathMap<String>,org.refcodes.struct.PathMap.MutablePathMap<String>,org.refcodes.struct.PathMap.PathMapBuilder<String>,Properties,Properties.MutableProperties,org.refcodes.struct.Table<String,,String> org.refcodes.struct.Table.TableDictionary<String,,String> org.refcodes.struct.Table.TableDictionary.TableBuilder<String,,String, org.refcodes.struct.PathMap.PathMapBuilder<String>> org.refcodes.mixin.TypeAccessor<String>
- All Known Subinterfaces:
ProfileProperties.ProfilePropertiesBuilder,ResourceProperties.ResourcePropertiesBuilder,ScheduledResourceProperties.ScheduledResourcePropertiesBuilder,StrictProperties.StrictPropertiesBuilder
- All Known Implementing Classes:
AbstractPropertiesBuilderDecorator,AbstractResourcePropertiesBuilder,AbstractResourcePropertiesBuilderDecorator,JavaPropertiesBuilder,JsonPropertiesBuilder,PolyglotPropertiesBuilder,PropertiesBuilderImpl,ScheduledResourcePropertiesBuilderDecorator,TomlPropertiesBuilder,XmlPropertiesBuilder,YamlPropertiesBuilder
- Enclosing interface:
- Properties
public static interface Properties.PropertiesBuilder
extends org.refcodes.struct.CanonicalMap.CanonicalMapBuilder, Properties.MutableProperties
The interface
Properties.PropertiesBuilder defines builder functionality on
top of the properties .-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.AnnotatorAccessor
org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B extends org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B>>, org.refcodes.mixin.AnnotatorAccessor.AnnotatorMutator, org.refcodes.mixin.AnnotatorAccessor.AnnotatorPropertyNested classes/interfaces inherited from interface org.refcodes.struct.CanonicalMap
org.refcodes.struct.CanonicalMap.CanonicalMapBuilder, org.refcodes.struct.CanonicalMap.MutableCanonicalMapNested classes/interfaces inherited from interface org.refcodes.mixin.DelimiterAccessor
org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B extends org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B>>, org.refcodes.mixin.DelimiterAccessor.DelimiterMutator, org.refcodes.mixin.DelimiterAccessor.DelimiterPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.EmptyAccessor
org.refcodes.mixin.EmptyAccessor.EmptyMutator, org.refcodes.mixin.EmptyAccessor.EmptyPropertyNested classes/interfaces inherited from interface org.refcodes.struct.InterOperableMap
org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<T extends Object>, org.refcodes.struct.InterOperableMap.MutableInterOperableMap<T extends Object>Nested classes/interfaces inherited from interface org.refcodes.struct.Keys
org.refcodes.struct.Keys.MutableKeys<K extends Object,V extends Object>, org.refcodes.struct.Keys.MutableValues<K extends Object, V extends Object> Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object> Nested classes/interfaces inherited from interface org.refcodes.struct.PathMap
org.refcodes.struct.PathMap.MutablePathMap<T extends Object>, org.refcodes.struct.PathMap.PathMapBuilder<T extends Object>Nested classes/interfaces inherited from interface org.refcodes.properties.Properties
Properties.MutableProperties, Properties.PropertiesBuilderNested classes/interfaces inherited from interface org.refcodes.struct.Table
org.refcodes.struct.Table.TableDictionary<K extends Object,V extends Object> Nested classes/interfaces inherited from interface org.refcodes.struct.Table.TableDictionary
org.refcodes.struct.Table.TableDictionary.TableBuilder<K extends Object,V extends Object, B extends org.refcodes.struct.Table.TableDictionary.TableBuilder<K, V, B>> Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T, B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object> -
Field Summary
Fields inherited from interface org.refcodes.struct.PathMap
ANNOTATOR, DELIMITERFields inherited from interface org.refcodes.properties.Properties
DEFAULT_COMMENT -
Method Summary
Modifier and TypeMethodDescriptiondefault Properties.PropertiesBuilderwithInsert(Object aObj) default Properties.PropertiesBuilderwithInsert(org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderwithInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderwithInsertBetween(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilderwithInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderwithInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderwithInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderwithInsertBetween(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilderwithInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderwithInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(Object aFrom, Object aFromPath) default Properties.PropertiesBuilderwithInsertFrom(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(Object aFrom, String aFromPath) default Properties.PropertiesBuilderwithInsertFrom(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilderwithInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithInsertTo(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithInsertTo(Object aToPath, Object aFrom) default Properties.PropertiesBuilderwithInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithInsertTo(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithInsertTo(String aToPath, Object aFrom) default Properties.PropertiesBuilderwithInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithInsertTo(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderwithMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderwithMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderwithMergeBetween(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilderwithMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderwithMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderwithMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderwithMergeBetween(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilderwithMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderwithMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(Object aFrom, Object aFromPath) default Properties.PropertiesBuilderwithMergeFrom(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(Object aFrom, String aFromPath) default Properties.PropertiesBuilderwithMergeFrom(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilderwithMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderwithMergeTo(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithMergeTo(Object aToPath, Object aFrom) default Properties.PropertiesBuilderwithMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithMergeTo(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithMergeTo(String aToPath, Object aFrom) default Properties.PropertiesBuilderwithMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderwithMergeTo(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilderwithMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderwithPut(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilderwithPut(org.refcodes.struct.Property aProperty) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderwithPutBoolean(Object[] aPathElements, Boolean aValue) default Properties.PropertiesBuilderwithPutBoolean(Object aKey, Boolean aValue) default Properties.PropertiesBuilderwithPutBoolean(String[] aPathElements, Boolean aValue) default Properties.PropertiesBuilderwithPutBoolean(String aKey, Boolean aValue) default Properties.PropertiesBuilderwithPutBoolean(Collection<?> aPathElements, Boolean aValue) default Properties.PropertiesBuilderwithPutByte(Object[] aPathElements, Byte aValue) default Properties.PropertiesBuilderwithPutByte(Object aKey, Byte aValue) default Properties.PropertiesBuilderwithPutByte(String[] aPathElements, Byte aValue) default Properties.PropertiesBuilderwithPutByte(String aKey, Byte aValue) default Properties.PropertiesBuilderwithPutByte(Collection<?> aPathElements, Byte aValue) default Properties.PropertiesBuilderwithPutChar(Object[] aPathElements, Character aValue) default Properties.PropertiesBuilderwithPutChar(Object aKey, Character aValue) default Properties.PropertiesBuilderwithPutChar(String[] aPathElements, Character aValue) default Properties.PropertiesBuilderwithPutChar(String aKey, Character aValue) default Properties.PropertiesBuilderwithPutChar(Collection<?> aPathElements, Character aValue) default <C> Properties.PropertiesBuilderwithPutClass(Object[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilderwithPutClass(Object aKey, Class<C> aValue) default <C> Properties.PropertiesBuilderwithPutClass(String[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilderwithPutClass(String aKey, Class<C> aValue) default <C> Properties.PropertiesBuilderwithPutClass(Collection<?> aPathElements, Class<C> aValue) default Properties.PropertiesBuilderwithPutDirAt(int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDirAt(Object[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDirAt(Object aPath, int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDirAt(String[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDirAt(String aPath, int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderwithPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderwithPutDouble(Object[] aPathElements, Double aValue) default Properties.PropertiesBuilderwithPutDouble(Object aKey, Double aValue) default Properties.PropertiesBuilderwithPutDouble(String[] aPathElements, Double aValue) default Properties.PropertiesBuilderwithPutDouble(String aKey, Double aValue) default Properties.PropertiesBuilderwithPutDouble(Collection<?> aPathElements, Double aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderwithPutEnum(Object[] aPathElements, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderwithPutEnum(Object aKey, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderwithPutEnum(String[] aPathElements, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderwithPutEnum(String aKey, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderwithPutEnum(Collection<?> aPathElements, E aValue) default Properties.PropertiesBuilderwithPutFloat(Object[] aPathElements, Float aValue) default Properties.PropertiesBuilderwithPutFloat(Object aKey, Float aValue) default Properties.PropertiesBuilderwithPutFloat(String[] aPathElements, Float aValue) default Properties.PropertiesBuilderwithPutFloat(String aKey, Float aValue) default Properties.PropertiesBuilderwithPutFloat(Collection<?> aPathElements, Float aValue) default Properties.PropertiesBuilderwithPutInt(Object[] aPathElements, Integer aValue) default Properties.PropertiesBuilderwithPutInt(Object aKey, Integer aValue) default Properties.PropertiesBuilderwithPutInt(String[] aPathElements, Integer aValue) default Properties.PropertiesBuilderwithPutInt(String aKey, Integer aValue) default Properties.PropertiesBuilderwithPutInt(Collection<?> aPathElements, Integer aValue) default Properties.PropertiesBuilderwithPutLong(Object[] aPathElements, Long aValue) default Properties.PropertiesBuilderwithPutLong(Object aKey, Long aValue) default Properties.PropertiesBuilderwithPutLong(String[] aPathElements, Long aValue) default Properties.PropertiesBuilderwithPutLong(String aKey, Long aValue) default Properties.PropertiesBuilderwithPutLong(Collection<?> aPathElements, Long aValue) default Properties.PropertiesBuilderwithPutShort(Object[] aPathElements, Short aValue) default Properties.PropertiesBuilderwithPutShort(Object aKey, Short aValue) default Properties.PropertiesBuilderwithPutShort(String[] aPathElements, Short aValue) default Properties.PropertiesBuilderwithPutShort(String aKey, Short aValue) default Properties.PropertiesBuilderwithPutShort(Collection<?> aPathElements, Short aValue) default Properties.PropertiesBuilderwithPutString(Object[] aPathElements, String aValue) default Properties.PropertiesBuilderwithPutString(Object aKey, String aValue) default Properties.PropertiesBuilderwithPutString(String[] aPathElements, String aValue) default Properties.PropertiesBuilderwithPutString(String aKey, String aValue) default Properties.PropertiesBuilderwithPutString(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilderwithRemoveFrom(Object aPath) default Properties.PropertiesBuilderwithRemoveFrom(Object... aPathElements) default Properties.PropertiesBuilderwithRemoveFrom(String aPath) default Properties.PropertiesBuilderwithRemoveFrom(String... aPathElements) default Properties.PropertiesBuilderwithRemoveFrom(Collection<?> aPathElements) default Properties.PropertiesBuilderwithRemovePaths(String... aPathElements) Methods inherited from interface org.refcodes.struct.CanonicalMap
asArray, asArray, asArray, asArray, asBooleanArray, asBooleanArray, asBooleanArray, asBooleanArray, asByteArray, asByteArray, asByteArray, asByteArray, asCharArray, asCharArray, asCharArray, asCharArray, asDoubleArray, asDoubleArray, asDoubleArray, asDoubleArray, asFloatArray, asFloatArray, asFloatArray, asFloatArray, asIntArray, asIntArray, asIntArray, asIntArray, asLongArray, asLongArray, asLongArray, asLongArray, asShortArray, asShortArray, asShortArray, asShortArray, queryBetween, toMap, toPropertiesMethods inherited from interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, putAll, removeFrom, toDumpMethods inherited from interface org.refcodes.mixin.Clearable
clearMethods inherited from interface org.refcodes.struct.Containable
sizeMethods inherited from interface org.refcodes.mixin.Dumpable
toDumpMethods inherited from interface org.refcodes.mixin.EmptyAccessor
isEmptyMethods inherited from interface org.refcodes.struct.InterOperableMap
getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getByte, getByte, getByte, getByte, getByte, getByteOr, getByteOr, getByteOr, getByteOr, getByteOr, getChar, getChar, getChar, getChar, getChar, getCharOr, getCharOr, getCharOr, getCharOr, getCharOr, getClass, getClass, getClass, getClass, getClass, getClassOr, getClassOr, getClassOr, getClassOr, getClassOr, getDouble, getDouble, getDouble, getDouble, getDouble, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getEnum, getEnum, getEnum, getEnum, getEnum, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getFloat, getFloat, getFloat, getFloat, getFloat, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getInt, getInt, getInt, getInt, getInt, getIntOr, getIntOr, getIntOr, getIntOr, getIntOr, getLong, getLong, getLong, getLong, getLong, getLongOr, getLongOr, getLongOr, getLongOr, getLongOr, getShort, getShort, getShort, getShort, getShort, getShortOr, getShortOr, getShortOr, getShortOr, getShortOr, getString, getString, getString, getString, getString, getStringOr, getStringOr, getStringOr, getStringOr, getStringOrMethods inherited from interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
containsValue, insert, insertBetween, insertFrom, insertTo, putBoolean, putBoolean, putBoolean, putBoolean, putBoolean, putByte, putByte, putByte, putByte, putByte, putChar, putChar, putChar, putChar, putChar, putClass, putClass, putClass, putClass, putClass, putDouble, putDouble, putDouble, putDouble, putDouble, putEnum, putEnum, putEnum, putEnum, putEnum, putFloat, putFloat, putFloat, putFloat, putFloat, putInt, putInt, putInt, putInt, putInt, putLong, putLong, putLong, putLong, putLong, putShort, putShort, putShort, putShort, putShort, putString, putString, putString, putString, putStringMethods inherited from interface org.refcodes.struct.Keys
containsKey, get, getOr, keySet, use, valuesMethods inherited from interface org.refcodes.struct.Keys.MutableValues
putMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface org.refcodes.struct.PathMap
children, children, children, children, children, children, containsKey, containsKey, containsKey, dirs, dirs, dirs, dirs, dirs, dirs, findPaths, fromExternalPath, get, get, get, getArray, getArray, getArray, getArray, getArray, getArray, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getRootPath, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, hasChildren, hasChildren, hasChildren, hasChildren, hasChildren, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasParentPath, hasPath, hasPath, hasPath, hasPath, hasPath, hasSubDirs, hasSubDirs, hasSubDirs, hasSubDirs, hasValue, hasValue, hasValue, hasValue, hasValue, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, isArray, isArray, isArray, isArray, isArray, isArray, isChild, isChild, isChild, isChild, isDir, isDir, isDir, isDir, isDir, isEqualTo, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isLeaf, isLeaf, isLeaf, isLeaf, isLeaf, isRootPath, keySet, keySet, keySet, keySet, keySet, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, leaves, leaves, leaves, leaves, leaves, leaves, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, paths, paths, paths, paths, paths, paths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, toDataStructure, toDataStructure, toExternalPath, toInstance, toInstance, toLeaf, toMap, toNormalizedPath, toParentPath, toPath, toPath, toPath, toPath, toPathElements, toPathList, toPathStack, toPrintable, toPropertyPath, toType, toType, toType, toType, toType, toType, toType, toTypeMethods inherited from interface org.refcodes.struct.PathMap.MutablePathMap
add, add, add, add, add, add, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, delete, delete, delete, delete, delete, fromType, fromType, fromType, fromType, fromType, fromType, fromType, fromType, insert, insert, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, merge, merge, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, put, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putValueAt, putValueAt, putValueAt, putValueAt, putValueAt, putValueAt, remove, remove, remove, removeValueAt, removeValueAt, removeValueAt, removeValueAt, removeValueAt, toSourceCode, toSourceCodeMethods inherited from interface org.refcodes.properties.Properties
getAnnotator, getDelimiter, getDir, getDir, getDir, getDir, getDir, getDirAt, getDirAt, getDirAt, getDirAt, getDirAt, getDirAt, getDirs, getDirs, getDirs, getDirs, getDirs, getType, query, query, query, query, query, queryBetween, queryBetween, queryBetween, queryBetween, queryBetween, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryTo, queryTo, queryTo, queryTo, queryTo, queryTo, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveTo, retrieveTo, retrieveTo, retrieveTo, retrieveToMethods inherited from interface org.refcodes.properties.Properties.MutableProperties
containsValue, delete, insert, insert, insertBetween, insertFrom, insertTo, put, putAll, putAll, putAll, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, removeAll, removeAll, removeAll, removeAll, removeAll, removeAll, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeFrom, removeFrom, removeFrom, removeFrom, removePaths, removePaths
-
Method Details
-
withPut
-
withPut
-
withPut
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>- Specified by:
withPutin interfaceorg.refcodes.struct.Table.TableDictionary.TableBuilder<String,String, org.refcodes.struct.PathMap.PathMapBuilder<String>>
-
withPut
-
withPut
- Specified by:
withPutin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
-
withPut
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBooleanin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
- Specified by:
withPutBytein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutBytein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
- Specified by:
withPutCharin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutCharin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
- Specified by:
withPutClassin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutClassin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
- Specified by:
withPutDoublein interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDoublein interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> Properties.PropertiesBuilder withPutEnum(Collection<?> aPathElements, E aValue) - Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> Properties.PropertiesBuilder withPutEnum(Object[] aPathElements, E aValue) - Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
- Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> Properties.PropertiesBuilder withPutEnum(String[] aPathElements, E aValue) - Specified by:
withPutEnumin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutEnumin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
- Specified by:
withPutFloatin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutFloatin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
- Specified by:
withPutIntin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutIntin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
- Specified by:
withPutLongin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutLongin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
- Specified by:
withPutShortin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutShortin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
- Specified by:
withPutStringin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutStringin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withInsert
-
withInsert
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(String aToPath, Object aFrom, String aFromPath) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default Properties.PropertiesBuilder withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withInsertBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
-
withInsertFrom
-
withInsertFrom
-
withInsertFrom
-
withInsertFrom
-
withInsertFrom
default Properties.PropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) -
withInsertFrom
default Properties.PropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) -
withInsertFrom
default Properties.PropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) -
withInsertFrom
default Properties.PropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) -
withInsertFrom
default Properties.PropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) -
withInsertTo
-
withInsertTo
default Properties.PropertiesBuilder withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withInsertTo
-
withInsertTo
default Properties.PropertiesBuilder withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) -
withInsertTo
-
withInsertTo
default Properties.PropertiesBuilder withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withInsertTo
-
withInsertTo
default Properties.PropertiesBuilder withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) -
withInsertTo
-
withInsertTo
default Properties.PropertiesBuilder withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withMerge
-
withMerge
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(String aToPath, Object aFrom, String aFromPath) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default Properties.PropertiesBuilder withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>- Specified by:
withMergeBetweenin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
-
withMergeFrom
-
withMergeFrom
-
withMergeFrom
-
withMergeFrom
-
withMergeFrom
default Properties.PropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) -
withMergeFrom
default Properties.PropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) -
withMergeFrom
default Properties.PropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) -
withMergeFrom
default Properties.PropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) -
withMergeFrom
default Properties.PropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) -
withMergeTo
-
withMergeTo
default Properties.PropertiesBuilder withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withMergeTo
-
withMergeTo
default Properties.PropertiesBuilder withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) -
withMergeTo
-
withMergeTo
default Properties.PropertiesBuilder withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withMergeTo
-
withMergeTo
default Properties.PropertiesBuilder withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) -
withMergeTo
-
withMergeTo
default Properties.PropertiesBuilder withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) -
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) - Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) - Specified by:
withPutDirAtin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withPutDirAtin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutDirAt
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) -
withPutDirAt
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) -
withPutDirAt
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) -
withPutDirAt
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) -
withPutDirAt
-
withPutDirAt
default Properties.PropertiesBuilder withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) -
withRemoveFrom
-
withRemoveFrom
-
withRemoveFrom
-
withRemoveFrom
-
withRemoveFrom
-
withRemovePaths
- Specified by:
withRemovePathsin interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder- Specified by:
withRemovePathsin interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-