Class VFS.VFSHolder

  • Enclosing class:
    VFS

    private static class VFS.VFSHolder
    extends java.lang.Object
    Singleton instance holder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static VFS INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VFSHolder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static VFS createVFS()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        static final VFS INSTANCE
    • Constructor Detail

      • VFSHolder

        private VFSHolder()
    • Method Detail

      • createVFS

        static VFS createVFS()