Package de.tarent.extract
Interface ExtractIo
-
- All Known Implementing Classes:
ExtractCli
public interface ExtractIo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetInputFile()org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorgetMonitor()java.io.FilegetOutputFile()java.util.PropertiesgetProperties()java.io.Readerreader()java.io.Writerwriter()
-
-
-
Method Detail
-
getOutputFile
java.io.File getOutputFile()
- Returns:
- maybe null
-
getInputFile
java.io.File getInputFile()
- Returns:
- maybe null
-
reader
java.io.Reader reader() throws java.io.IOException- Throws:
java.io.IOException
-
writer
java.io.Writer writer() throws java.io.IOException- Throws:
java.io.IOException
-
getMonitor
org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor getMonitor()
-
getProperties
java.util.Properties getProperties()
- Returns:
- maybe null
-
-