public class YamlReader extends Object
Constructor and Description |
---|
YamlReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
RowMeta |
getFields() |
org.apache.commons.vfs2.FileObject |
getFile() |
Object[] |
getRow(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(RowMetaInterface rowMeta) throws KettleException
KettleException
public RowMeta getFields()
public org.apache.commons.vfs2.FileObject getFile()
public String getStringValue()
Copyright © 2018 Hitachi Vantara. All rights reserved.