Class EmbeddedFileSystem

java.lang.Object
org.glassfish.internal.embedded.EmbeddedFileSystem
All Implemented Interfaces:
org.glassfish.hk2.api.PreDestroy

public class EmbeddedFileSystem extends Object implements org.glassfish.hk2.api.PreDestroy
Abstraction for a virtual filesystem that be used by the server to store important files.
Author:
Jerome Dochez
  • Field Details

    • 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 Details

    • preDestroy

      public void preDestroy()
      Specified by:
      preDestroy in interface org.glassfish.hk2.api.PreDestroy