| java.lang.Object org.apache.tools.ant.taskdefs.optional.ejb.DDCreatorHelper
DDCreatorHelper | final public class DDCreatorHelper (Code) | | A helper class which performs the actual work of the ddcreator task.
This class is run with a classpath which includes the weblogic tools and the home and remote
interface class files referenced in the deployment descriptors being built.
|
Field Summary | |
String[] | descriptors The descriptor text files for which a serialised descriptor is to be created. |
Method Summary | |
public static void | main(String[] args) The main method. |
descriptors | String[] descriptors(Code) | | The descriptor text files for which a serialised descriptor is to be created.
|
main | public static void main(String[] args) throws Exception(Code) | | The main method.
The main method creates an instance of the DDCreatorHelper, passing it the
args which it then processes.
Parameters: args - the arguments throws: Exception - on error |
|
|