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.vfs.FileObject | 
getFile()  | 
Object[] | 
getRow(org.pentaho.di.core.row.RowMetaInterface rowMeta)  | 
String | 
getStringValue()  | 
boolean | 
isMapUsed()  | 
void | 
loadFile(org.apache.commons.vfs.FileObject file)  | 
void | 
loadFile(String filename)  | 
void | 
loadString(String string)  | 
public void loadFile(org.apache.commons.vfs.FileObject file)
              throws Exception
Exceptionpublic boolean isMapUsed()
public Object[] getRow(org.pentaho.di.core.row.RowMetaInterface rowMeta) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.row.RowMeta getFields()
public org.apache.commons.vfs.FileObject getFile()
public String getStringValue()