Searched defs:FileArchive (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deploy/shared/
H A DFileArchive.java66 * If the directory underlying the FileArchive is created by GlassFish
67 * then FileArchive filters its contents so only
73 * after the previous app had been undeployed. (Deployment uses a FileArchive
88 * To support this feature, when FileArchive creates a directory it stores a
101 public class FileArchive extends AbstractReadableArchive implements WritableArchive { class in inherits:AbstractReadableArchive,WritableArchive
115 private static final Logger logger = LogDomains.getLogger(FileArchive.class, LogDomains.DPL_LOGGER);
130 throw new IOException("Wrong scheme for FileArchive : " + uri.getScheme());
303 logger.log(DEBUG_LEVEL, "FileArchive.getSubArchive for {0} found that it is valid",
311 logger.log(DEBUG_LEVEL, "FileArchive.getSubArchive for {0} found that it is not a valid entry; it is stale",
328 logger.log(DEBUG_LEVEL, "FileArchive
[all...]

Completed in 13 milliseconds