Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.merlot.plugins.action.configeditor
Class SystemImport  view SystemImport download SystemImport.java

java.lang.Object
  extended byorg.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


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:
init in interface org.merlotxml.merlot.plugin.action.Action

performAction

public void performAction(org.w3c.dom.Document doc)
Specified by:
performAction in interface org.merlotxml.merlot.plugin.action.Action

createXmlCfg

public static java.io.File createXmlCfg(java.lang.String filein,
                                        java.lang.String fileout)