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)
Deprecated.
Use
add(URI,URI,URI,RewriteMethod) instead |
ImportMapping |
ImportMapping.add(URI textgridURI,
URI localURI,
URI localMetadata,
RewriteMethod rewriteMethod)
Create an
ImportObject on the fly and add it. |
ImportMapping |
ILinkRewriter.getMapping()
Returns the mapping object that describes the neccessary rewrite actions
|
ImportMapping |
AbstractRewriter.getMapping() |
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)
Deprecated.
|
AbstractRewriter(ImportMapping mapping,
ImportMode importMode) |
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 © 2015 TextGrid. All rights reserved.