public abstract class Instruction extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.apache.commons.logging.Log |
log |
protected static org.apache.commons.logging.Log |
staticLog |
| 构造器和说明 |
|---|
Instruction() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
execute(RunEnvironment environment,
List<String> errorList) |
String |
getExceptionPrefix() |
Integer |
getLine() |
Instruction |
setLine(Integer line) |
void |
setLog(org.apache.commons.logging.Log aLog) |
protected static transient org.apache.commons.logging.Log staticLog
protected static transient org.apache.commons.logging.Log log
public Instruction setLine(Integer line)
public Integer getLine()
public void setLog(org.apache.commons.logging.Log aLog)
public String getExceptionPrefix()
public abstract void execute(RunEnvironment environment, List<String> errorList) throws Exception
ExceptionCopyright © 2012–2018 Alibaba Group. All rights reserved.