public class PrintXmlComponent extends Object implements ComponentInterface
Constructor and Description |
---|
PrintXmlComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getLogLevel() |
XmlNode |
getXml() |
void |
setLogLevel(String logLevel) |
void |
setXml(XmlNode xml) |
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public XmlNode getXml()
public void setXml(XmlNode xml)
public String getLogLevel()
public void setLogLevel(String logLevel)
Copyright © 2006–2018 TinyGroup. All rights reserved.