ca.sqlpower.architect.etl.kettle
Class KettleOptions

java.lang.Object
  extended by ca.sqlpower.architect.etl.kettle.KettleOptions

public class KettleOptions
extends java.lang.Object

A container for Kettle-related options.


Field Summary
static java.lang.String KETTLE_CONNECTION_TYPE_KEY
          The key to use in an SPDataSource for the connection type.
static java.lang.String KETTLE_DATABASE
          The string of the url parameter that defines the database name
static java.lang.String KETTLE_DATABASE_KEY
          The key to use in an SPDataSource for the database name.
static java.lang.String KETTLE_HOSTNAME
          The string of the url parameter that defines the host name
static java.lang.String KETTLE_HOSTNAME_KEY
          The key to use in an SPDataSource for the host name.
static java.lang.String KETTLE_PORT
          The string of the url parameter that defines the port
static java.lang.String KETTLE_PORT_KEY
          The key to use in an SPDataSource for the port value.
static java.lang.String KETTLE_REPOS_LOGIN_KEY
          The key to use in an SPDataSource for the repository login name.
static java.lang.String KETTLE_REPOS_PASSWORD_KEY
          The key to use in an SPDataSource for the repository password.
 
Constructor Summary
KettleOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KETTLE_REPOS_LOGIN_KEY

public static final java.lang.String KETTLE_REPOS_LOGIN_KEY
The key to use in an SPDataSource for the repository login name.

See Also:
Constant Field Values

KETTLE_REPOS_PASSWORD_KEY

public static final java.lang.String KETTLE_REPOS_PASSWORD_KEY
The key to use in an SPDataSource for the repository password.

See Also:
Constant Field Values

KETTLE_CONNECTION_TYPE_KEY

public static final java.lang.String KETTLE_CONNECTION_TYPE_KEY
The key to use in an SPDataSource for the connection type.

See Also:
Constant Field Values

KETTLE_DATABASE

public static final java.lang.String KETTLE_DATABASE
The string of the url parameter that defines the database name

See Also:
Constant Field Values

KETTLE_DATABASE_KEY

public static final java.lang.String KETTLE_DATABASE_KEY
The key to use in an SPDataSource for the database name.

See Also:
Constant Field Values

KETTLE_PORT

public static final java.lang.String KETTLE_PORT
The string of the url parameter that defines the port

See Also:
Constant Field Values

KETTLE_PORT_KEY

public static final java.lang.String KETTLE_PORT_KEY
The key to use in an SPDataSource for the port value.

See Also:
Constant Field Values

KETTLE_HOSTNAME

public static final java.lang.String KETTLE_HOSTNAME
The string of the url parameter that defines the host name

See Also:
Constant Field Values

KETTLE_HOSTNAME_KEY

public static final java.lang.String KETTLE_HOSTNAME_KEY
The key to use in an SPDataSource for the host name.

See Also:
Constant Field Values
Constructor Detail

KettleOptions

public KettleOptions()


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca