|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> plugins >> action >> [ configeditor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.merlotxml.merlot.plugins.action.configeditor
Class SystemImport

java.lang.Objectorg.merlotxml.merlot.plugins.action.configeditor.SystemImport
- All Implemented Interfaces:
- org.merlotxml.merlot.plugin.action.Action
- public class SystemImport
- extends java.lang.Object
- implements org.merlotxml.merlot.plugin.action.Action
- extends java.lang.Object
| Field Summary | |
private org.w3c.dom.Document |
_doc
|
private java.lang.String[] |
fieldNames
|
| Constructor Summary | |
SystemImport()
|
|
| Method Summary | |
static java.io.File |
createXmlCfg(java.lang.String filein,
java.lang.String fileout)
|
void |
init(org.w3c.dom.Node config)
|
static void |
main(java.lang.String[] args)
|
void |
performAction(org.w3c.dom.Document doc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fieldNames
private java.lang.String[] fieldNames
_doc
private org.w3c.dom.Document _doc
| Constructor Detail |
SystemImport
public SystemImport()
| Method Detail |
main
public static void main(java.lang.String[] args)
init
public void init(org.w3c.dom.Node config)
- Specified by:
initin interfaceorg.merlotxml.merlot.plugin.action.Action
performAction
public void performAction(org.w3c.dom.Document doc)
- Specified by:
performActionin interfaceorg.merlotxml.merlot.plugin.action.Action
createXmlCfg
public static java.io.File createXmlCfg(java.lang.String filein, java.lang.String fileout)
|
|||||||||
| Home >> All >> org >> merlotxml >> merlot >> plugins >> action >> [ configeditor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.merlotxml.merlot.plugins.action.configeditor.SystemImport