- withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.Builder
-
Sets the default obfuscator to use, for entries that have no specific obfuscator defined.
- withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
Sets the default obfuscator to use, for entries that have no specific obfuscator defined.
- withDefaultObfuscator(Obfuscator) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
Sets the default obfuscator to use, for properties that have no specific obfuscator defined.
- withDefaults() - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
-
Specifies that the default settings should be restored.
- withEntry(String, V) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
Adds an entry.
- withEntry(String, V, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
Adds an entry.
- withFixedLength(int) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
-
- withFixedTotalLength(int) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
-
Sets or removes the fixed total length to use for obfuscated contents.
- withKey(K, Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.Builder
-
Adds a key to obfuscate the value for.
- withKey(String, Obfuscator) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
Adds a key to obfuscate the value for.
- withKey(String, Obfuscator, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
Adds a key to obfuscate the value for.
- withMaskChar(char) - Method in class com.github.robtimus.obfuscation.Obfuscator.PortionBuilder
-
Sets the char that created obfuscators use for obfuscating.
- withProperty(String, Obfuscator) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
Adds a property to obfuscate.
- withProperty(String, Obfuscator, CaseSensitivity) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
Adds a property to obfuscate.
- wrapArray(char[]) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Creates a CharSequence
that wraps a character array.
- write(int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
- write(char[]) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
- write(char[], int, int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
- write(String) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
- write(String, int, int) - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
- writer(Appendable) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns an Appendable
as a Writer
.