|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
info.textgrid._import | |
info.textgrid.utils.linkrewriter | A simple but generic link rewriting library. |
Uses of RewriteMethod in info.textgrid._import |
---|
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. |
Uses of RewriteMethod in info.textgrid.utils.linkrewriter |
---|
Modifier and Type | Method and Description |
---|---|
ImportMapping |
ImportMapping.add(String textgridURI,
String localURI,
String localMetadata,
RewriteMethod rewriteMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |