public class YamlReader extends Object
Constructor and Description |
---|
YamlReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.pentaho.di.core.row.RowMeta |
getFields() |
org.apache.commons.vfs2.FileObject |
getFile() |
Object[] |
getRow(org.pentaho.di.core.row.RowMetaInterface rowMeta) |
String |
getStringValue() |
boolean |
isMapUsed() |
void |
loadFile(org.apache.commons.vfs2.FileObject file) |
void |
loadFile(String filename) |
void |
loadString(String string) |
public void loadFile(org.apache.commons.vfs2.FileObject file) throws Exception
Exception
public boolean isMapUsed()
public Object[] getRow(org.pentaho.di.core.row.RowMetaInterface rowMeta) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public org.pentaho.di.core.row.RowMeta getFields()
public org.apache.commons.vfs2.FileObject getFile()
public String getStringValue()