|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GenBaseException in org.ow2.jonas.generators.genbase |
|---|
| Subclasses of GenBaseException in org.ow2.jonas.generators.genbase | |
|---|---|
class |
NoJ2EEWebservicesException
Thrown By XMLUtils.newDocument() when DTD validated files are found. |
| Uses of GenBaseException in org.ow2.jonas.generators.genbase.archive |
|---|
| Methods in org.ow2.jonas.generators.genbase.archive that throw GenBaseException | |
|---|---|
protected void |
DummyApplication.init()
Initialize the DummyApplication. |
protected void |
Application.init()
Initialize the Application. |
void |
EjbJar.initialize()
Initialize the Archive. |
void |
Application.initialize()
Initialize the Archive. |
abstract void |
J2EEArchive.initialize()
Initialize the Archive. |
void |
Client.initialize()
Initialize the Archive. |
void |
WebApp.initialize()
Initialize the Archive. |
protected void |
Application.loadDescriptors()
Load Deployment Descriptor of an Application. |
Document |
WebApp.newContextDoc()
Returns a new Document of the context.xml file |
Document |
WebApp.newWebJettyDoc()
Returns a new Document of the web-jetty.xml file |
| Constructors in org.ow2.jonas.generators.genbase.archive that throw GenBaseException | |
|---|---|
Application(Archive archive,
org.ow2.util.ee.deploy.api.deployable.IDeployable deployable)
Creates a new Application archive. |
|
Client(Archive archive)
Create a new Client not contained in Application |
|
Client(Archive archive,
Application app)
Create a new Client contained in Application |
|
DummyApplication(String name)
Creates a new Application archive. |
|
DummyWebApp(Application app,
String name)
Creates a new DummyWebApp archive. |
|
EjbJar(Archive archive)
Create a new EjbJar not contained in Application |
|
EjbJar(Archive archive,
Application app)
Create a new EjbJar contained in Application |
|
FileArchive(File archive)
Creates a new FileArchive object. |
|
JarArchive(File jar)
Creates a new JarArchive object. |
|
WebApp(Archive archive)
Create an alone WebApp (not in an ear). |
|
WebApp(Archive archive,
Application app)
Create an embded WebApp. |
|
| Uses of GenBaseException in org.ow2.jonas.generators.genbase.generator |
|---|
| Methods in org.ow2.jonas.generators.genbase.generator that throw GenBaseException | |
|---|---|
abstract void |
AbsGenerator.addFiles(Archive archive)
Add generated files into an Archive |
abstract void |
AbsGenerator.compile()
Compile generated java files into classes directory. |
abstract void |
AbsGenerator.generate()
Generate files. |
| Constructors in org.ow2.jonas.generators.genbase.generator that throw GenBaseException | |
|---|---|
AbsGenerator(Config config)
Creates a new Generator with the given Config. |
|
| Uses of GenBaseException in org.ow2.jonas.generators.genbase.modifier |
|---|
| Methods in org.ow2.jonas.generators.genbase.modifier that throw GenBaseException | |
|---|---|
Archive |
AbsApplicationModifier.modify()
Modify the current archive and return a modified archive. |
abstract Archive |
ArchiveModifier.modify()
Modify the current archive and return a modified archive. |
protected Archive |
ArchiveModifier.save(Config config,
String outname)
Save the current archive using given configuration and given out filename. |
protected static Archive |
ArchiveModifier.save(Config config,
String outname,
J2EEArchive archive)
Save the curernt archive usin given configuration and given out filename. |
| Uses of GenBaseException in org.ow2.jonas.generators.genbase.utils |
|---|
| Methods in org.ow2.jonas.generators.genbase.utils that throw GenBaseException | |
|---|---|
void |
JarStorer.store()
Store the archive and close the streams. |
void |
ArchiveStorer.store()
Store the content of the contained archive. |
| Constructors in org.ow2.jonas.generators.genbase.utils that throw GenBaseException | |
|---|---|
DirStorer(J2EEArchive archive,
File dir)
Creates a new DirStorer object. |
|
JarStorer(J2EEArchive archive,
File jar)
Creates a new JarStorer object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||