Class Workspace.CachedFileRepo

    • Field Detail

      • lock

        final java.util.concurrent.locks.Lock lock
      • inited

        boolean inited
    • Constructor Detail

      • CachedFileRepo

        CachedFileRepo()
    • Method Detail

      • init

        protected boolean init()
                        throws java.lang.Exception
        Description copied from class: FileRepo
        Initialize the repository Subclasses should first call this method and then if it returns true, do their own initialization
        Overrides:
        init in class FileRepo
        Returns:
        true if initialized, false if already had been initialized.
        Throws:
        java.lang.Exception
      • unzip

        private void unzip​(java.io.InputStream in,
                           java.io.File dir)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception