Package | Description |
---|---|
info.textgrid.utils.linkrewriter |
A simple but generic link rewriting library.
|
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 <T extends AbstractReplacement> |
AbstractReplacement.create(Class<T> replacementType,
ImportMapping mapping,
boolean export)
Creates a list of replacements that can be applied to strings.
|
static <T extends AbstractReplacement> |
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) |
Copyright © 2015 TextGrid. All Rights Reserved.