|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.JarManager
org.objectweb.jonas_ws.wsgen.EarManager
Use xml classes to get and write informations inside an ear file.
Field Summary |
Fields inherited from class org.objectweb.jonas_ws.wsgen.JarManager |
jarEntries, jarFileName, jos, logger, tempJar, tjEntries |
Constructor Summary | |
EarManager(java.lang.String earFilename)
Build a new instance of a EarManager. |
Method Summary | |
void |
addEjbjar(java.lang.String ejbjarFileName)
Add a new EjbJar in the current ear file. |
void |
addWar(java.lang.String warFileName)
Add a new War in the current ear file. |
protected void |
save()
add all jar entries in the jar file. |
Methods inherited from class org.objectweb.jonas_ws.wsgen.JarManager |
addDir, addDir, addFile, close, getSAXMsg, isNewFile, open, writeEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EarManager(java.lang.String earFilename) throws WsGenException
earFilename
- the name of the ear file
that we want to manage.
WsGenException
- if the ear file doesn't exist.Method Detail |
public void addWar(java.lang.String warFileName) throws WsGenException
WsGenException
public void addEjbjar(java.lang.String ejbjarFileName) throws WsGenException
WsGenException
protected void save() throws WsGenException
JarManager
save
in class JarManager
WsGenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |