Class LocalRepository

    • Constructor Detail

      • LocalRepository

        public LocalRepository()
    • Method Detail

      • getVersion

        protected String getVersion​(File file)
        Compute the hashCode for all files inside folder
        Overrides:
        getVersion in class FileSystemRepository
        Parameters:
        file - folder
        Returns:
        hashCode for given folder
      • supports

        public Features supports()
        Description copied from interface: Repository
        Get the features supported by the repository. If specific feature is supported, repository instance can be casted to interface class that support that feature.
        Specified by:
        supports in interface Repository
        Overrides:
        supports in class FileSystemRepository
        Returns:
        Supported features