Uses of Class
info.textgrid._import.RewriteMethod

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

Uses of RewriteMethod in info.textgrid._import
 

Fields in info.textgrid._import declared as RewriteMethod
Modifier and Type Field and Description
protected  RewriteMethod ImportObject.rewriteMethod
           
 

Methods in info.textgrid._import that return RewriteMethod
Modifier and Type Method and Description
static RewriteMethod RewriteMethod.fromValue(String v)
           
 RewriteMethod ImportObject.getRewriteMethod()
          Gets the value of the rewriteMethod property.
static RewriteMethod RewriteMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RewriteMethod[] RewriteMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.textgrid._import with parameters of type RewriteMethod
Modifier and Type Method and Description
 void ImportObject.setRewriteMethod(RewriteMethod value)
          Sets the value of the rewriteMethod property.
 

Uses of RewriteMethod in info.textgrid.utils.linkrewriter
 

Methods in info.textgrid.utils.linkrewriter with parameters of type RewriteMethod
Modifier and Type Method and Description
 ImportMapping ImportMapping.add(String textgridURI, String localURI, String localMetadata, RewriteMethod rewriteMethod)
           
 



Copyright © 2012 TextGrid. All Rights Reserved.