From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../mods/fml/common/versioning/Restriction.html | 400 --------------------- 1 file changed, 400 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/versioning/Restriction.html (limited to 'javadoc/cpw/mods/fml/common/versioning/Restriction.html') diff --git a/javadoc/cpw/mods/fml/common/versioning/Restriction.html b/javadoc/cpw/mods/fml/common/versioning/Restriction.html deleted file mode 100644 index 808a953..0000000 --- a/javadoc/cpw/mods/fml/common/versioning/Restriction.html +++ /dev/null @@ -1,400 +0,0 @@ - - - - - -Restriction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.versioning
-

Class Restriction

-
-
- -
-
    -
  • -
    -
    -
    public class Restriction
    -extends java.lang.Object
    -
    Describes a restriction in versioning.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        EVERYTHING

        -
        public static final Restriction EVERYTHING
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Restriction

        -
        public Restriction(ArtifactVersion lowerBound,
        -           boolean lowerBoundInclusive,
        -           ArtifactVersion upperBound,
        -           boolean upperBoundInclusive)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        isLowerBoundInclusive

        -
        public boolean isLowerBoundInclusive()
        -
      • -
      - - - - - - - -
        -
      • -

        isUpperBoundInclusive

        -
        public boolean isUpperBoundInclusive()
        -
      • -
      - - - -
        -
      • -

        containsVersion

        -
        public boolean containsVersion(ArtifactVersion version)
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object other)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3