eXo Kernel :: Container 2.5.0-GA

Uses of Class
org.exoplatform.container.ar.Archive

Packages that use Archive
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
static Archive Archive.EAR
          The most common description of a Enterprise Application ARchive
static Archive Archive.WAR
          The most common description of a Web Application ARchive
 

Methods in org.exoplatform.container.ar that return types with arguments of type Archive
 Set<Archive> Archive.getSubArchives()
           
 

Method parameters in org.exoplatform.container.ar with type arguments of type Archive
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 suffixes
 

Constructor parameters in org.exoplatform.container.ar with type arguments of type Archive
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
 Set<Archive> J2EEServerInfo.getApplicationDeployArchives()
           
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.