Package | Description |
---|---|
info.textgrid._import | |
info.textgrid.utils.linkrewriter |
A simple but generic link rewriting library.
|
Modifier and Type | Field and Description |
---|---|
protected RewriteMethod |
ImportObject.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportObject.setRewriteMethod(RewriteMethod value)
Sets the value of the rewriteMethod property.
|
Modifier and Type | Method and Description |
---|---|
ImportMapping |
ImportMapping.add(String textgridURI,
String localURI,
String localMetadata,
RewriteMethod rewriteMethod) |
Copyright © 2017 TextGrid. All rights reserved.