|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepData org.pentaho.di.trans.steps.propertyoutput.PropertyOutputData
public class PropertyOutputData
Output rows to Properties file and create a file.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
org.apache.commons.vfs.FileObject |
file
|
String |
filename
|
int |
indexOfFieldfilename
|
int |
indexOfKeyField
|
int |
indexOfValueField
|
RowMetaInterface |
inputRowMeta
|
HashSet<String> |
KeySet
|
RowMetaInterface |
outputRowMeta
|
String |
previousFileName
|
Properties |
pro
|
Constructor Summary | |
---|---|
PropertyOutputData()
|
Method Summary |
---|
Methods inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus |
Field Detail |
---|
public RowMetaInterface inputRowMeta
public RowMetaInterface outputRowMeta
public int indexOfKeyField
public int indexOfValueField
public int indexOfFieldfilename
public HashSet<String> KeySet
public org.apache.commons.vfs.FileObject file
public String filename
public Properties pro
public String previousFileName
Constructor Detail |
---|
public PropertyOutputData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |