|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
info.textgrid.utils.linkrewriter | A simple but generic link rewriting library. |
Uses of ImportMapping in info.textgrid.utils.linkrewriter |
---|
Modifier and Type | Method and Description |
---|---|
ImportMapping |
ImportMapping.add(String textgridURI,
String localURI,
String localMetadata,
RewriteMethod rewriteMethod)
|
ImportMapping |
ILinkRewriter.getMapping()
Returns the mapping object that describes the neccessary rewrite actions |
ImportMapping |
AbstractRewriter.getMapping()
|
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. |
Constructor and Description |
---|
AbstractRewriter(ImportMapping mapping,
boolean export)
|
ConfigurableXMLRewriter(ImportMapping mapping,
boolean export)
|
SimpleTextRewriter(ImportMapping mapping,
boolean export)
A rewriter that can rewrite simple text files by replacing everything at word boundaries. |
XMLLinkRewriter(ImportMapping mapping,
boolean export)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |