Interface ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder
- 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.DecryptPrefixAccessor
,org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<ObfuscationProperties.ObfuscationPropertiesBuilder>
,org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixMutator
,org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixProperty
,org.refcodes.mixin.DelimiterAccessor
,org.refcodes.struct.Dictionary<String,
,String> org.refcodes.struct.Dictionary.MutableDictionary<String,
,String> org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,
,String, org.refcodes.struct.PathMap.PathMapBuilder<String>> org.refcodes.mixin.Dumpable
,org.refcodes.mixin.EmptyAccessor
,org.refcodes.mixin.EncryptPrefixAccessor
,org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<ObfuscationProperties.ObfuscationPropertiesBuilder>
,org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixMutator
,org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixProperty
,Flushable
,org.refcodes.component.Flushable
,org.refcodes.component.Flushable.FlushBuilder<org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder>
,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> ObfuscationProperties
,ObfuscationProperties.MutableObfuscationProperties
,ObfuscationProperties.ObfuscationPropertiesBuilder
,ObfuscationResourceProperties
,ObfuscationResourceProperties.MutableObfuscationResourceProperties
,org.refcodes.struct.PathMap<String>
,org.refcodes.struct.PathMap.MutablePathMap<String>
,org.refcodes.struct.PathMap.PathMapBuilder<String>
,org.refcodes.properties.Properties
,org.refcodes.properties.Properties.MutableProperties
,org.refcodes.properties.Properties.PropertiesBuilder
,org.refcodes.properties.ResourceProperties
,org.refcodes.properties.ResourceProperties.MutableResoureProperties
,org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
,org.refcodes.mixin.TypeAccessor<String>
- All Known Implementing Classes:
AbstractObfuscationResourcePropertiesBuilderDecorator
,ObfuscationResourcePropertiesBuilderDecorator
- Enclosing interface:
ObfuscationResourceProperties
public static interface ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder
extends ObfuscationResourceProperties.MutableObfuscationResourceProperties, org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder, ObfuscationProperties.ObfuscationPropertiesBuilder
The interface
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder
defines
builder functionality on top of the
ObfuscationResourceProperties.MutableObfuscationResourceProperties
.-
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.AnnotatorProperty
Nested classes/interfaces inherited from interface org.refcodes.struct.CanonicalMap
org.refcodes.struct.CanonicalMap.CanonicalMapBuilder, org.refcodes.struct.CanonicalMap.MutableCanonicalMap
Nested classes/interfaces inherited from interface org.refcodes.mixin.DecryptPrefixAccessor
org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<B extends org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<B>>, org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixMutator, org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixProperty
Nested 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.DelimiterProperty
Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary
org.refcodes.struct.Dictionary.MutableDictionary<K extends Object,
V extends Object> Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary.MutableDictionary
org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<K extends Object,
V extends Object, B extends org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<K, V, B>> Nested classes/interfaces inherited from interface org.refcodes.mixin.EmptyAccessor
org.refcodes.mixin.EmptyAccessor.EmptyMutator, org.refcodes.mixin.EmptyAccessor.EmptyProperty
Nested classes/interfaces inherited from interface org.refcodes.mixin.EncryptPrefixAccessor
org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<B extends org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<B>>, org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixMutator, org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixProperty
Nested classes/interfaces inherited from interface org.refcodes.component.Flushable
org.refcodes.component.Flushable.FlushBuilder<B extends org.refcodes.component.Flushable.FlushBuilder<B>>
Nested 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.properties.ext.obfuscation.ObfuscationProperties
ObfuscationProperties.MutableObfuscationProperties, ObfuscationProperties.ObfuscationPropertiesBuilder
Nested classes/interfaces inherited from interface org.refcodes.properties.ext.obfuscation.ObfuscationResourceProperties
ObfuscationResourceProperties.MutableObfuscationResourceProperties, ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder
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
org.refcodes.properties.Properties.MutableProperties, org.refcodes.properties.Properties.PropertiesBuilder
Nested classes/interfaces inherited from interface org.refcodes.properties.ResourceProperties
org.refcodes.properties.ResourceProperties.MutableResoureProperties, org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
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, DELIMITER
Fields inherited from interface org.refcodes.properties.Properties
DEFAULT_COMMENT
Fields inherited from interface org.refcodes.properties.ResourceProperties.MutableResoureProperties
DEFAULT_COMMENT
-
Method Summary
Modifier and TypeMethodDescriptionwithDecryptPrefix
(String aDecryptPrefix) withEncryptPrefix
(String aEncryptPrefix) withInsert
(Object aObj) withInsert
(org.refcodes.struct.PathMap<String> aFrom) withInsertBetween
(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) withInsertBetween
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) withInsertBetween
(Object aToPath, Object aFrom, Object aFromPath) withInsertBetween
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) withInsertBetween
(String[] aToPathElements, Object aFrom, String[] aFromPathElements) withInsertBetween
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) withInsertBetween
(String aToPath, Object aFrom, String aFromPath) withInsertBetween
(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) withInsertBetween
(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) withInsertBetween
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) withInsertFrom
(Object aFrom, Object aFromPath) withInsertFrom
(Object aFrom, Object... aFromPathElements) withInsertFrom
(Object aFrom, String aFromPath) withInsertFrom
(Object aFrom, String... aFromPathElements) withInsertFrom
(Object aFrom, Collection<?> aFromPathElements) withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) withInsertTo
(Object[] aToPathElements, Object aFrom) withInsertTo
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withInsertTo
(Object aToPath, Object aFrom) withInsertTo
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) withInsertTo
(String[] aToPathElements, Object aFrom) withInsertTo
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withInsertTo
(String aToPath, Object aFrom) withInsertTo
(String aToPath, org.refcodes.struct.PathMap<String> aFrom) withInsertTo
(Collection<?> aToPathElements, Object aFrom) withInsertTo
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withLoadFrom
(File aFile) withLoadFrom
(InputStream aInputStream) withLoadFrom
(Class<?> aResourceClass, String aFilePath) withLoadFrom
(String aFilePath) withLoadFrom
(URL aUrl) withMergeBetween
(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) withMergeBetween
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) withMergeBetween
(Object aToPath, Object aFrom, Object aFromPath) withMergeBetween
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) withMergeBetween
(String[] aToPathElements, Object aFrom, String[] aFromPathElements) withMergeBetween
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) withMergeBetween
(String aToPath, Object aFrom, String aFromPath) withMergeBetween
(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) withMergeBetween
(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) withMergeBetween
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) withMergeFrom
(Object aFrom, Object aFromPath) withMergeFrom
(Object aFrom, Object... aFromPathElements) withMergeFrom
(Object aFrom, String aFromPath) withMergeFrom
(Object aFrom, String... aFromPathElements) withMergeFrom
(Object aFrom, Collection<?> aFromPathElements) withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) withMergeTo
(Object[] aToPathElements, Object aFrom) withMergeTo
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withMergeTo
(Object aToPath, Object aFrom) withMergeTo
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) withMergeTo
(String[] aToPathElements, Object aFrom) withMergeTo
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withMergeTo
(String aToPath, Object aFrom) withMergeTo
(String aToPath, org.refcodes.struct.PathMap<String> aFrom) withMergeTo
(Collection<?> aToPathElements, Object aFrom) withMergeTo
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) withPut
(Collection<?> aPathElements, String aValue) withPut
(org.refcodes.struct.Property aProperty) withPutBoolean
(Object[] aPathElements, Boolean aValue) withPutBoolean
(Object aKey, Boolean aValue) withPutBoolean
(String[] aPathElements, Boolean aValue) withPutBoolean
(String aKey, Boolean aValue) withPutBoolean
(Collection<?> aPathElements, Boolean aValue) withPutByte
(Object[] aPathElements, Byte aValue) withPutByte
(Object aKey, Byte aValue) withPutByte
(String[] aPathElements, Byte aValue) withPutByte
(String aKey, Byte aValue) withPutByte
(Collection<?> aPathElements, Byte aValue) withPutChar
(Object[] aPathElements, Character aValue) withPutChar
(Object aKey, Character aValue) withPutChar
(String[] aPathElements, Character aValue) withPutChar
(String aKey, Character aValue) withPutChar
(Collection<?> aPathElements, Character aValue) withPutClass
(Object[] aPathElements, Class<C> aValue) withPutClass
(Object aKey, Class<C> aValue) withPutClass
(String[] aPathElements, Class<C> aValue) withPutClass
(String aKey, Class<C> aValue) withPutClass
(Collection<?> aPathElements, Class<C> aValue) withPutDirAt
(int aIndex, Object aDir) withPutDirAt
(int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDirAt
(Object[] aPathElements, int aIndex, Object aDir) withPutDirAt
(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDirAt
(Object aPath, int aIndex, Object aDir) withPutDirAt
(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDirAt
(String[] aPathElements, int aIndex, Object aDir) withPutDirAt
(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDirAt
(String aPath, int aIndex, Object aDir) withPutDirAt
(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDirAt
(Collection<?> aPathElements, int aIndex, Object aDir) withPutDirAt
(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) withPutDouble
(Object[] aPathElements, Double aValue) withPutDouble
(Object aKey, Double aValue) withPutDouble
(String[] aPathElements, Double aValue) withPutDouble
(String aKey, Double aValue) withPutDouble
(Collection<?> aPathElements, Double aValue) default <E extends Enum<E>>
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilderwithPutEnum
(Object[] aPathElements, E aValue) default <E extends Enum<E>>
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilderwithPutEnum
(Object aKey, E aValue) default <E extends Enum<E>>
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilderwithPutEnum
(String[] aPathElements, E aValue) default <E extends Enum<E>>
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilderwithPutEnum
(String aKey, E aValue) default <E extends Enum<E>>
ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilderwithPutEnum
(Collection<?> aPathElements, E aValue) withPutFloat
(Object[] aPathElements, Float aValue) withPutFloat
(Object aKey, Float aValue) withPutFloat
(String[] aPathElements, Float aValue) withPutFloat
(String aKey, Float aValue) withPutFloat
(Collection<?> aPathElements, Float aValue) withPutInt
(Object[] aPathElements, Integer aValue) withPutInt
(Object aKey, Integer aValue) withPutInt
(String[] aPathElements, Integer aValue) withPutInt
(String aKey, Integer aValue) withPutInt
(Collection<?> aPathElements, Integer aValue) withPutLong
(Object[] aPathElements, Long aValue) withPutLong
(Object aKey, Long aValue) withPutLong
(String[] aPathElements, Long aValue) withPutLong
(String aKey, Long aValue) withPutLong
(Collection<?> aPathElements, Long aValue) withPutShort
(Object[] aPathElements, Short aValue) withPutShort
(Object aKey, Short aValue) withPutShort
(String[] aPathElements, Short aValue) withPutShort
(String aKey, Short aValue) withPutShort
(Collection<?> aPathElements, Short aValue) withPutString
(Object[] aPathElements, String aValue) withPutString
(Object aKey, String aValue) withPutString
(String[] aPathElements, String aValue) withPutString
(String aKey, String aValue) withPutString
(Collection<?> aPathElements, String aValue) withRemoveFrom
(Object aPath) withRemoveFrom
(Object... aPathElements) withRemoveFrom
(String aPath) withRemoveFrom
(String... aPathElements) withRemoveFrom
(Collection<?> aPathElements) withRemovePaths
(String... aPathElements) withSeekFrom
(File aFile) withSeekFrom
(Class<?> aResourceClass, String aFilePath) withSeekFrom
(String aFilePath) 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, toProperties
Methods inherited from interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, putAll, removeFrom, toDump
Methods inherited from interface org.refcodes.mixin.Clearable
clear
Methods inherited from interface org.refcodes.struct.Containable
size
Methods inherited from interface org.refcodes.mixin.DecryptPrefixAccessor
getDecryptPrefix
Methods inherited from interface org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixMutator
setDecryptPrefix
Methods inherited from interface org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixProperty
letDecryptPrefix
Methods inherited from interface org.refcodes.mixin.Dumpable
toDump, toPrintable
Methods inherited from interface org.refcodes.mixin.EmptyAccessor
isEmpty
Methods inherited from interface org.refcodes.mixin.EncryptPrefixAccessor
getEncryptPrefix
Methods inherited from interface org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixMutator
setEncryptPrefix
Methods inherited from interface org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixProperty
letEncryptPrefix
Methods inherited from interface org.refcodes.component.Flushable
flushUnchecked, isFlushable
Methods inherited from interface org.refcodes.component.Flushable.FlushBuilder
withFlush, withFlushUnchecked
Methods 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, getStringOr
Methods 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, putString
Methods inherited from interface org.refcodes.struct.Keys
containsKey, get, getOr, keySet, use, values
Methods inherited from interface org.refcodes.struct.Keys.MutableValues
put
Methods 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, values
Methods 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, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayOr, getArrayOr, getArrayOr, getArrayOr, getArrayOr, 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, 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, toPropertyPath, toType, toType, toType, toType, toType, toType, toType, toType
Methods 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, toSourceCode
Methods 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, retrieveTo
Methods inherited from interface org.refcodes.properties.Properties.MutableProperties
containsValue, delete, 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
Methods inherited from interface org.refcodes.properties.ResourceProperties
reload, reload, toSerialized, toSerialized, toSerialized
Methods inherited from interface org.refcodes.properties.ResourceProperties.MutableResoureProperties
fileTo, fileTo, fileTo, fileTo, fileTo, fileTo, fileTo, fileTo, flush, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, loadFrom, parseFrom, parseFrom, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, saveTo, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, seekFrom, toSerialized
Methods inherited from interface org.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
withLoadFrom, withLoadFrom, withLoadFrom, withLoadFrom, withLoadFrom, withSeekFrom, withSeekFrom, withSeekFrom, withSeekFrom
-
Method Details
-
withDecryptPrefix
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withDecryptPrefix(String aDecryptPrefix) - Specified by:
withDecryptPrefix
in interfaceorg.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<ObfuscationProperties.ObfuscationPropertiesBuilder>
- Specified by:
withDecryptPrefix
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
-
withEncryptPrefix
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withEncryptPrefix(String aEncryptPrefix) - Specified by:
withEncryptPrefix
in interfaceorg.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<ObfuscationProperties.ObfuscationPropertiesBuilder>
- Specified by:
withEncryptPrefix
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
-
withLoadFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withLoadFrom(Class<?> aResourceClass, String aFilePath) throws IOException, ParseException - Specified by:
withLoadFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withLoadFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withLoadFrom(File aFile) throws IOException, ParseException - Specified by:
withLoadFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withLoadFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withLoadFrom(InputStream aInputStream) throws IOException, ParseException - Specified by:
withLoadFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withLoadFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withLoadFrom(String aFilePath) throws IOException, ParseException - Specified by:
withLoadFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withLoadFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withLoadFrom(URL aUrl) throws IOException, ParseException - Specified by:
withLoadFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withSeekFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withSeekFrom(Class<?> aResourceClass, String aFilePath) throws IOException, ParseException - Specified by:
withSeekFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withSeekFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withSeekFrom(File aFile) throws IOException, ParseException - Specified by:
withSeekFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withSeekFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withSeekFrom(String aFilePath) throws IOException, ParseException - Specified by:
withSeekFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IOException
ParseException
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(Collection<?> aPathElements, String aValue) - Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(Object[] aPathElements, String aValue) throws NumberFormatException - Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
NumberFormatException
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(org.refcodes.struct.Relation<String, String> aProperty) - Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,
String, org.refcodes.struct.PathMap.PathMapBuilder<String>> - Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(String aKey, String aValue) - Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,
String, org.refcodes.struct.PathMap.PathMapBuilder<String>> - Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(org.refcodes.struct.Property aProperty) - Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPut
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPut(String[] aKey, String aValue) - Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPut
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutBoolean
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutBoolean(Collection<?> aPathElements, Boolean aValue) - Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutBoolean
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutBoolean
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutBoolean(Object aKey, Boolean aValue) - Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutBoolean
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutBoolean
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutBoolean(Object[] aPathElements, Boolean aValue) - Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutBoolean
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutBoolean
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutBoolean(String aKey, Boolean aValue) - Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutBoolean
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutBoolean
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutBoolean(String[] aPathElements, Boolean aValue) - Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutBoolean
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutBoolean
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutByte
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutByte(Collection<?> aPathElements, Byte aValue) - Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutByte
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutByte
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutByte(Object aKey, Byte aValue) - Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutByte
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutByte
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutByte(Object[] aPathElements, Byte aValue) - Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutByte
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutByte
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutByte(String aKey, Byte aValue) - Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutByte
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutByte
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutByte(String[] aPathElements, Byte aValue) - Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutByte
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutByte
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutChar
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutChar(Collection<?> aPathElements, Character aValue) - Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutChar
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutChar
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutChar(Object aKey, Character aValue) - Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutChar
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutChar
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutChar(Object[] aPathElements, Character aValue) - Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutChar
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutChar
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutChar(String aKey, Character aValue) - Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutChar
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutChar
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutChar(String[] aPathElements, Character aValue) - Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutChar
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutChar
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutClass
default <C> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutClass(Collection<?> aPathElements, Class<C> aValue) - Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutClass
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutClass
default <C> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutClass(Object aKey, Class<C> aValue) - Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutClass
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutClass
default <C> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutClass(Object[] aPathElements, Class<C> aValue) - Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutClass
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutClass
default <C> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutClass(String aKey, Class<C> aValue) - Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutClass
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutClass
default <C> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutClass(String[] aPathElements, Class<C> aValue) - Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutClass
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutClass
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDouble
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDouble(Collection<?> aPathElements, Double aValue) - Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDouble
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDouble
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDouble(Object aKey, Double aValue) - Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDouble
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDouble
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDouble(Object[] aPathElements, Double aValue) - Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDouble
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDouble
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDouble(String aKey, Double aValue) - Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDouble
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDouble
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDouble(String[] aPathElements, Double aValue) - Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDouble
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDouble
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutEnum
default <E extends Enum<E>> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutEnum(Collection<?> aPathElements, E aValue) - Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutEnum
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutEnum
default <E extends Enum<E>> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutEnum(Object aKey, E aValue) - Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutEnum
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutEnum
default <E extends Enum<E>> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutEnum(Object[] aPathElements, E aValue) - Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutEnum
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutEnum
default <E extends Enum<E>> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutEnum(String aKey, E aValue) - Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutEnum
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutEnum
default <E extends Enum<E>> ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutEnum(String[] aPathElements, E aValue) - Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutEnum
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutEnum
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutFloat
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutFloat(Collection<?> aPathElements, Float aValue) - Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutFloat
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutFloat
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutFloat(Object aKey, Float aValue) - Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutFloat
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutFloat
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutFloat(Object[] aPathElements, Float aValue) - Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutFloat
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutFloat
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutFloat(String aKey, Float aValue) - Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutFloat
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutFloat
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutFloat(String[] aPathElements, Float aValue) - Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutFloat
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutFloat
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutInt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutInt(Collection<?> aPathElements, Integer aValue) - Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutInt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutInt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutInt(Object aKey, Integer aValue) - Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutInt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutInt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutInt(Object[] aPathElements, Integer aValue) - Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutInt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutInt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutInt(String aKey, Integer aValue) - Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutInt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutInt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutInt(String[] aPathElements, Integer aValue) - Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutInt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutInt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutLong
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutLong(Collection<?> aPathElements, Long aValue) - Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutLong
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutLong
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutLong(Object aKey, Long aValue) - Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutLong
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutLong
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutLong(Object[] aPathElements, Long aValue) - Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutLong
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutLong
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutLong(String aKey, Long aValue) - Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutLong
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutLong
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutLong(String[] aPathElements, Long aValue) - Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutLong
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutLong
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutShort
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutShort(Collection<?> aPathElements, Short aValue) - Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutShort
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutShort
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutShort(Object aKey, Short aValue) - Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutShort
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutShort
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutShort(Object[] aPathElements, Short aValue) - Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutShort
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutShort
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutShort(String aKey, Short aValue) - Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutShort
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutShort
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutShort(String[] aPathElements, Short aValue) - Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutShort
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutShort
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutString
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutString(Collection<?> aPathElements, String aValue) - Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutString
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutString
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutString(Object aKey, String aValue) - Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutString
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutString
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutString(Object[] aPathElements, String aValue) - Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutString
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutString
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutString(String aKey, String aValue) - Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutString
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutString
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutString(String[] aPathElements, String aValue) - Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutString
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutString
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsert
- Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsert
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsert(org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsert
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(String aToPath, Object aFrom, String aFromPath) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) - Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(Object aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(Object aFrom, Object aFromPath) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(Object aFrom, Object... aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(Object aFrom, String aFromPath) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(Object aFrom, String... aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) - Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Collection<?> aToPathElements, Object aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Object aToPath, Object aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Object[] aToPathElements, Object aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(String aToPath, Object aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(String[] aToPathElements, Object aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withInsertTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withInsertTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMerge
- Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMerge
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMerge(org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMerge
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(String aToPath, Object aFrom, String aFromPath) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeBetween
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) - Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeBetween
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(Object aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(Object aFrom, Object aFromPath) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(Object aFrom, Object... aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(Object aFrom, String aFromPath) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(Object aFrom, String... aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) - Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Collection<?> aToPathElements, Object aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Object aToPath, Object aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Object[] aToPathElements, Object aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(String aToPath, Object aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(String[] aToPathElements, Object aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withMergeTo
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) - Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withMergeTo
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withPutDirAt
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException - Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withPutDirAt
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
- Throws:
IllegalArgumentException
-
withRemoveFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemoveFrom(Collection<?> aPathElements) - Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withRemoveFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemoveFrom(Object aPath) - Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withRemoveFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemoveFrom(Object... aPathElements) - Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withRemoveFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemoveFrom(String aPath) - Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withRemoveFrom
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemoveFrom(String... aPathElements) - Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-
withRemovePaths
default ObfuscationResourceProperties.ObfuscationResourcePropertiesBuilder withRemovePaths(String... aPathElements) - Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemovePaths
in interfaceObfuscationProperties.ObfuscationPropertiesBuilder
- Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Specified by:
withRemovePaths
in interfaceorg.refcodes.properties.Properties.PropertiesBuilder
- Specified by:
withRemovePaths
in interfaceorg.refcodes.properties.ResourceProperties.ResourcePropertiesBuilder
-