|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.parser.ParserImpl
com.ibm.di.parser.ScriptParser
public class ScriptParser
Field Summary |
---|
Fields inherited from class com.ibm.di.parser.ParserImpl |
---|
_debug, myConfiguration |
Constructor Summary | |
---|---|
ScriptParser()
|
Method Summary | |
---|---|
void |
closeParser()
Close parser and deallocate resources. |
void |
flush()
Flush any data to the output stream. |
String |
getName()
|
String |
getVersion()
Return version information |
void |
initParser()
Perform initialization of parser. |
Entry |
readEntry()
Return the next entry from the current input stream |
void |
writeEntry(Entry entry)
Write an entry to the current output stream |
Methods inherited from class com.ibm.di.parser.ParserImpl |
---|
debug, debugMode, getClassInstance, getContext, getDebug, getInputStream, getOutputStream, getParam, getParser, getReader, getWriter, isDeltaSupported, logmsg, registerScriptBeans, setConfiguration, setContext, setDebug, setInputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setParam, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptParser()
Method Detail |
---|
public void initParser() throws Exception
ParserImpl
initParser
in interface ParserInterface
initParser
in class ParserImpl
Exception
public String getName()
public void writeEntry(Entry entry) throws Exception
ParserInterface
entry
- The entry to write
Exception
public Entry readEntry() throws Exception
ParserInterface
Exception
public String getVersion()
public void closeParser() throws Exception
ParserImpl
closeParser
in interface ParserInterface
closeParser
in class ParserImpl
Exception
public void flush() throws Exception
ParserImpl
flush
in interface ParserInterface
flush
in class ParserImpl
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |