Package de.tarent.extract
Class ExtractCli
- java.lang.Object
-
- de.tarent.extract.ExtractCli
-
-
Constructor Summary
Constructors Constructor Description ExtractCli(String... args)ExtractCli(Properties sysProps, Map<String,String> env, String... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStreamactualOutput()StringgetInputEncoding()FilegetInputFile()org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorgetMonitor()StringgetOutputEncoding()FilegetOutputFile()PropertiesgetProperties()InputStreaminput()PrintStreamoutput()Readerreader()Writerwriter()
-
-
-
Constructor Detail
-
ExtractCli
public ExtractCli(String... args) throws ExtractCliException
- Throws:
ExtractCliException
-
ExtractCli
public ExtractCli(Properties sysProps, Map<String,String> env, String... args) throws ExtractCliException
- Throws:
ExtractCliException
-
-
Method Detail
-
input
public InputStream input() throws IOException
- Throws:
IOException
-
output
public PrintStream output() throws IOException
- Throws:
IOException
-
actualOutput
public PrintStream actualOutput() throws IOException
- Throws:
IOException
-
getOutputFile
public File getOutputFile()
- Specified by:
getOutputFilein interfaceExtractIo- Returns:
- maybe null
-
reader
public Reader reader() throws IOException
- Specified by:
readerin interfaceExtractIo- Throws:
IOException
-
writer
public Writer writer() throws IOException
- Specified by:
writerin interfaceExtractIo- Throws:
IOException
-
getInputFile
public File getInputFile()
- Specified by:
getInputFilein interfaceExtractIo- Returns:
- maybe null
-
getOutputEncoding
public String getOutputEncoding()
-
getInputEncoding
public String getInputEncoding()
-
getMonitor
public org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor getMonitor()
- Specified by:
getMonitorin interfaceExtractIo
-
getProperties
public Properties getProperties()
- Specified by:
getPropertiesin interfaceExtractIo- Returns:
- maybe null
-
-