edu.cmu.emulator.daemon
Class LogSpec
java.lang.Object
edu.cmu.emulator.daemon.LogSpec
public class LogSpec
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected int location
stdoutFileName
protected String stdoutFileName
stderrFileName
protected String stderrFileName
LOC_NONE
public static final int LOC_NONE
- See Also:
- Constant Field Values
LOC_CENTRAL
public static final int LOC_CENTRAL
- See Also:
- Constant Field Values
LOC_NODE
public static final int LOC_NODE
- See Also:
- Constant Field Values
MIN_LOC_VAL
public static final int MIN_LOC_VAL
- See Also:
- Constant Field Values
MAX_LOC_VAL
public static final int MAX_LOC_VAL
- See Also:
- Constant Field Values
locationNames
public static final String[] locationNames
LogSpec
public LogSpec(int location,
String stdoutFileName,
String stderrFileName)
parse
public static LogSpec parse(Element def)
throws DeserializationException
- Throws:
DeserializationException
getLocationIndex
protected static int getLocationIndex(String locDef)
getLocation
public int getLocation()
getStdoutFileName
public String getStdoutFileName()
getStderrFileName
public String getStderrFileName()
Copyright © 2013. All Rights Reserved.