Public Member Functions | |
| ClientStubGen () | |
| String | execute (String[] args) throws Exception |
| boolean | isInputModified () |
Static Public Member Functions | |
| void | main (String[] args) throws Exception |
| void | usage () |
Definition at line 51 of file ClientStubGen.java.
|
|
Private Constructor for Utility class. Definition at line 66 of file ClientStubGen.java. |
|
|
Method used by main method and by external class to retrieve the name of the modified or created file by ClientStubGen
Definition at line 86 of file ClientStubGen.java. References org.objectweb.jonas_lib.genbase.generator.Config.getInputname(), org.objectweb.jonas_lib.genbase.archive.Archive.getRootFile(), org.objectweb.jonas_lib.genbase.generator.Config.isError(), org.objectweb.jonas_lib.genbase.generator.Config.isHelp(), org.objectweb.jonas_lib.genbase.modifier.ArchiveModifier.modify(), org.objectweb.jonas_lib.genclientstub.generator.GeneratorFactory.setConfiguration(), and org.objectweb.jonas_lib.genbase.generator.Config.setDTDsAllowed(). Referenced by org.objectweb.jonas_lib.genclientstub.ClientStubGen.main(). |
Here is the call graph for this function:

|
|
Definition at line 250 of file ClientStubGen.java. |
|
|
Main method.
Definition at line 74 of file ClientStubGen.java. References org.objectweb.jonas_lib.genclientstub.ClientStubGen.execute(). |
Here is the call graph for this function:

|
|
Display the usage Definition at line 226 of file ClientStubGen.java. References org.objectweb.jonas_lib.genbase.generator.Config.out. |
1.3.9.1