Interface ResourceProperties
- All Superinterfaces:
AnnotatorAccessor, CanonicalTable, Clearable, Containable, DelimiterAccessor, EmptyAccessor, Flushable, Flushable, Flushable.FlushBuilder<ResourceProperties>, ImmutableCanonicalTable, ImmutableCanonicalTable.MutableCanonicalTable, ImmutableInterOperableTable<String>, ImmutableInterOperableTable.MutableInterOperableTable<String>, ImmutablePathTable<String>, ImmutablePathTable.MutablePathTable<String>, ImmutableProperties, ImmutableProperties.MutableProperties, ImmutableResourceProperties, ImmutableResourceProperties.MutableResoureProperties, ImmutableTable<String,String>, ImmutableTable.MutableTable<String, String>, InterOperableTable<String>, Keys<String, String>, Keys.MutableKeys<String, String>, Keys.MutableValues<String, String>, Map<String, String>, PathTable<String>, Properties, Table<String, String, PathTable<String>>, TypeAccessor<String>
- All Known Subinterfaces:
ScheduledResourceProperties
- All Known Implementing Classes:
AbstractResourceProperties, AbstractResourcePropertiesDecorator, JavaProperties, JsonProperties, PolyglotProperties, ScheduledResourcePropertiesDecorator, TomlProperties, XmlProperties, YamlProperties
public interface ResourceProperties
extends Properties, ImmutableResourceProperties.MutableResoureProperties, Flushable.FlushBuilder<ResourceProperties>
The interface
ResourceProperties defines builder functionality on top
of the ImmutableResourceProperties.MutableResoureProperties.-
Nested Class Summary
Nested classes/interfaces inherited from interface AnnotatorAccessor
AnnotatorAccessor.AnnotatorBuilder<B>, AnnotatorAccessor.AnnotatorMutator, AnnotatorAccessor.AnnotatorPropertyNested classes/interfaces inherited from interface DelimiterAccessor
DelimiterAccessor.DelimiterBuilder<B>, DelimiterAccessor.DelimiterMutator, DelimiterAccessor.DelimiterPropertyNested classes/interfaces inherited from interface EmptyAccessor
EmptyAccessor.EmptyBuilder<B>, EmptyAccessor.EmptyMutator, EmptyAccessor.EmptyPropertyNested classes/interfaces inherited from interface Flushable
Flushable.FlushBuilder<B>Nested classes/interfaces inherited from interface ImmutableCanonicalTable
ImmutableCanonicalTable.MutableCanonicalTableNested classes/interfaces inherited from interface ImmutableInterOperableTable
ImmutableInterOperableTable.MutableInterOperableTable<T>Nested classes/interfaces inherited from interface ImmutablePathTable
ImmutablePathTable.MutablePathTable<T>Nested classes/interfaces inherited from interface ImmutableProperties
ImmutableProperties.MutablePropertiesNested classes/interfaces inherited from interface ImmutableResourceProperties
ImmutableResourceProperties.MutableResourePropertiesNested classes/interfaces inherited from interface ImmutableTable
ImmutableTable.MutableTable<K,V> Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> Nested classes/interfaces inherited from interface TypeAccessor
TypeAccessor.TypeBuilder<T,B>, TypeAccessor.TypeMutator<T>, TypeAccessor.TypeProperty<T> -
Field Summary
Fields inherited from interface ImmutablePathTable
ANNOTATOR, DELIMITERFields inherited from interface ImmutableProperties
DEFAULT_COMMENTFields inherited from interface ImmutableResourceProperties.MutableResoureProperties
DEFAULT_COMMENT -
Method Summary
Modifier and TypeMethodDescriptiondefault ResourcePropertieswithInsert(Object aObj) default ResourcePropertieswithInsert(ImmutablePathTable<String> aFrom) default ResourcePropertieswithInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default ResourcePropertieswithInsertBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) default ResourcePropertieswithInsertBetween(Object aToPath, Object aFrom, Object aFromPath) default ResourcePropertieswithInsertBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) default ResourcePropertieswithInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default ResourcePropertieswithInsertBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) default ResourcePropertieswithInsertBetween(String aToPath, Object aFrom, String aFromPath) default ResourcePropertieswithInsertBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) default ResourcePropertieswithInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithInsertBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithInsertFrom(Object aFrom, Object aFromPath) default ResourcePropertieswithInsertFrom(Object aFrom, Object... aFromPathElements) default ResourcePropertieswithInsertFrom(Object aFrom, String aFromPath) default ResourcePropertieswithInsertFrom(Object aFrom, String... aFromPathElements) default ResourcePropertieswithInsertFrom(Object aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithInsertFrom(ImmutablePathTable<String> aFrom, Object aFromPath) default ResourcePropertieswithInsertFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) default ResourcePropertieswithInsertFrom(ImmutablePathTable<String> aFrom, String aFromPath) default ResourcePropertieswithInsertFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) default ResourcePropertieswithInsertFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithInsertTo(Object[] aToPathElements, Object aFrom) default ResourcePropertieswithInsertTo(Object[] aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertieswithInsertTo(Object aToPath, Object aFrom) default ResourcePropertieswithInsertTo(Object aToPath, ImmutablePathTable<String> aFrom) default ResourcePropertieswithInsertTo(String[] aToPathElements, Object aFrom) default ResourcePropertieswithInsertTo(String[] aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertieswithInsertTo(String aToPath, Object aFrom) default ResourcePropertieswithInsertTo(String aToPath, ImmutablePathTable<String> aFrom) default ResourcePropertieswithInsertTo(Collection<?> aToPathElements, Object aFrom) default ResourcePropertieswithInsertTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertieswithLoadFrom(File aFile) Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(File).default ResourcePropertieswithLoadFrom(InputStream aInputStream) Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(InputStream).default ResourcePropertieswithLoadFrom(Class<?> aResourceClass, String aFilePath) Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(Class, String).default ResourcePropertieswithLoadFrom(String aFilePath) Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(String).default ResourcePropertieswithLoadFrom(URL aUrl) Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(URL).default ResourcePropertiesdefault ResourcePropertieswithMerge(ImmutablePathTable<String> aFrom) default ResourcePropertieswithMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default ResourcePropertieswithMergeBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) default ResourcePropertieswithMergeBetween(Object aToPath, Object aFrom, Object aFromPath) default ResourcePropertieswithMergeBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) default ResourcePropertieswithMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default ResourcePropertieswithMergeBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) default ResourcePropertieswithMergeBetween(String aToPath, Object aFrom, String aFromPath) default ResourcePropertieswithMergeBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) default ResourcePropertieswithMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithMergeBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithMergeFrom(Object aFrom, Object aFromPath) default ResourcePropertieswithMergeFrom(Object aFrom, Object... aFromPathElements) default ResourcePropertieswithMergeFrom(Object aFrom, String aFromPath) default ResourcePropertieswithMergeFrom(Object aFrom, String... aFromPathElements) default ResourcePropertieswithMergeFrom(Object aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithMergeFrom(ImmutablePathTable<String> aFrom, Object aFromPath) default ResourcePropertieswithMergeFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) default ResourcePropertieswithMergeFrom(ImmutablePathTable<String> aFrom, String aFromPath) default ResourcePropertieswithMergeFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) default ResourcePropertieswithMergeFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) default ResourcePropertieswithMergeTo(Object[] aToPathElements, Object aFrom) default ResourcePropertieswithMergeTo(Object[] aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertieswithMergeTo(Object aToPath, Object aFrom) default ResourcePropertieswithMergeTo(Object aToPath, ImmutablePathTable<String> aFrom) default ResourcePropertieswithMergeTo(String[] aToPathElements, Object aFrom) default ResourcePropertieswithMergeTo(String[] aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertieswithMergeTo(String aToPath, Object aFrom) default ResourcePropertieswithMergeTo(String aToPath, ImmutablePathTable<String> aFrom) default ResourcePropertieswithMergeTo(Collection<?> aToPathElements, Object aFrom) default ResourcePropertieswithMergeTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) default ResourcePropertiesdefault ResourcePropertiesdefault ResourcePropertiesdefault ResourcePropertieswithPut(Collection<?> aPathElements, String aValue) default ResourcePropertiesdefault ResourcePropertiesdefault ResourcePropertieswithPutBoolean(Object[] aPathElements, Boolean aValue) default ResourcePropertieswithPutBoolean(Object aKey, Boolean aValue) default ResourcePropertieswithPutBoolean(String[] aPathElements, Boolean aValue) default ResourcePropertieswithPutBoolean(String aKey, Boolean aValue) default ResourcePropertieswithPutBoolean(Collection<?> aPathElements, Boolean aValue) default ResourcePropertieswithPutByte(Object[] aPathElements, Byte aValue) default ResourcePropertieswithPutByte(Object aKey, Byte aValue) default ResourcePropertieswithPutByte(String[] aPathElements, Byte aValue) default ResourcePropertieswithPutByte(String aKey, Byte aValue) default ResourcePropertieswithPutByte(Collection<?> aPathElements, Byte aValue) default ResourcePropertieswithPutChar(Object[] aPathElements, Character aValue) default ResourcePropertieswithPutChar(Object aKey, Character aValue) default ResourcePropertieswithPutChar(String[] aPathElements, Character aValue) default ResourcePropertieswithPutChar(String aKey, Character aValue) default ResourcePropertieswithPutChar(Collection<?> aPathElements, Character aValue) default <C> ResourcePropertieswithPutClass(Object[] aPathElements, Class<C> aValue) default <C> ResourcePropertieswithPutClass(Object aKey, Class<C> aValue) default <C> ResourcePropertieswithPutClass(String[] aPathElements, Class<C> aValue) default <C> ResourcePropertieswithPutClass(String aKey, Class<C> aValue) default <C> ResourcePropertieswithPutClass(Collection<?> aPathElements, Class<C> aValue) default ResourcePropertieswithPutDirAt(int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDirAt(Object[] aPathElements, int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(Object[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDirAt(Object aPath, int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(Object aPath, int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDirAt(String[] aPathElements, int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(String[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDirAt(String aPath, int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(String aPath, int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) default ResourcePropertieswithPutDirAt(Collection<?> aPathElements, int aIndex, ImmutablePathTable<String> aDir) default ResourcePropertieswithPutDouble(Object[] aPathElements, Double aValue) default ResourcePropertieswithPutDouble(Object aKey, Double aValue) default ResourcePropertieswithPutDouble(String[] aPathElements, Double aValue) default ResourcePropertieswithPutDouble(String aKey, Double aValue) default ResourcePropertieswithPutDouble(Collection<?> aPathElements, Double aValue) default <E extends Enum<E>>
ResourcePropertieswithPutEnum(Object[] aPathElements, E aValue) default <E extends Enum<E>>
ResourcePropertieswithPutEnum(Object aKey, E aValue) default <E extends Enum<E>>
ResourcePropertieswithPutEnum(String[] aPathElements, E aValue) default <E extends Enum<E>>
ResourcePropertieswithPutEnum(String aKey, E aValue) default <E extends Enum<E>>
ResourcePropertieswithPutEnum(Collection<?> aPathElements, E aValue) default ResourcePropertieswithPutFloat(Object[] aPathElements, Float aValue) default ResourcePropertieswithPutFloat(Object aKey, Float aValue) default ResourcePropertieswithPutFloat(String[] aPathElements, Float aValue) default ResourcePropertieswithPutFloat(String aKey, Float aValue) default ResourcePropertieswithPutFloat(Collection<?> aPathElements, Float aValue) default ResourcePropertieswithPutInt(Object[] aPathElements, Integer aValue) default ResourcePropertieswithPutInt(Object aKey, Integer aValue) default ResourcePropertieswithPutInt(String[] aPathElements, Integer aValue) default ResourcePropertieswithPutInt(String aKey, Integer aValue) default ResourcePropertieswithPutInt(Collection<?> aPathElements, Integer aValue) default ResourcePropertieswithPutLong(Object[] aPathElements, Long aValue) default ResourcePropertieswithPutLong(Object aKey, Long aValue) default ResourcePropertieswithPutLong(String[] aPathElements, Long aValue) default ResourcePropertieswithPutLong(String aKey, Long aValue) default ResourcePropertieswithPutLong(Collection<?> aPathElements, Long aValue) default ResourcePropertieswithPutShort(Object[] aPathElements, Short aValue) default ResourcePropertieswithPutShort(Object aKey, Short aValue) default ResourcePropertieswithPutShort(String[] aPathElements, Short aValue) default ResourcePropertieswithPutShort(String aKey, Short aValue) default ResourcePropertieswithPutShort(Collection<?> aPathElements, Short aValue) default ResourcePropertieswithPutString(Object[] aPathElements, String aValue) default ResourcePropertieswithPutString(Object aKey, String aValue) default ResourcePropertieswithPutString(String[] aPathElements, String aValue) default ResourcePropertieswithPutString(String aKey, String aValue) default ResourcePropertieswithPutString(Collection<?> aPathElements, String aValue) default ResourcePropertieswithRemoveFrom(Object aPath) default ResourcePropertieswithRemoveFrom(Object... aPathElements) default ResourcePropertieswithRemoveFrom(String aPath) default ResourcePropertieswithRemoveFrom(String... aPathElements) default ResourcePropertieswithRemoveFrom(Collection<?> aPathElements) default ResourcePropertieswithRemovePaths(String... aPathElements) default ResourcePropertieswithSeekFrom(File aFile) Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(File).default ResourcePropertieswithSeekFrom(Class<?> aResourceClass, String aFilePath) Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(Class, String).default ResourcePropertieswithSeekFrom(String aFilePath) Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(String).Methods inherited from interface Containable
sizeMethods inherited from interface EmptyAccessor
isEmptyMethods inherited from interface Flushable
flushUnchecked, isFlushableMethods inherited from interface Flushable.FlushBuilder
withFlush, withFlushUncheckedMethods inherited from interface ImmutableCanonicalTable
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 ImmutableCanonicalTable.MutableCanonicalTable
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, putAll, removeFromMethods inherited from interface ImmutableInterOperableTable
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 ImmutableInterOperableTable.MutableInterOperableTable
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 ImmutablePathTable
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 ImmutablePathTable.MutablePathTable
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, 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 ImmutableProperties
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 ImmutableProperties.MutableProperties
containsValue, delete, insert, insert, insertBetween, insertFrom, insertTo, 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, removePathsMethods inherited from interface ImmutableResourceProperties
reload, reload, toSerializedMethods inherited from interface ImmutableResourceProperties.MutableResoureProperties
fileTo, fileTo, fileTo, fileTo, flush, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, parseFrom, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, toSerializedMethods inherited from interface ImmutableTable.MutableTable
putMethods inherited from interface Keys.MutableValues
putMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
withInsert
- Specified by:
withInsertin interfaceCanonicalTable- Specified by:
withInsertin interfaceInterOperableTable<String>- Specified by:
withInsertin interfacePathTable<String>- Specified by:
withInsertin interfaceProperties
-
withInsert
- Specified by:
withInsertin interfaceCanonicalTable- Specified by:
withInsertin interfaceInterOperableTable<String>- Specified by:
withInsertin interfacePathTable<String>- Specified by:
withInsertin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
- Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
- Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertBetween
default ResourceProperties withInsertBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) - Specified by:
withInsertBetweenin interfaceCanonicalTable- Specified by:
withInsertBetweenin interfaceInterOperableTable<String>- Specified by:
withInsertBetweenin interfacePathTable<String>- Specified by:
withInsertBetweenin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
default ResourceProperties withInsertFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
default ResourceProperties withInsertFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) - Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
- Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertFrom
default ResourceProperties withInsertFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) - Specified by:
withInsertFromin interfaceCanonicalTable- Specified by:
withInsertFromin interfaceInterOperableTable<String>- Specified by:
withInsertFromin interfacePathTable<String>- Specified by:
withInsertFromin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
default ResourceProperties withInsertTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) - Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withInsertTo
- Specified by:
withInsertToin interfaceCanonicalTable- Specified by:
withInsertToin interfaceInterOperableTable<String>- Specified by:
withInsertToin interfacePathTable<String>- Specified by:
withInsertToin interfaceProperties
-
withLoadFrom
default ResourceProperties withLoadFrom(Class<?> aResourceClass, String aFilePath) throws IOException, ParseException Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(Class, String).- Parameters:
aResourceClass- The class which's class loader is to take care of loading the properties (from inside a JAR).aFilePath- The file path of the class's resources from which to load the properties.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withLoadFrom
Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(File).- Parameters:
aFile- The according file.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withLoadFrom
default ResourceProperties withLoadFrom(InputStream aInputStream) throws IOException, ParseException Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(InputStream).- Parameters:
aInputStream- TheInputStreamfrom which to load the properties.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withLoadFrom
Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(String).- Parameters:
aFilePath- The according file path.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withLoadFrom
Builder method forImmutableResourceProperties.MutableResoureProperties.loadFrom(URL).- Parameters:
aUrl- TheURLfrom which to load the properties.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withMerge
- Specified by:
withMergein interfaceCanonicalTable- Specified by:
withMergein interfaceInterOperableTable<String>- Specified by:
withMergein interfacePathTable<String>- Specified by:
withMergein interfaceProperties
-
withMerge
- Specified by:
withMergein interfaceCanonicalTable- Specified by:
withMergein interfaceInterOperableTable<String>- Specified by:
withMergein interfacePathTable<String>- Specified by:
withMergein interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(Object aToPath, ImmutablePathTable<String> aFrom, Object aFromPath) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(Object[] aToPathElements, ImmutablePathTable<String> aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
- Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(String aToPath, ImmutablePathTable<String> aFrom, String aFromPath) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeBetween
default ResourceProperties withMergeBetween(String[] aToPathElements, ImmutablePathTable<String> aFrom, String[] aFromPathElements) - Specified by:
withMergeBetweenin interfaceCanonicalTable- Specified by:
withMergeBetweenin interfaceInterOperableTable<String>- Specified by:
withMergeBetweenin interfacePathTable<String>- Specified by:
withMergeBetweenin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
default ResourceProperties withMergeFrom(ImmutablePathTable<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
default ResourceProperties withMergeFrom(ImmutablePathTable<String> aFrom, Object... aFromPathElements) - Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
- Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeFrom
default ResourceProperties withMergeFrom(ImmutablePathTable<String> aFrom, String... aFromPathElements) - Specified by:
withMergeFromin interfaceCanonicalTable- Specified by:
withMergeFromin interfaceInterOperableTable<String>- Specified by:
withMergeFromin interfacePathTable<String>- Specified by:
withMergeFromin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
default ResourceProperties withMergeTo(Collection<?> aToPathElements, ImmutablePathTable<String> aFrom) - Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withMergeTo
- Specified by:
withMergeToin interfaceCanonicalTable- Specified by:
withMergeToin interfaceInterOperableTable<String>- Specified by:
withMergeToin interfacePathTable<String>- Specified by:
withMergeToin interfaceProperties
-
withPut
- Specified by:
withPutin interfaceCanonicalTable- Specified by:
withPutin interfaceInterOperableTable<String>- Specified by:
withPutin interfacePathTable<String>- Specified by:
withPutin interfaceProperties
-
withPut
- Specified by:
withPutin interfaceCanonicalTable- Specified by:
withPutin interfaceInterOperableTable<String>- Specified by:
withPutin interfacePathTable<String>- Specified by:
withPutin interfaceProperties
-
withPut
- Specified by:
withPutin interfaceCanonicalTable- Specified by:
withPutin interfaceProperties
-
withPut
-
withPut
-
withPut
- Specified by:
withPutin interfaceCanonicalTable- Specified by:
withPutin interfaceInterOperableTable<String>- Specified by:
withPutin interfacePathTable<String>- Specified by:
withPutin interfaceProperties
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Specified by:
withPutBooleanin interfaceProperties
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Specified by:
withPutBooleanin interfaceProperties
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Specified by:
withPutBooleanin interfaceProperties
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Specified by:
withPutBooleanin interfaceProperties
-
withPutBoolean
- Specified by:
withPutBooleanin interfaceCanonicalTable- Specified by:
withPutBooleanin interfaceInterOperableTable<String>- Specified by:
withPutBooleanin interfaceProperties
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Specified by:
withPutBytein interfaceProperties
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Specified by:
withPutBytein interfaceProperties
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Specified by:
withPutBytein interfaceProperties
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Specified by:
withPutBytein interfaceProperties
-
withPutByte
- Specified by:
withPutBytein interfaceCanonicalTable- Specified by:
withPutBytein interfaceInterOperableTable<String>- Specified by:
withPutBytein interfaceProperties
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Specified by:
withPutCharin interfaceProperties
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Specified by:
withPutCharin interfaceProperties
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Specified by:
withPutCharin interfaceProperties
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Specified by:
withPutCharin interfaceProperties
-
withPutChar
- Specified by:
withPutCharin interfaceCanonicalTable- Specified by:
withPutCharin interfaceInterOperableTable<String>- Specified by:
withPutCharin interfaceProperties
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Specified by:
withPutClassin interfaceProperties
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Specified by:
withPutClassin interfaceProperties
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Specified by:
withPutClassin interfaceProperties
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Specified by:
withPutClassin interfaceProperties
-
withPutClass
- Specified by:
withPutClassin interfaceCanonicalTable- Specified by:
withPutClassin interfaceInterOperableTable<String>- Specified by:
withPutClassin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
default ResourceProperties withPutDirAt(Collection<?> aPathElements, int aIndex, ImmutablePathTable<String> aDir) - Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
default ResourceProperties withPutDirAt(Object[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) - Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
- Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDirAt
default ResourceProperties withPutDirAt(String[] aPathElements, int aIndex, ImmutablePathTable<String> aDir) - Specified by:
withPutDirAtin interfaceCanonicalTable- Specified by:
withPutDirAtin interfaceInterOperableTable<String>- Specified by:
withPutDirAtin interfacePathTable<String>- Specified by:
withPutDirAtin interfaceProperties
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Specified by:
withPutDoublein interfaceProperties
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Specified by:
withPutDoublein interfaceProperties
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Specified by:
withPutDoublein interfaceProperties
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Specified by:
withPutDoublein interfaceProperties
-
withPutDouble
- Specified by:
withPutDoublein interfaceCanonicalTable- Specified by:
withPutDoublein interfaceInterOperableTable<String>- Specified by:
withPutDoublein interfaceProperties
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Specified by:
withPutEnumin interfaceProperties
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Specified by:
withPutEnumin interfaceProperties
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Specified by:
withPutEnumin interfaceProperties
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Specified by:
withPutEnumin interfaceProperties
-
withPutEnum
- Specified by:
withPutEnumin interfaceCanonicalTable- Specified by:
withPutEnumin interfaceInterOperableTable<String>- Specified by:
withPutEnumin interfaceProperties
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Specified by:
withPutFloatin interfaceProperties
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Specified by:
withPutFloatin interfaceProperties
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Specified by:
withPutFloatin interfaceProperties
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Specified by:
withPutFloatin interfaceProperties
-
withPutFloat
- Specified by:
withPutFloatin interfaceCanonicalTable- Specified by:
withPutFloatin interfaceInterOperableTable<String>- Specified by:
withPutFloatin interfaceProperties
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Specified by:
withPutIntin interfaceProperties
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Specified by:
withPutIntin interfaceProperties
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Specified by:
withPutIntin interfaceProperties
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Specified by:
withPutIntin interfaceProperties
-
withPutInt
- Specified by:
withPutIntin interfaceCanonicalTable- Specified by:
withPutIntin interfaceInterOperableTable<String>- Specified by:
withPutIntin interfaceProperties
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Specified by:
withPutLongin interfaceProperties
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Specified by:
withPutLongin interfaceProperties
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Specified by:
withPutLongin interfaceProperties
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Specified by:
withPutLongin interfaceProperties
-
withPutLong
- Specified by:
withPutLongin interfaceCanonicalTable- Specified by:
withPutLongin interfaceInterOperableTable<String>- Specified by:
withPutLongin interfaceProperties
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Specified by:
withPutShortin interfaceProperties
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Specified by:
withPutShortin interfaceProperties
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Specified by:
withPutShortin interfaceProperties
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Specified by:
withPutShortin interfaceProperties
-
withPutShort
- Specified by:
withPutShortin interfaceCanonicalTable- Specified by:
withPutShortin interfaceInterOperableTable<String>- Specified by:
withPutShortin interfaceProperties
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Specified by:
withPutStringin interfaceProperties
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Specified by:
withPutStringin interfaceProperties
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Specified by:
withPutStringin interfaceProperties
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Specified by:
withPutStringin interfaceProperties
-
withPutString
- Specified by:
withPutStringin interfaceCanonicalTable- Specified by:
withPutStringin interfaceInterOperableTable<String>- Specified by:
withPutStringin interfaceProperties
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Specified by:
withRemoveFromin interfaceProperties
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Specified by:
withRemoveFromin interfaceProperties
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Specified by:
withRemoveFromin interfaceProperties
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Specified by:
withRemoveFromin interfaceProperties
-
withRemoveFrom
- Specified by:
withRemoveFromin interfaceCanonicalTable- Specified by:
withRemoveFromin interfaceInterOperableTable<String>- Specified by:
withRemoveFromin interfacePathTable<String>- Specified by:
withRemoveFromin interfaceProperties
-
withRemovePaths
- Specified by:
withRemovePathsin interfaceCanonicalTable- Specified by:
withRemovePathsin interfacePathTable<String>- Specified by:
withRemovePathsin interfaceProperties
-
withSeekFrom
default ResourceProperties withSeekFrom(Class<?> aResourceClass, String aFilePath) throws IOException, ParseException Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(Class, String).- Parameters:
aResourceClass- The class which's class loader is to take care of loading the properties (from inside a JAR).aFilePath- The file path of the class's resources from which to load the properties.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withSeekFrom
Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(File).- Parameters:
aFile- The according file path.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-
withSeekFrom
Builder method forImmutableResourceProperties.MutableResoureProperties.seekFrom(String).- Parameters:
aFilePath- The according file path.- Returns:
- The implementing instance as of the builder pattern.
- Throws:
IOException- thrown in case accessing or processing the properties file failed.ParseException- Signals that an error has been reached unexpectedly while parsing the data to be loaded.
-