Uses of Class
info.textgrid.utils.linkrewriter.ImportMapping

Packages that use ImportMapping
Package Description
info.textgrid.utils.linkrewriter A simple but generic link rewriting library. 
 

Uses of ImportMapping in info.textgrid.utils.linkrewriter
 

Methods in info.textgrid.utils.linkrewriter that return ImportMapping
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()
           
 

Methods in info.textgrid.utils.linkrewriter with parameters of type ImportMapping
Modifier and Type Method and Description
static
<T extends AbstractReplacement>
List<T>
AbstractReplacement.create(Class<T> replacementType, ImportMapping mapping, boolean export)
          Creates a list of replacements that can be applied to strings.
 

Constructors in info.textgrid.utils.linkrewriter with parameters of type ImportMapping
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 © 2012 TextGrid. All Rights Reserved.