Package | Description |
---|---|
scriptella.configuration |
Classes and interfaces to parse script files.
|
scriptella.driver.text |
Text Driver for Scriptella.
|
scriptella.spi |
Service Provider Interface classes.
|
Modifier and Type | Method and Description |
---|---|
ContentEl |
DialectBasedContentEl.getContent(DialectIdentifier id)
This method returns content for specified dialect id or null - if script doesn't support this dialect.
|
ContentEl |
OnErrorEl.getContent(DialectIdentifier id) |
ContentEl |
ScriptingElement.getDialectContent(DialectIdentifier id) |
Constructor and Description |
---|
AbstractTextConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Initializes a text connection using specified properties.
|
AbstractTextConnection(DialectIdentifier dialectIdentifier,
TextConnectionParameters parameters) |
Modifier and Type | Field and Description |
---|---|
static DialectIdentifier |
DialectIdentifier.NULL_DIALECT
Null-Object to use instead of nulls if necessary
|
Modifier and Type | Method and Description |
---|---|
DialectIdentifier |
Connection.getDialectIdentifier()
This method returns a language dialect identifier for this connection.
|
DialectIdentifier |
AbstractConnection.getDialectIdentifier() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier) |
Constructor and Description |
---|
AbstractConnection(DialectIdentifier dialectIdentifier,
ConnectionParameters parameters)
Instantiates a connection with dialectIdentifier and connection parameters.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.