Package | Description |
---|---|
com.tameif.tame.factory |
Objects for creating structures.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultReaderOptions
Default script reader options implementation.
|
Modifier and Type | Method and Description |
---|---|
static TAMEModule |
TAMEScriptReader.read(java.io.File file,
TAMEScriptReaderOptions options)
Reads TAMEModule objects into a new module from a starting text file.
|
static TAMEModule |
TAMEScriptReader.read(java.io.File file,
TAMEScriptReaderOptions options,
TAMEScriptIncluder includer)
Reads TAMEModule objects into a new module from a starting text file.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String text,
TAMEScriptReaderOptions options)
Reads TAMEModule objects from a String of text into a new module.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String text,
TAMEScriptReaderOptions options,
TAMEScriptIncluder includer)
Reads TAMEModule objects from a String of text into a new module.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String streamName,
java.io.InputStream in,
TAMEScriptReaderOptions options)
Reads TAMEModule objects into a new module.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String streamName,
java.io.InputStream in,
TAMEScriptReaderOptions options,
TAMEScriptIncluder includer)
Reads TAMEModule objects into a new module.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String streamName,
java.lang.String text,
TAMEScriptReaderOptions options)
Reads TAMEModule objects from a String of text into a new module.
|
static TAMEModule |
TAMEScriptReader.read(java.lang.String streamName,
java.lang.String text,
TAMEScriptReaderOptions options,
TAMEScriptIncluder includer)
Reads TAMEModule objects from a String of text into a new module.
|