Uses of Class
scriptella.spi.DialectIdentifier

Packages that use DialectIdentifier
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.driver.text Text Driver for Scriptella. 
scriptella.spi Service Provider Interface classes. 
 

Uses of DialectIdentifier in scriptella.configuration
 

Methods in scriptella.configuration with parameters of type DialectIdentifier
 ContentEl OnErrorEl.getContent(DialectIdentifier id)
           
 ContentEl DialectBasedContentEl.getContent(DialectIdentifier id)
          This method returns content for specified dialect id or null - if script doesn't support this dialect.
 ContentEl ScriptingElement.getDialectContent(DialectIdentifier id)
           
 

Uses of DialectIdentifier in scriptella.driver.text
 

Constructors in scriptella.driver.text with parameters of type DialectIdentifier
AbstractTextConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters)
          Initializes a text connection using specified properties.
 

Uses of DialectIdentifier in scriptella.spi
 

Fields in scriptella.spi declared as DialectIdentifier
static DialectIdentifier DialectIdentifier.NULL_DIALECT
          Null-Object to use instead of nulls if necessary
 

Methods in scriptella.spi that return DialectIdentifier
 DialectIdentifier Connection.getDialectIdentifier()
          This method returns a language dialect identifier for this connection.
 DialectIdentifier AbstractConnection.getDialectIdentifier()
           
 

Methods in scriptella.spi with parameters of type DialectIdentifier
protected  void AbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier)
           
 

Constructors in scriptella.spi with parameters of type DialectIdentifier
AbstractConnection(DialectIdentifier dialectIdentifier, ConnectionParameters parameters)
          Instantiates a connection with dialectIdentifier and connection parameters.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.