| 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 |
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Set<Archive> |
Archive.getSubArchives() |
| Modifier and Type | Method and 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 suffixes
|
| Constructor and Description |
|---|
Archive(String type,
boolean useDirWoExt,
boolean allowsDir,
Set<Archive> subArchives)
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<Archive> |
J2EEServerInfo.getApplicationDeployArchives() |
Copyright © 2016 eXo Platform SAS. All Rights Reserved.