| |
|
| java.lang.Object org.objectweb.jonas_ws.wsgen.WsGen
WsGen | public class WsGen (Code) | | Main WsGen Class.
author: Guillaume Sauthier |
Constructor Summary | |
public | WsGen() Private Constructor for Utility class WsGen. |
WsGen | public WsGen()(Code) | | Private Constructor for Utility class WsGen.
|
execute | public String execute(String[] args) throws Exception(Code) | | 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 the name of the modified or built throws: Exception - When a failure occurs |
isInputModified | public boolean isInputModified()(Code) | | Returns the inputModified. |
main | public static void main(String[] args) throws Exception(Code) | | Main method.
Parameters: args - Commend line args throws: Exception - When the execute method fails |
usage | public static void usage()(Code) | | Display the usage
|
|
|
|