scriptella.expression
Class EtlVariable

java.lang.Object
  extended by scriptella.expression.EtlVariable

public class EtlVariable
extends java.lang.Object

Represents a global etl variable available for all ETL file elements.

Currently it is available only in JEXL expressions, e.g. ${etl.date.now('MM-DD-YYYY')}

Version:
1.0
Author:
Fyodor Kupolov

Nested Class Summary
static class EtlVariable.DateUtils
          Utility class for ETL file expressions.
static class EtlVariable.TextUtils
          Utility class for ETL file expressions.
 
Field Summary
static java.lang.String NAME
           
 
Constructor Summary
EtlVariable()
           
 
Method Summary
static EtlVariable get()
          Returns the global etl variable.
 EtlVariable.DateUtils getDate()
           
 EtlVariable.TextUtils getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

EtlVariable

public EtlVariable()
Method Detail

get

public static EtlVariable get()
Returns the global etl variable.

Returns:
global etl variable.

getDate

public EtlVariable.DateUtils getDate()

getText

public EtlVariable.TextUtils getText()


Copyright © Copyright 2006-2009 The Scriptella Project Team.