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 FilegetInputFile()org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorgetMonitor()FilegetOutputFile()PropertiesgetProperties()Readerreader()Writerwriter()
-
-
-
Method Detail
-
getOutputFile
File getOutputFile()
- Returns:
- maybe null
-
getInputFile
File getInputFile()
- Returns:
- maybe null
-
reader
Reader reader() throws IOException
- Throws:
IOException
-
writer
Writer writer() throws IOException
- Throws:
IOException
-
getMonitor
org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor getMonitor()
-
getProperties
Properties getProperties()
- Returns:
- maybe null
-
-