Package | Description |
---|---|
com.github.robtimus.obfuscation |
Contains classes and interfaces for obfuscating text.
|
Modifier and Type | Method and Description |
---|---|
static Obfuscator.SplitPoint |
Obfuscator.SplitPoint.atFirst(char c)
Creates a new split point that splits at the first occurrence of a character.
|
static Obfuscator.SplitPoint |
Obfuscator.SplitPoint.atLast(char c)
Creates a new split point that splits at the last occurrence of a character.
|
static Obfuscator.SplitPoint |
Obfuscator.SplitPoint.atNth(char c,
int occurrence)
Creates a new split point that splits at a specific occurrence of a character.
|
Copyright © 2020–2023. All rights reserved.