org.objectweb.jonas_ws.wsgen
Class WsGen

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.WsGen

public class WsGen
extends java.lang.Object

Main WsGen Class.

Author:
Guillaume Sauthier

Constructor Summary
WsGen()
          Private Constructor for Utility class WsGen.
 
Method Summary
 java.lang.String execute(java.lang.String[] args)
          Method used by main method and by external class to retrieve the name of the modified or created file by WsGen
 boolean isInputModified()
           
static void main(java.lang.String[] args)
          Main method.
static void usage()
          Display the usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGen

public WsGen()
Private Constructor for Utility class WsGen.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method.

Parameters:
args - Commend line args
Throws:
java.lang.Exception - When the execute method fails

execute

public java.lang.String execute(java.lang.String[] args)
                         throws java.lang.Exception
Method used by main method and by external class to retrieve the name of the modified or created file by WsGen

Parameters:
args - command line arguments
Returns:
the name of the modified or built
Throws:
java.lang.Exception - When a failure occurs

usage

public static void usage()
Display the usage


isInputModified

public boolean isInputModified()
Returns:
Returns the inputModified.