Uses of Interface
org.glassfish.api.deployment.archive.ReadableArchive
Packages that use ReadableArchive
Package
Description
-
Uses of ReadableArchive in org.glassfish.api.container
Methods in org.glassfish.api.container with parameters of type ReadableArchiveModifier and TypeMethodDescriptionSniffer.getDeploymentConfigurations(ReadableArchive source) Returns a map of deployment configurations for this Sniffer from the specific archive source.booleanSniffer.handles(ReadableArchive source) 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 ReadableArchiveModifier and TypeMethodDescriptionDeploymentContext.getOriginalSource()Gets the original source archive In case of archive deployment, this will return the archive before expanding.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 ReadableArchiveModifier and TypeClassDescriptionclassA lot of methods need to be written in order to implement ReadableArchive.Methods in org.glassfish.api.deployment.archive that return ReadableArchiveModifier and TypeMethodDescriptionReadableArchive.getParentArchive()get the parent archive of this archiveReadableArchiveAdapter.getParentArchive()ReadableArchive.getSubArchive(String name) Returns an instance of this archive abstraction for an embedded archive within this archive.ReadableArchiveAdapter.getSubArchive(String arg0) ReadableArchiveFactory.open(URI archivePath, DeployCommandParameters commandProperties) Gives a ReadableArchive.Methods in org.glassfish.api.deployment.archive with parameters of type ReadableArchiveModifier and TypeMethodDescriptionbooleanCompositeHandler.accept(ReadableArchive source, String entryName) voidArchiveHandler.expand(ReadableArchive source, WritableArchive target, DeploymentContext context) Prepares the jar file to a format the ApplicationContainer is expecting.ArchiveHandler.getClassPathURIs(ReadableArchive archive) Returns the classpath URIs for this archive.ArchiveHandler.getDefaultApplicationName(ReadableArchive archive) Returns the default name by which the specified archive can be identified.ArchiveHandler.getDefaultApplicationName(ReadableArchive archive, DeploymentContext context) 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.ArchiveHandler.getVersionIdentifier(ReadableArchive archive) Returns the version identifier by which the specified archive can be deployed.booleanArchiveDetector.handles(ReadableArchive archive) This method is used to detect the archive type.booleanArchiveHandler.handles(ReadableArchive archive) Returns true if this handler understands the specified archive and can process it.booleanArchiveHandler.requiresAnnotationScanning(ReadableArchive archive) Returns whether this archive requires annotation scanning.voidReadableArchive.setParentArchive(ReadableArchive parentArchive) set the parent archive for this archivevoidReadableArchiveAdapter.setParentArchive(ReadableArchive parentArchive)