|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.util.archive.impl.ArchiveManager
public final class ArchiveManager
Creates an archive for the given type.
| Method Summary | |
|---|---|
void |
addFactory(IArchiveFactory<?> factory)
Adds the given factory on this manager. |
IArchive |
getArchive(Object o)
Creates an EZBArchive implementation object for the given object. |
static ArchiveManager |
getInstance()
Gets the unique instance of this class. |
void |
removeFactory(IArchiveFactory<?> factory)
Removes the given factory on this manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArchiveManager getInstance()
public void addFactory(IArchiveFactory<?> factory)
addFactory in interface IArchiveManagerfactory - the factory to add.public void removeFactory(IArchiveFactory<?> factory)
removeFactory in interface IArchiveManagerfactory - the factory to remove.public IArchive getArchive(Object o)
getArchive in interface IArchiveManagero - object to wrap into an EZBArchive.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||