Package | Description |
---|---|
info.textgrid._import | |
info.textgrid.utils.linkrewriter |
A simple but generic link rewriting library.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ImportObject |
ImportMapping.getImportObjectForLocalURI(String localURI)
Deprecated.
Use
ImportMapping.getImportObjectForLocalURI(URI) instead |
ImportObject |
ImportMapping.getImportObjectForLocalURI(URI localURI) |
ImportObject |
ImportMapping.getImportObjectForTextGridURI(String textGridURI)
Deprecated.
Use
ImportMapping.getImportObjectForTextGridURI(URI) instead |
ImportObject |
ImportMapping.getImportObjectForTextGridURI(URI textGridURI)
Returns the import object for the given TextGrid URI.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ImportObject> |
ImportMapping.getImportObjects() |
Iterator<ImportObject> |
ImportMapping.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ImportMapping.add(ImportObject... importObjects)
Adds a bunch of importObjects.
|
static <T extends AbstractReplacement> |
AbstractReplacement.create(Class<T> replacementType,
ImportObject object,
boolean export)
This is a convenience method that instantiates a conforming replacement
implementation.
|
Copyright © 2015 TextGrid. All rights reserved.