Package | Description |
---|---|
info.textgrid.utils.linkrewriter |
A simple but generic link rewriting library.
|
Modifier and Type | Method and Description |
---|---|
ImportMapping |
ImportMapping.add(String textgridURI,
String localURI,
String localMetadata,
RewriteMethod rewriteMethod) |
ImportMapping |
AbstractRewriter.getMapping() |
ImportMapping |
ILinkRewriter.getMapping()
Returns the mapping object that describes the neccessary rewrite actions
|
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.
|
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) |
Copyright © 2013 TextGrid. All Rights Reserved.