net.sf.jbatchengine.batch.util
Class CommandFileParser
java.lang.Object
net.sf.jbatchengine.batch.util.CommandFileParser
public class CommandFileParser
- extends Object
Parser for jcmd Files
- Version:
- $Revision: 1.1 $, $Date: 2006/10/20 11:30:59 $
- Author:
- $Author: simas_ch $
Method Summary |
static String |
parse(String file)
It substitutes SET and put the in a map. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandFileParser
public CommandFileParser()
parse
public static String parse(String file)
throws IOException
- It substitutes SET and put the in a map.
When finished it returns a string that can be executed
- Parameters:
file
-
- Returns:
- command string
- Throws:
IOException