|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.generators.genclientstub.ClientStubGen
public class ClientStubGen
Main class of the client stub generator Class. Some code come from WsGen classes (Guillaume Sauthier)
| Constructor Summary | |
|---|---|
ClientStubGen()
Private Constructor for Utility class. |
|
| Method Summary | |
|---|---|
String |
execute(Config config,
org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen. |
String |
execute(String[] args)
Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen. |
boolean |
isInputModified()
|
static void |
main(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 |
|---|
public ClientStubGen()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - Commend line args
Exception - When the execute method fails
public String execute(String[] args)
throws Exception
args - command line arguments
Exception - When a failure occurs
public String execute(Config config,
org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
throws Exception
config - the given configdeployable - the deployable to analyze
Exception - When a failure occurspublic static void usage()
public boolean isInputModified()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||