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