Uses of Class
com.sun.enterprise.deployment.archivist.Archivist
-
-
Uses of Archivist in com.sun.enterprise.connectors.deployment.util
Subclasses of Archivist in com.sun.enterprise.connectors.deployment.util Modifier and Type Class Description classConnectorArchivistThis class is responsible for handling J2EE Connector archive files. -
Uses of Archivist in com.sun.enterprise.deployment.archivist
Subclasses of Archivist in com.sun.enterprise.deployment.archivist Modifier and Type Class Description classAppClientArchivistThis class is responsible for handling J2EE app client files.classApplicationArchivistThis class is responsible for handling application archive filesMethods in com.sun.enterprise.deployment.archivist that return Archivist Modifier and Type Method Description ArchivistArchivistFactory. getArchivist(String archiveType)Returns an Archivist of the specified archive typeArchivistArchivistFactory. getArchivist(String archiveType, ClassLoader cl)Returns an Archivist of the specified archive type, and sets the classloader for itArchivistArchivistFactory. getArchivist(ArchiveType moduleType)Returns an Archivist of the specified archive typeMethods in com.sun.enterprise.deployment.archivist with parameters of type Archivist Modifier and Type Method Description ConfigurationDeploymentDescriptorFileExtensionsArchivist. getConfigurationDDFile(Archivist main, RootDeploymentDescriptor descriptor, ReadableArchive archive)protected voidArchivist. initializeContext(Archivist other)initializes this instance from another archivist, this is used to transfer contextual information between archivists, for example whether we should handle runtime information and suchObjectACCPersistenceArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)ObjectEarPersistenceArchivist. open(Archivist main, ReadableArchive earArchive, RootDeploymentDescriptor descriptor)Reads persistence.xml from spec defined pu roots of an ear.ObjectExtensionsArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)Read the standard deployment descriptor of the extensionObjectPersistenceArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)ObjectWarPersistenceArchivist. open(Archivist main, ReadableArchive warArchive, RootDeploymentDescriptor descriptor)ApplicationApplicationFactory. openArchive(Archivist archivist, URI jarFile, boolean handleRuntimeInfo)Open a jar file and return an application object for the modules contained in the archive/directory.ApplicationApplicationFactory. openArchive(Archivist archivist, ReadableArchive in, boolean handleRuntimeInfo)Open a jar file and return an application object for the modules contained in the archive.ApplicationApplicationFactory. openArchive(String appName, Archivist archivist, ReadableArchive in, boolean handleRuntimeInfo)Open a jar file and return an application object for the modules contained in the archive.ApplicationApplicationFactory. openWith(Application application, ReadableArchive archive, Archivist archivist)This method populates the rest of the Application object from the previous standard deployment descriptor readingprotected PersistenceUnitsDescriptorPersistenceArchivist. readPersistenceDeploymentDescriptor(Archivist main, ReadableArchive subArchive, String puRoot, RootDeploymentDescriptor descriptor)ObjectExtensionsArchivist. readRuntimeDeploymentDescriptor(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)Read the runtime deployment descriptors of the extensionprotected voidDescriptorArchivist. write(BundleDescriptor bundle, Archivist archivist, ReadableArchive in, WritableArchive out)writes a bundle descriptorvoidExtensionsArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidPersistenceArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor pathvoidExtensionsArchivist. writeRuntimeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the runtime deployment descriptors to an abstract archivevoidExtensionsArchivist. writeStandardDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, WritableArchive out)writes the standard deployment descriptors to an abstract archive -
Uses of Archivist in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type Archivist Modifier and Type Method Description static voidDOLUtils. readAlternativeRuntimeDescriptor(ReadableArchive appArchive, ReadableArchive embeddedArchive, Archivist archivist, BundleDescriptor descriptor, String altDDPath)read alternative runtime descriptor if there is an alternative runtime DD packaged inside the archivestatic voidDOLUtils. readRuntimeDeploymentDescriptor(List<ConfigurationDeploymentDescriptorFile> confDDFiles, ReadableArchive archive, RootDeploymentDescriptor descriptor, Archivist main, boolean warnIfMultipleDDs)Read the runtime deployment descriptors (can contained in one or many file) set the corresponding information in the passed descriptor.static voidDOLUtils. setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat, ReadableArchive archive, ModuleDescriptor md, Application app, Archivist subArchivist)Sets the class for processing an archive on a subarchive -
Uses of Archivist in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc with parameters of type Archivist Modifier and Type Method Description protected ApplicationClientDescriptorAppClientInfo. getAppClient(Archivist archivist)protected ApplicationClientDescriptorNestedAppClientInfo. getAppClient(Archivist archivist)Reports which app client embedded in the application archive is the one the user has selected using either the main class or display name arguments from the command line.Constructors in org.glassfish.appclient.client.acc with parameters of type Archivist Constructor Description NestedAppClientInfo(boolean isJWS, Logger logger, File archive, Archivist archivist, String mainClassFromCommandLine, String displayNameFromCommandLine) -
Uses of Archivist in org.glassfish.appclient.common
Subclasses of Archivist in org.glassfish.appclient.common Modifier and Type Class Description classACCAppClientArchivistAppClientArchivist that does not warn if both the GlassFish and the legacy Sun runtime descriptors are present. -
Uses of Archivist in org.glassfish.ejb.deployment.archivist
Subclasses of Archivist in org.glassfish.ejb.deployment.archivist Modifier and Type Class Description classEjbArchivistThis class is responsible for handling J2EE EJB Bundlearchive files.Methods in org.glassfish.ejb.deployment.archivist with parameters of type Archivist Modifier and Type Method Description voidEjbInWarArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path -
Uses of Archivist in org.glassfish.javaee.core.deployment
Methods in org.glassfish.javaee.core.deployment with parameters of type Archivist Modifier and Type Method Description protected voidDolProvider. handleDeploymentPlan(File deploymentPlan, Archivist archivist, ReadableArchive sourceArchive, ApplicationHolder holder) -
Uses of Archivist in org.glassfish.web.deployment.archivist
Subclasses of Archivist in org.glassfish.web.deployment.archivist Modifier and Type Class Description classWebArchivistThis module is responsible for reading and write web applications archive files (war). -
Uses of Archivist in org.glassfish.web.embed.impl
Subclasses of Archivist in org.glassfish.web.embed.impl Modifier and Type Class Description classEmbeddedWebArchivist -
Uses of Archivist in org.glassfish.webservices.archivist
Methods in org.glassfish.webservices.archivist with parameters of type Archivist Modifier and Type Method Description ObjectWebServicesArchivist. open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor)voidWebServicesArchivist. writeDeploymentDescriptors(Archivist main, BundleDescriptor descriptor, ReadableArchive in, WritableArchive out)writes the deployment descriptors (standard and runtime) to a JarFile using the right deployment descriptor path
-