org.glassfish.internal.embedded
Class EmbeddedFileSystem
java.lang.Object
org.glassfish.internal.embedded.EmbeddedFileSystem
- All Implemented Interfaces:
- org.jvnet.hk2.component.PreDestroy
public class EmbeddedFileSystem
- extends Object
- implements org.jvnet.hk2.component.PreDestroy
Abstraction for a virtual filesystem that be used by the server to store important files.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
autoDelete
public final boolean autoDelete
readOnlyConfigFile
public final boolean readOnlyConfigFile
cookedMode
public final boolean cookedMode
installRoot
public final File installRoot
instanceRoot
public final File instanceRoot
configFile
public final File configFile
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.jvnet.hk2.component.PreDestroy
Copyright © 2012 GlassFish Community. All Rights Reserved.