public class CopyNodeComponent extends Object implements ComponentInterface
Constructor and Description |
---|
CopyNodeComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getFromNodePath() |
String |
getToNodePath() |
XmlNode |
getXml() |
void |
setFromNodePath(String fromNodePath) |
void |
setToNodePath(String toNodePath) |
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 getFromNodePath()
public void setFromNodePath(String fromNodePath)
public String getToNodePath()
public void setToNodePath(String toNodePath)
Copyright © 2006–2018 TinyGroup. All rights reserved.