|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axIOFactory
Factory for creating reader and writer objects.
Constructor Summary | |
axIOFactory()
|
Method Summary | |
axReaderIterator |
createReaderIterator(axInputParameters inputParams)
Construct Reader here. |
axWriter |
createWriter(axMapRoot mapRoot,
java.lang.String inputPath,
axInputParameters inputParams)
Construct Writer here. |
java.lang.String |
getCurrentDataPath()
|
java.lang.String |
getCurrentTime()
Internal current time in HHMM format. |
axIOMetaData |
getMetaData(java.lang.String section)
Get meta data about the file or query. |
boolean |
hasNextReader(axMapRoot mapRoot)
Check do we have next file name. |
boolean |
isAvailable()
Check is file, ftp file or database connection is available. |
java.lang.String |
replaceMacros(java.lang.String dataPath,
java.lang.String inputPath)
Replace macros in DataPath with actual string expressions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axIOFactory()
Method Detail |
public java.lang.String getCurrentDataPath()
public boolean hasNextReader(axMapRoot mapRoot) throws axException
axException
public boolean isAvailable()
public axIOMetaData getMetaData(java.lang.String section) throws java.lang.Exception
java.lang.Exception
public axReaderIterator createReaderIterator(axInputParameters inputParams) throws axException
axException
public axWriter createWriter(axMapRoot mapRoot, java.lang.String inputPath, axInputParameters inputParams) throws axException
axException
public java.lang.String replaceMacros(java.lang.String dataPath, java.lang.String inputPath)
public java.lang.String getCurrentTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |