Uses of Class
org.exoplatform.container.ar.Archive
Packages that use Archive
Package
Description
This package provides all the tools needed to access to a file within an archive.
-
Uses of Archive in org.exoplatform.container.ar
Fields in org.exoplatform.container.ar declared as ArchiveModifier and TypeFieldDescriptionstatic final ArchiveArchive.EARThe most common description of a Enterprise Application ARchivestatic final ArchiveArchive.WARThe most common description of a Web Application ARchiveMethods in org.exoplatform.container.ar that return types with arguments of type ArchiveMethod parameters in org.exoplatform.container.ar with type arguments of type ArchiveModifier and TypeMethodDescriptionstatic Collection<URL> Archive.getConfigurationURL(List<String> appDeployDirectories, Set<Archive> appDeployArchives, String configuration) Gives a Collection of URL corresponding to the configuration files that could be found under the given directories inside archives with the given suffixesConstructor parameters in org.exoplatform.container.ar with type arguments of type Archive -
Uses of Archive in org.exoplatform.container.monitor.jvm
Methods in org.exoplatform.container.monitor.jvm that return types with arguments of type Archive