Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getRestrictions (0.27 sec)

  1. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java

            this.restrictions = restrictions;
        }
    
        public ArtifactVersion getRecommendedVersion() {
            return recommendedVersion;
        }
    
        public List<Restriction> getRestrictions() {
            return restrictions;
        }
    
        /**
         * @deprecated VersionRange is immutable, cloning is not useful and even more an issue against the cache
         * @return a clone
         */
        @Deprecated
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 19K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java

            this.familyFriendly = familyFriendly;
        }
    
        /**
         * Gets the restriction information.
         * @return the restriction
         */
        public String getRestriction() {
            return restriction;
        }
    
        /**
         * Sets the restriction information.
         * @param restriction the restriction to set
         */
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top