Uses of Interface
org.glassfish.api.deployment.archive.ReadableArchive

Packages that use ReadableArchive
org.glassfish.api.container   
org.glassfish.api.deployment   
org.glassfish.api.deployment.archive   
 

Uses of ReadableArchive in org.glassfish.api.container
 

Methods in org.glassfish.api.container with parameters of type ReadableArchive
 java.util.Map<java.lang.String,java.lang.String> Sniffer.getDeploymentConfigurations(ReadableArchive source)
          Returns a map of deployment configurations for this Sniffer from the specific archive source.
 boolean Sniffer.handles(ReadableArchive source, java.lang.ClassLoader loader)
          Returns true if the passed file or directory is recognized by this sniffer.
 

Uses of ReadableArchive in org.glassfish.api.deployment
 

Methods in org.glassfish.api.deployment that return ReadableArchive
 ReadableArchive DeploymentContext.getOriginalSource()
          Gets the original source archive In case of archive deployment, this will return the archive before expanding.
 ReadableArchive DeploymentContext.getSource()
          Application bits, at the raw level.
 

Uses of ReadableArchive in org.glassfish.api.deployment.archive
 

Classes in org.glassfish.api.deployment.archive that implement ReadableArchive
 class ReadableArchiveAdapter
          A lot of methods need to be written in order to implement ReadableArchive.
 

Methods in org.glassfish.api.deployment.archive that return ReadableArchive
 ReadableArchive ReadableArchiveAdapter.getParentArchive()
           
 ReadableArchive ReadableArchive.getParentArchive()
          get the parent archive of this archive
 ReadableArchive ReadableArchiveAdapter.getSubArchive(java.lang.String arg0)
           
 ReadableArchive ReadableArchive.getSubArchive(java.lang.String name)
          Returns an instance of this archive abstraction for an embedded archive within this archive.
 ReadableArchive ReadableArchiveFactory.open(java.net.URI archivePath, DeployCommandParameters commandProperties)
          Gives a ReadableArchive.
 

Methods in org.glassfish.api.deployment.archive with parameters of type ReadableArchive
 boolean CompositeHandler.accept(ReadableArchive source, java.lang.String entryName)
           
 void ArchiveHandler.expand(ReadableArchive source, WritableArchive target, DeploymentContext context)
          Prepares the jar file to a format the ApplicationContainer is expecting.
 java.lang.String ArchiveHandler.getDefaultApplicationName(ReadableArchive archive)
          Returns the default name by which the specified archive can be identified.
 java.lang.String ArchiveHandler.getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)
           
 java.util.jar.Manifest ArchiveHandler.getManifest(ReadableArchive archive)
          Returns the manifest file for this archive, this file is usually located at the META-INF/MANIFEST location, however, certain archive type can change this default location or use another mean of expressing manifest information.
 java.lang.String ArchiveHandler.getVersionIdentifier(ReadableArchive archive)
          Returns the version identifier by which the specified archive can be deployed.
 boolean ArchiveHandler.handles(ReadableArchive archive)
          Returns true if this handler understands the specified archive and can process it.
 void ReadableArchiveAdapter.setParentArchive(ReadableArchive parentArchive)
           
 void ReadableArchive.setParentArchive(ReadableArchive parentArchive)
          set the parent archive for this archive
 



Copyright © 2012 GlassFish Community. All Rights Reserved.