Package org.glassfish.api.deployment.archive

Interface Summary
Archive This interface is an abstraction for accessing a module archive.
ArchiveHandler ArchiveHandlers are handling certain archive type.
CompositeHandler Composite handlers are just like any other ArchiveHandler except they get a chance at looking at the archive before the archive handlers do The main reason for this tag interface is that some archive handlers might be tricked into thinking a composite archive is theirs when in fact they only own a part of it.
ReadableArchive Interface for implementing read access to an underlying archive on a unspecified medium
ReadableArchiveFactory  
WritableArchive Interface for implementing write access to an underlying archive on a unspecified medium
 

Class Summary
ReadableArchiveAdapter A lot of methods need to be written in order to implement ReadableArchive.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.