Package org.jboss.as.server.deployment
Class MountedDeploymentOverlay
- java.lang.Object
-
- org.jboss.as.server.deployment.MountedDeploymentOverlay
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class MountedDeploymentOverlay extends Object implements Closeable
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description MountedDeploymentOverlay(Closeable closeable, File realFile, org.jboss.vfs.VirtualFile mountPoint, org.jboss.vfs.TempFileProvider tempFileProvider)
-
-
-
Method Detail
-
remountAsZip
public void remountAsZip(boolean expanded) throws IOException- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-