com.sun.enterprise.module.maven.sc
Class ScriptCreator

java.lang.Object
  extended by com.sun.enterprise.module.maven.sc.ScriptCreator

public final class ScriptCreator
extends Object

The entry-point into the script-creation classes. It parses the sections in the given config file and writes them out into the destination folder as executable script.

Author:
Kedar Mhaswade (km@dev.java.net)

Constructor Summary
ScriptCreator(Properties env)
           
 
Method Summary
 void create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptCreator

public ScriptCreator(Properties env)
Method Detail

create

public void create()
            throws ScriptCreationException
Throws:
ScriptCreationException


Copyright © 2012 Oracle Corporation. All Rights Reserved.