Uses of Class
info.textgrid._import.ImportObject

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

Uses of ImportObject in info.textgrid._import
 

Fields in info.textgrid._import with type parameters of type ImportObject
Modifier and Type Field and Description
protected  List<ImportObject> ImportSpec.importObject
           
 

Methods in info.textgrid._import that return ImportObject
Modifier and Type Method and Description
 ImportObject ObjectFactory.createImportObject()
          Create an instance of ImportObject
 

Methods in info.textgrid._import that return types with arguments of type ImportObject
Modifier and Type Method and Description
 List<ImportObject> ImportSpec.getImportObject()
          Gets the value of the importObject property.
 

Uses of ImportObject in info.textgrid.utils.linkrewriter
 

Methods in info.textgrid.utils.linkrewriter that return ImportObject
Modifier and Type Method and Description
 ImportObject ImportMapping.getImportObjectForLocalURI(String localURI)
           
 ImportObject ImportMapping.getImportObjectForTextGridURI(String textGridURI)
           
 

Methods in info.textgrid.utils.linkrewriter that return types with arguments of type ImportObject
Modifier and Type Method and Description
 Collection<? extends ImportObject> ImportMapping.getImportObjects()
           
 

Methods in info.textgrid.utils.linkrewriter with parameters of type ImportObject
Modifier and Type Method and Description
 void ImportMapping.add(ImportObject... importObjects)
           
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.
 



Copyright © 2012 TextGrid. All Rights Reserved.