|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
info.textgrid._import | |
info.textgrid.utils.linkrewriter | A simple but generic link rewriting library. |
Uses of ImportObject in info.textgrid._import |
---|
Modifier and Type | Field and Description |
---|---|
protected List<ImportObject> |
ImportSpec.importObject
|
Modifier and Type | Method and Description |
---|---|
ImportObject |
ObjectFactory.createImportObject()
Create an instance of 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 |
---|
Modifier and Type | Method and Description |
---|---|
ImportObject |
ImportMapping.getImportObjectForLocalURI(String localURI)
|
ImportObject |
ImportMapping.getImportObjectForTextGridURI(String textGridURI)
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ImportObject> |
ImportMapping.getImportObjects()
|
Modifier and Type | Method and Description | |
---|---|---|
void |
ImportMapping.add(ImportObject... importObjects)
|
|
static
|
AbstractReplacement.create(Class<T> replacementType,
ImportObject object,
boolean export)
This is a convenience method that instantiates a conforming replacement implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |