scriptella.expression
Class EtlVariable
java.lang.Object
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
|
Field Summary |
static java.lang.String |
NAME
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
EtlVariable
public EtlVariable()
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.