Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.util
Class WinProcess  view WinProcess download WinProcess.java

java.lang.Object
  extended bycom.flexstor.common.util.FlexProcess
      extended bycom.flexstor.common.util.WinProcess

public class WinProcess
extends FlexProcess


Field Summary
 
Fields inherited from class com.flexstor.common.util.FlexProcess
bCommand, LINE_FEED, PATH_SEPARATOR, saArguments, saServerNames, sExecName, TEMP_FILE
 
Constructor Summary
protected WinProcess(java.lang.String sExecName, java.lang.String[] saArguments, java.lang.String[] saServerNames)
           
 
Method Summary
protected  void prepareArguments()
          Overwritten by subclasses.
 
Methods inherited from class com.flexstor.common.util.FlexProcess
createProcess, createProcess, execute, getTempFileName, getTempFolder, setCommandMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WinProcess

protected WinProcess(java.lang.String sExecName,
                     java.lang.String[] saArguments,
                     java.lang.String[] saServerNames)
Method Detail

prepareArguments

protected void prepareArguments()
                         throws java.io.IOException
Description copied from class: FlexProcess
Overwritten by subclasses. Responsibilty is to modify the argument array for the specific platform.

Overrides:
prepareArguments in class FlexProcess