|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
info.textgrid.utils.linkrewriter | A simple but generic link rewriting library. |
Uses of AbstractReplacement in info.textgrid.utils.linkrewriter |
---|
Modifier and Type | Class and Description |
---|---|
class |
TokenReplacement
A replacement that replaces on a token-by-token basis. |
Modifier and Type | Method and Description | |
---|---|---|
static
|
AbstractReplacement.create(Class<T> replacementType,
ImportMapping mapping,
boolean export)
Creates a list of replacements that can be applied to strings. |
|
static
|
AbstractReplacement.create(Class<T> replacementType,
ImportObject object,
boolean export)
This is a convenience method that instantiates a conforming replacement implementation. |
Modifier and Type | Method and Description |
---|---|
static String |
AbstractReplacement.apply(List<? extends AbstractReplacement> replacements,
String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |