Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

O

obfuscateCollection(Collection<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a collection.
obfuscateCollection(Collection<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a collection.
Obfuscated<T> - Class in com.github.robtimus.obfuscation
An object that provides obfuscation for another value.
obfuscateList(List<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a list.
obfuscateList(List<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a list.
obfuscateMap(Map<K, V>) - Method in class com.github.robtimus.obfuscation.MapObfuscator
Obfuscates a map.
obfuscateMap(Map<K, V>, Function<? super V, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.MapObfuscator
Obfuscates a map.
obfuscateMap(Map<K, V>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a map.
obfuscateMap(Map<K, V>, Function<? super V, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a map.
obfuscateObject(T) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a value.
obfuscateObject(T, Supplier<? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a value.
obfuscateProperties(Properties) - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator
Obfuscates a Properties object.
obfuscateSet(Set<E>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a set.
obfuscateSet(Set<E>, Function<? super E, ? extends CharSequence>) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates a set.
obfuscateText(CharSequence) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a CharSequence.
obfuscateText(CharSequence, int, int) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates parts of the contents of a CharSequence.
obfuscateText(CharSequence, StringBuilder) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a CharSequence.
obfuscateText(CharSequence, int, int, StringBuilder) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates parts of the contents of a CharSequence.
obfuscateText(CharSequence, StringBuffer) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a CharSequence.
obfuscateText(CharSequence, int, int, StringBuffer) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates parts of the contents of a CharSequence.
obfuscateText(CharSequence, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a CharSequence.
obfuscateText(CharSequence, int, int, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates parts of the contents of a CharSequence.
obfuscateText(Reader) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a Reader.
obfuscateText(Reader, Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
Obfuscates the contents of a Reader.
obfuscateText(CharSequence, int, int) - Method in interface com.github.robtimus.obfuscation.Obfuscator.ObfuscatorFunction
Obfuscates parts of the contents of a CharSequence.
ObfuscatingWriter - Class in com.github.robtimus.obfuscation.support
Abstract class for writing obfuscated text to character streams.
ObfuscatingWriter() - Constructor for class com.github.robtimus.obfuscation.support.ObfuscatingWriter
 
Obfuscator - Class in com.github.robtimus.obfuscation
An object that will obfuscate CharSequences or the contents of Readers.
Obfuscator() - Constructor for class com.github.robtimus.obfuscation.Obfuscator
 
Obfuscator.ObfuscatorFunction - Interface in com.github.robtimus.obfuscation
A function that can parts of CharSequences.
Obfuscator.PortionBuilder - Class in com.github.robtimus.obfuscation
A builder for obfuscators that obfuscate a specific portion of their input.
Obfuscator.Prefix - Class in com.github.robtimus.obfuscation
A prefix of a specific length that uses a specific obfuscator.
Obfuscator.SplitPoint - Class in com.github.robtimus.obfuscation
A point in a CharSequence or Reader to split obfuscation.
ObfuscatorUtils - Class in com.github.robtimus.obfuscation.support
Utility methods that can be used for implementing Obfuscators.
onClose() - Method in class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
Obfuscates the cached contents.
onClose() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
Closes the stream, cleaning up any resources.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020–2023. All rights reserved.