com.notuvy.script
Class ScriptGenerator

java.lang.Object
  extended by com.notuvy.xml.SimpleJdom
      extended by com.notuvy.xml.PersistentJdom
          extended by com.notuvy.script.ScriptGenerator

public class ScriptGenerator
extends PersistentJdom

Generate all the script files. User: murali Date: Jan 3, 2008 Time: 11:01:33 AM


Constructor Summary
ScriptGenerator()
           
 
Method Summary
 void generate()
           
 CommandSet getCommandSet()
           
 File getInstallDir()
           
 Properties getProperties()
           
 Collection<Script> getScripts()
           
static void main(String[] args)
           
protected  void parse(org.jdom.Element pRoot)
           
 void remove()
           
 org.jdom.Element toXml()
          Return this object as a sub-element to be inserted within another object.
 
Methods inherited from class com.notuvy.xml.PersistentJdom
getFileImage, isOnlySaveIfChanged, read, readIfFileExists, readOrCreate, save, setOnlySaveIfChanged
 
Methods inherited from class com.notuvy.xml.SimpleJdom
addChildElement, createFormat, createRoot, getChildInteger, getChildLong, getChildren, getChildrenOfContainer, getChildText, getFormat, getStorage, isValidRoot, readFrom, readFrom, readFromContent, reportXmlParseError, rootName, saveTo, setStorage, toDocument, toString, toXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptGenerator

public ScriptGenerator()
Method Detail

getProperties

public Properties getProperties()

getInstallDir

public File getInstallDir()

getScripts

public Collection<Script> getScripts()

getCommandSet

public CommandSet getCommandSet()

generate

public void generate()

remove

public void remove()

toXml

public org.jdom.Element toXml()
Description copied from class: SimpleJdom
Return this object as a sub-element to be inserted within another object. This does NOT return a Document representation.

Specified by:
toXml in class SimpleJdom
Returns:
Element representation suitable for insertion into another object.

parse

protected void parse(org.jdom.Element pRoot)
Specified by:
parse in class SimpleJdom

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.