Class BuildCacheConstants.BuildCachePath

    • Constructor Detail

      • BuildCachePath

        public BuildCachePath​(@NotNull
                              String cacheName,
                              @NotNull
                              String unresolvedPath,
                              @NotNull
                              String resolvedPath)
      • BuildCachePath

        public BuildCachePath​(@NotNull
                              String cacheName,
                              @NotNull
                              String unresolvedPath,
                              @NotNull
                              String resolvedPath,
                              @NotNull
                              Set<String> exclusionRules,
                              @NotNull
                              Set<String> inclusionRules)
    • Method Detail

      • getUnresolvedPath

        @NotNull
        public String getUnresolvedPath()
      • getResolvedPath

        @NotNull
        public String getResolvedPath()
      • getCacheName

        @NotNull
        public String getCacheName()
      • getResolvedRule

        @NotNull
        public String getResolvedRule()
      • getResolvedRulesWithExclusionsAndInclusions

        @NotNull
        public List<String> getResolvedRulesWithExclusionsAndInclusions()
      • getTargetPath

        @NotNull
        public String getTargetPath()
      • getResolvedPathHash

        @NotNull
        public String getResolvedPathHash()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object