|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.WsGen
Constructor Summary | |
WsGen(java.lang.String outputDir,
ConfigGenerator cGen,
boolean isVerbose,
boolean isDebug)
Constructor : creates a WsGen object. |
Method Summary | |
static java.io.File |
createTempDir()
Create a cleaned temporary directory. |
static void |
debug(java.lang.String msg)
Display the specified message. |
static void |
error(java.lang.String msg)
Display the specified error message. |
static void |
fatalError(java.lang.Exception e)
Display the specified error message and exits with an EXIT_FAILURE status. |
static void |
fatalError(java.lang.String msg)
Display the specified error message and exits with an EXIT_FAILURE status. |
java.net.URL |
getExplodedJar(java.lang.String fileInputName)
|
static void |
info(java.lang.String msg)
Display the specified message. |
static void |
main(java.lang.String[] args)
JOnAS Method |
static void |
usage()
Display the usage |
static void |
warning(java.lang.String msg)
Display the specified warning message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WsGen(java.lang.String outputDir, ConfigGenerator cGen, boolean isVerbose, boolean isDebug)
outputDir
- the directory where to store generated filesisVerbose
- Indicate if command is in verbose modeisDebug
- Indicate if command is in debug modeMethod Detail |
public static void main(java.lang.String[] args)
public static void usage()
public static void info(java.lang.String msg)
msg
- the message to displaypublic static void debug(java.lang.String msg)
msg
- the message to displaypublic static void warning(java.lang.String msg)
msg
- the warning message to displaypublic static void error(java.lang.String msg)
msg
- the error message to displaypublic static void fatalError(java.lang.String msg)
msg
- the error message to displaypublic static void fatalError(java.lang.Exception e)
e
- the error to displaypublic static java.io.File createTempDir() throws java.io.IOException
java.io.IOException
- if a temp directory cannot be created.public java.net.URL getExplodedJar(java.lang.String fileInputName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |