com.infoengine.migration.ie2x
Class ScriptFile
java.lang.Object
com.infoengine.migration.ie2x.ScriptFile
- public class ScriptFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenizer
private StreamTokenizer tokenizer
allOutputs
private Vector allOutputs
runner
private Run runner
inFile
private String inFile
outFile
private String outFile
headerFile
private String headerFile
newFile
private File newFile
ScriptFile
public ScriptFile(String f,
String hf,
boolean ie50)
throws Exception
executeScript
public Vector executeScript()
throws Exception
- Throws:
Exception
changeEnding
private String changeEnding(String file,
String ending)