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

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

Uses of AbstractReplacement in info.textgrid.utils.linkrewriter
 

Subclasses of AbstractReplacement in info.textgrid.utils.linkrewriter
Modifier and Type Class and Description
 class TokenReplacement
          A replacement that replaces on a token-by-token basis.
 

Methods in info.textgrid.utils.linkrewriter with type parameters of type AbstractReplacement
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.
static
<T extends AbstractReplacement>
T
AbstractReplacement.create(Class<T> replacementType, ImportObject object, boolean export)
          This is a convenience method that instantiates a conforming replacement implementation.
 

Method parameters in info.textgrid.utils.linkrewriter with type arguments of type AbstractReplacement
Modifier and Type Method and Description
static String AbstractReplacement.apply(List<? extends AbstractReplacement> replacements, String s)
           
 



Copyright © 2012 TextGrid. All Rights Reserved.