org.glassfish.internal.embedded
Class EmbeddedFileSystem

java.lang.Object
  extended by 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

Nested Class Summary
static class EmbeddedFileSystem.Builder
          EmbeddedFileSystem builder class.
 
Field Summary
 boolean autoDelete
           
 File configFile
           
 boolean cookedMode
           
 File installRoot
           
 File instanceRoot
           
 boolean readOnlyConfigFile
           
 
Method Summary
 void preDestroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

preDestroy

public void preDestroy()
Specified by:
preDestroy in interface org.jvnet.hk2.component.PreDestroy


Copyright © 2012 GlassFish Community. All Rights Reserved.