|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_lib.genbase.modifier.ArchiveModifier
public abstract class ArchiveModifier
Modify a J2EEArchive
| Constructor Summary | |
|---|---|
ArchiveModifier(J2EEArchive archive)
Creates a new ArchiveModifier object. |
|
| Method Summary | |
|---|---|
J2EEArchive |
getArchive()
|
static org.objectweb.util.monolog.api.Logger |
getLogger()
|
abstract Archive |
modify()
Modify the current archive and return a modified archive. |
protected Archive |
save(Config config,
java.lang.String outname)
Save the current archive using given configuration and given out filename. |
protected static Archive |
save(Config config,
java.lang.String outname,
J2EEArchive archive)
Save the curernt archive usin given configuration and given out filename. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveModifier(J2EEArchive archive)
archive - rchive to be modified| Method Detail |
|---|
public abstract Archive modify()
throws GenBaseException
GenBaseException - When Archive modification fails
protected static Archive save(Config config,
java.lang.String outname,
J2EEArchive archive)
throws GenBaseException
config - configuration to useoutname - filenamearchive - archive to be saved
GenBaseException - is save fails.
protected Archive save(Config config,
java.lang.String outname)
throws GenBaseException
config - configuration to useoutname - filename
GenBaseException - is save fails.public static org.objectweb.util.monolog.api.Logger getLogger()
public J2EEArchive getArchive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||