public class ProcDef extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ProcDef(String command,
String stopCommand,
String outputLevel,
int logRetentionPeriod) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
String |
getCommand() |
int |
getLogRetentionPeriod() |
String |
getOutputLevel() |
String |
getStopCommand() |
void |
print() |
void |
setCommand(String command) |
void |
setLogRetentionPeriod(int logRetentionPeriod) |
void |
setOutputLevel(String outputLevel) |
void |
setStopCommand(String stopCommand) |
public void setCommand(String command)
public String getCommand()
public void setStopCommand(String stopCommand)
public String getStopCommand()
public void setOutputLevel(String outputLevel)
public String getOutputLevel()
public void setLogRetentionPeriod(int logRetentionPeriod)
public int getLogRetentionPeriod()
public void print()
Copyright © 1996-2013 FreeHEP. All Rights Reserved.