| org.objectweb.jonas.ant.jonasbase.JTask org.objectweb.jonas.ant.jonasbase.XMLSerializerTask
XMLSerializerTask | public class XMLSerializerTask extends JTask implements BaseTaskItf(Code) | | Allow to serialize a XML DOM structure
author: Philippe Coq |
XMLSerializerTask | public XMLSerializerTask()(Code) | | Default constructor
|
execute | public void execute()(Code) | | Execute this task
|
setXmlDoc | public void setXmlDoc(Document xmlDoc)(Code) | | Set the xml document to serialize
Parameters: xmlDoc - xml document |
setXmlFileName | public void setXmlFileName(String fileName)(Code) | | Set the xml filename
Parameters: fileName - xml filename |
Fields inherited from org.objectweb.jonas.ant.jonasbase.JTask | final public static String SEPARATORS(Code)(Java Doc)
|
Methods inherited from org.objectweb.jonas.ant.jonasbase.JTask | protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, boolean add)(Code)(Java Doc) protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, String separators, boolean add)(Code)(Java Doc) protected String getConfigurationFile()(Code)(Java Doc) public File getDestDir()(Code)(Java Doc) public String getLogInfo()(Code)(Java Doc) public void setConfigurationFile(String configurationFile)(Code)(Java Doc) public void setDestDir(File destDir)(Code)(Java Doc) public void setLogInfo(String logInfo)(Code)(Java Doc) protected void writePropsToFile(String info, Properties props, File f)(Code)(Java Doc)
|
|
|