public class KickstartParser extends Object
Modifier and Type | Field and Description |
---|---|
private Callback |
mCallback
The callback object.
|
private InvocationParser |
mInvocationParser
Semi-singleton, dynamically instantiated once for the lifetime.
|
private LogManager |
mLogger
The handle to the logging object.
|
private org.griphyn.vdl.directive.ParseKickstart |
mParseKickstart
The parser class that is used to parse a kickstart record and return
the invocation record.
|
Constructor and Description |
---|
KickstartParser()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getJobName(String outName)
Returns the name of the job from the kickstart output filename.
|
List |
parseKickstartFile(String file) |
void |
setCallback(Callback c)
Sets the callback to which to callout to while parsing a kickstart
record.
|
private org.griphyn.vdl.directive.ParseKickstart mParseKickstart
private LogManager mLogger
private Callback mCallback
private InvocationParser mInvocationParser
public void setCallback(Callback c)
c
- the Callback to call out to.public List parseKickstartFile(String file) throws IOException
IOException
Copyright © 2011 The University of Southern California. All Rights Reserved.