Uses of Class
scriptella.spi.DialectIdentifier
Packages that use DialectIdentifier
Package
Description
Classes and interfaces to parse script files.
Text Driver for Scriptella.
Service Provider Interface classes.
-
Uses of DialectIdentifier in scriptella.configuration
Methods in scriptella.configuration with parameters of type DialectIdentifierModifier and TypeMethodDescriptionDialectBasedContentEl.getContent(DialectIdentifier id) This method returns content for specified dialect id or null - if script doesn't support this dialect.OnErrorEl.getContent(DialectIdentifier id) ScriptingElement.getDialectContent(DialectIdentifier id) -
Uses of DialectIdentifier in scriptella.driver.text
Constructors in scriptella.driver.text with parameters of type DialectIdentifierModifierConstructorDescriptionprotectedAbstractTextConnection(DialectIdentifier dialectIdentifier, TextConnectionParameters parameters) protectedAbstractTextConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters) Initializes a text connection using specified properties. -
Uses of DialectIdentifier in scriptella.spi
Fields in scriptella.spi declared as DialectIdentifierModifier and TypeFieldDescriptionstatic final DialectIdentifierDialectIdentifier.NULL_DIALECTNull-Object to use instead of nulls if necessaryMethods in scriptella.spi that return DialectIdentifierModifier and TypeMethodDescriptionAbstractConnection.getDialectIdentifier()Connection.getDialectIdentifier()This method returns a language dialect identifier for this connection.Methods in scriptella.spi with parameters of type DialectIdentifierModifier and TypeMethodDescriptionprotected voidAbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier) Constructors in scriptella.spi with parameters of type DialectIdentifierModifierConstructorDescriptionprotectedAbstractConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters) Instantiates a connection with dialectIdentifier and connection parameters.