Package com.continuent.tungsten.common.exec

Interface Summary
InputStreamSink  
 

Class Summary
ArgvIterator Simple iterator class for argv arrays.
FileInputStreamSink Runnable to read from an InputStream and store the results in a file.
LoggerInputStreamSink Runnable to read from an InputStream until exhausted and append results into a Logger.
ProcessExecutor Wrapper class to encapsulate all aspects of executing native operating system commands which are typically characterized .
StringInputStreamSink Runnable to read from an InputStream until exhausted or the character limit is exceeded and store results in a String.
 

Exception Summary
ProcessRuntimeException Denotes an unexpected error while starting or running a process.