Uses of Class
org.exoplatform.container.ar.Archive
-
Packages that use Archive Package Description org.exoplatform.container.ar This package provides all the tools needed to access to a file within an archive.org.exoplatform.container.monitor.jvm -
-
Uses of Archive in org.exoplatform.container.ar
Fields in org.exoplatform.container.ar declared as Archive Modifier and Type Field Description static ArchiveArchive. EARThe most common description of a Enterprise Application ARchivestatic ArchiveArchive. WARThe most common description of a Web Application ARchiveMethods in org.exoplatform.container.ar that return types with arguments of type Archive Modifier and Type Method Description Set<Archive>Archive. getSubArchives()Method parameters in org.exoplatform.container.ar with type arguments of type Archive Modifier and Type Method Description static 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 Constructor Description Archive(String type, boolean useDirWoExt, boolean allowsDir, Set<Archive> subArchives)The default constructor -
Uses of Archive in org.exoplatform.container.monitor.jvm
Methods in org.exoplatform.container.monitor.jvm that return types with arguments of type Archive Modifier and Type Method Description Set<Archive>J2EEServerInfo. getApplicationDeployArchives()
-