Interface IResCatConfigureLocal

  • All Known Subinterfaces:
    IResCatConfigureServer
    All Known Implementing Classes:
    ResCatStoImpl_LocalFileSystem

    public interface IResCatConfigureLocal
    Interface for interacting with a Resource Catalogue Storing location and configuring it. These are methods used to configure a Resource Catalogue Storage type of local connections.
    Author:
    Niko Siltala
    • Method Detail

      • updateRegister

        boolean updateRegister()
        Updates all Resource Catalogue Storage related registers and indexes
        Returns:
        true if operation going through without issues
      • clearRegisters

        void clearRegisters()
        Clears all Resource Catalogue Storage related registers and indexes
      • getFolderLocationForRDs

        String getFolderLocationForRDs()
        Gets the folder location for RDs. I.e. its (system)path.
        Returns:
        path to RDs folder location.
      • setFolderLocationForRDs

        void setFolderLocationForRDs​(String folderLocationForRDs)
        Sets the folder location for RDs. I.e. its (system)path.
        Parameters:
        folderLocationForRDs - the path to RDs folder location to be set.
      • getFolderLocationForARDs

        String getFolderLocationForARDs()
        Gets the folder location for ARDs. I.e. its (system)path.
        Returns:
        path to ARDs folder location.
      • setFolderLocationForARDs

        void setFolderLocationForARDs​(String folderLocationForARDs)
        Sets the folder location for RDs. I.e. its (system)path.
        Parameters:
        folderLocationForARDs - the path to ARDs folder location to be set.