Interface VersionedSettingsRegistryEx

    • Method Detail

      • getVersionedFiles

        @NotNull
        List<String> getVersionedFiles()
        Returns:
        registered versioned files
      • getVersionedDirs

        @NotNull
        List<String> getVersionedDirs()
        Returns:
        registered versioned directories
      • listVersionedFiles

        @NotNull
        Collection<String> listVersionedFiles​(@NotNull
                                              SProject project)
        Returns for specified project a collection of versioned file paths relative to project's config dir
        Parameters:
        project - project of interest
        Returns:
        see above
      • isVersionedPath

        boolean isVersionedPath​(@NotNull
                                String pathInProjectDir)
        Parameters:
        pathInProjectDir - relative path to a file or directory in the project configuration dir
        Returns:
        true if this path is versioned, i.e. should be stored under the VCS