From 7cb0d52efdf02e184232864dcfff5190d09ee784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thom=C3=A1s=20Sousa=20Silva?= Date: Sun, 12 Nov 2017 13:35:36 -0300 Subject: [PATCH] Updated to the 2.0.0 version. --- README.md | 14 +- docs/allclasses-frame.html | 8 +- docs/allclasses-noframe.html | 8 +- .../reflections/ArrayNode.html | 96 +- .../reflections/ClassWrapper.html | 440 ++++++-- .../reflections/DelegatedInstanceFactory.html | 8 +- .../reflections/ExpressionNode.html | 262 ++++- .../reflections/FieldNode.html | 71 +- .../reflections/InstanceFactory.html | 8 +- .../reflections/MethodNode.html | 128 ++- .../reflections/ModifierType.html | 8 +- .../reflections/PathExpression.html | 971 +++++++++++++++--- ...xpressionPredicate.UncheckedPredicate.html | 311 ++++++ .../reflections/PathExpressionPredicate.html | 784 ++++++++++++++ .../reflections/Predicates.html | 135 ++- .../reflections/Reflections.html | 8 +- .../reflections/class-use/ArrayNode.html | 37 +- .../reflections/class-use/ClassWrapper.html | 8 +- .../class-use/DelegatedInstanceFactory.html | 8 +- .../reflections/class-use/ExpressionNode.html | 14 +- .../reflections/class-use/FieldNode.html | 37 +- .../class-use/InstanceFactory.html | 68 +- .../reflections/class-use/MethodNode.html | 37 +- .../reflections/class-use/ModifierType.html | 8 +- .../reflections/class-use/PathExpression.html | 48 +- ...xpressionPredicate.UncheckedPredicate.html | 154 +++ .../class-use/PathExpressionPredicate.html | 193 ++++ .../reflections/class-use/Predicates.html | 8 +- .../reflections/class-use/Reflections.html | 8 +- .../reflections/package-frame.html | 8 +- .../reflections/package-summary.html | 22 +- .../reflections/package-tree.html | 10 +- .../reflections/package-use.html | 39 +- .../util/reflections/ArrayNode.html | 397 ------- .../util/reflections/ClassWrapper.html | 896 ---------------- .../reflections/DelegatedInstanceFactory.html | 456 -------- .../util/reflections/ExpressionNode.html | 352 ------- .../util/reflections/FieldNode.html | 397 ------- .../util/reflections/InstanceFactory.html | 276 ----- .../util/reflections/MethodNode.html | 414 -------- .../util/reflections/PathExpression.html | 452 -------- .../util/reflections/Reflections.html | 503 --------- .../util/reflections/class-use/ArrayNode.html | 124 --- .../reflections/class-use/ClassWrapper.html | 166 --- .../class-use/DelegatedInstanceFactory.html | 179 ---- .../reflections/class-use/ExpressionNode.html | 170 --- .../util/reflections/class-use/FieldNode.html | 124 --- .../class-use/InstanceFactory.html | 202 ---- .../reflections/class-use/MethodNode.html | 124 --- .../reflections/class-use/PathExpression.html | 153 --- .../reflections/class-use/Reflections.html | 124 --- .../util/reflections/package-frame.html | 32 - .../util/reflections/package-summary.html | 185 ---- .../util/reflections/package-tree.html | 144 --- .../util/reflections/package-use.html | 154 --- docs/constant-values.html | 56 +- docs/deprecated-list.html | 8 +- docs/help-doc.html | 8 +- docs/index-all.html | 332 +++++- docs/index.html | 4 +- docs/overview-tree.html | 10 +- pom.xml | 4 +- 62 files changed, 3930 insertions(+), 6483 deletions(-) create mode 100644 docs/com/infinityrefactoring/reflections/PathExpressionPredicate.UncheckedPredicate.html create mode 100644 docs/com/infinityrefactoring/reflections/PathExpressionPredicate.html create mode 100644 docs/com/infinityrefactoring/reflections/class-use/PathExpressionPredicate.UncheckedPredicate.html create mode 100644 docs/com/infinityrefactoring/reflections/class-use/PathExpressionPredicate.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/ArrayNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/ClassWrapper.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/DelegatedInstanceFactory.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/ExpressionNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/FieldNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/InstanceFactory.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/MethodNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/PathExpression.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/Reflections.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/ArrayNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/ClassWrapper.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/DelegatedInstanceFactory.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/ExpressionNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/FieldNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/InstanceFactory.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/MethodNode.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/PathExpression.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/class-use/Reflections.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/package-frame.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/package-summary.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/package-tree.html delete mode 100644 docs/com/infinityrefactoring/util/reflections/package-use.html diff --git a/README.md b/README.md index 5834f06..9ac9952 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 8R-Reflections +### Current version: 2.0.0 + ## What is it? An utility library for facilitate the handling of Class, Field, Method and others elements of the Java Reflection API. @@ -24,7 +26,7 @@ Add this dependency in your pom.xml file: com.infinityrefactoring 8R-reflections - 1.5.0 + 2.0.0 ``` ## Use example: @@ -34,6 +36,7 @@ This example show how you access the fields and methods of the Person and Addres ``` public class Person { + public static String NAME_PREFIX = "[USER]"; private String name; private Address[] addresses; @@ -86,6 +89,15 @@ pathExpression.setExpressionValue(person, "PE"); String state = pathExpression.getExpressionValue(person); System.out.println(state); ``` +Using static path expressions: + +``` +PathExpression pathExpression = PathExpression.compile("class(com.exanple.Person)NAME_PREFIX"); +pathExpression.setStaticExpressionValue("[PERSON]"); +String state = pathExpression.getStaticExpressionValue(); +System.out.println("state = " + state); +``` + Using various path expressions of single time: diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 09e27a2..7b9e5ab 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (Reflections 1.5.0 API) - +All Classes (Reflections 2.0.0 API) + @@ -22,6 +22,8 @@

All Classes

  • MethodNode
  • ModifierType
  • PathExpression
  • +
  • PathExpressionPredicate
  • +
  • PathExpressionPredicate.UncheckedPredicate
  • Predicates
  • Reflections
  • diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index 547c0f2..a1dc7a9 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (Reflections 1.5.0 API) - +All Classes (Reflections 2.0.0 API) + @@ -22,6 +22,8 @@

    All Classes

  • MethodNode
  • ModifierType
  • PathExpression
  • +
  • PathExpressionPredicate
  • +
  • PathExpressionPredicate.UncheckedPredicate
  • Predicates
  • Reflections
  • diff --git a/docs/com/infinityrefactoring/reflections/ArrayNode.html b/docs/com/infinityrefactoring/reflections/ArrayNode.html index ed78869..d362a15 100644 --- a/docs/com/infinityrefactoring/reflections/ArrayNode.html +++ b/docs/com/infinityrefactoring/reflections/ArrayNode.html @@ -2,10 +2,10 @@ - + -ArrayNode (Reflections 1.5.0 API) - +ArrayNode (Reflections 2.0.0 API) + @@ -13,13 +13,13 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,13 +13,13 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    com.infinityrefactoring.reflections
    +

    Interface PathExpressionPredicate.UncheckedPredicate

    +
    +
    +
    +
      +
    • +
      +
      Enclosing class:
      +
      PathExpressionPredicate
      +
      +
      +
      +
      public static interface PathExpressionPredicate.UncheckedPredicate
      +
      Represents a unchecked predicate (boolean-valued function) of one or two arguments. + Note: This predicate must be responsible for cast the arguments
      +
      +
      Author:
      +
      Thomás Sousa Silva (ThomasSousa96)
      +
      See Also:
      +
      PathExpressionPredicate
      +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Instance Methods Abstract Methods Default Methods 
        Modifier and TypeMethod and Description
        booleanisDefined() +
        Returns true if this instance has defined tests.
        +
        booleanrequireTwoValues() +
        Returns true if this instance require two arguments for executes the test.
        +
        default <T> booleantest(Object x) +
        Evaluates this predicate on the given argument.
        +
        default <T> booleantest(Object x, + Object y) +
        Evaluates this predicate on the gives arguments.
        +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          isDefined

          +
          boolean isDefined()
          +
          Returns true if this instance has defined tests.
          +
          +
          Returns:
          +
          true if this instance has defined tests
          +
          +
        • +
        + + + +
          +
        • +

          requireTwoValues

          +
          boolean requireTwoValues()
          +
          Returns true if this instance require two arguments for executes the test.
          +
          +
          Returns:
          +
          true if this instance require two arguments for executes the test
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          default <T> boolean test(Object x)
          +
          Evaluates this predicate on the given argument.
          +
          +
          Parameters:
          +
          x - the desired argument
          +
          Returns:
          +
          true if the given argument matches the predicate
          +
          Throws:
          +
          UnsupportedOperationException - if this predicate require two values
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          default <T> boolean test(Object x,
          +                         Object y)
          +
          Evaluates this predicate on the gives arguments.
          +
          +
          Parameters:
          +
          x - the desired argument
          +
          y - the desired argument
          +
          Returns:
          +
          true if the gives arguments matches the predicate
          +
          Throws:
          +
          UnsupportedOperationException - if this predicate require only one value
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + + + +
    + + +

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    + + diff --git a/docs/com/infinityrefactoring/reflections/PathExpressionPredicate.html b/docs/com/infinityrefactoring/reflections/PathExpressionPredicate.html new file mode 100644 index 0000000..a22826e --- /dev/null +++ b/docs/com/infinityrefactoring/reflections/PathExpressionPredicate.html @@ -0,0 +1,784 @@ + + + + + + +PathExpressionPredicate (Reflections 2.0.0 API) + + + + + + + + +
    + + + + + + + +
    + + + +
    +
    com.infinityrefactoring.reflections
    +

    Class PathExpressionPredicate

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class PathExpressionPredicate
      +extends Object
      +
      A predicate composed by one or two path expression and a predicate. + A PathExpressionPredicate gets the path expression values and tests this values with the internal predicate. + The defined pattern is a path expression named "when", a predicate named "is" and another path expression named "than".
      +
      +
      Author:
      +
      Thomás Sousa Silva (ThomasSousa96)
      +
      See Also:
      +
      PathExpression, +PathExpressionPredicate.UncheckedPredicate
      +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Nested Class Summary

        + + + + + + + + + + +
        Nested Classes 
        Modifier and TypeClass and Description
        static interface PathExpressionPredicate.UncheckedPredicate +
        Represents a unchecked predicate (boolean-valued function) of one or two arguments.
        +
        +
      • +
      + + + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Static Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        booleanequals(Object obj) 
        inthashCode() 
        booleanhasOnlyRootObjKey() +
        Returns true if all argument keys of the "when" and "than" path expression is equal to the root obj key.
        +
        booleanneedArguments() +
        Returns true if the "when" or "than" path expression need arguments.
        +
        static PathExpressionPredicateof(String when, + PathExpressionPredicate.UncheckedPredicate is, + String than, + PathExpressionPredicate defaultPredicate) +
        Returns a predicate that gets the path expression values "when" and "than" and tests this values with the predicate "is".
        +
        booleantest(Object rootObj) +
        Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj, + InstanceFactory instanceFactory) +
        Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj, + Map<String,Object> args) +
        Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj, + Map<String,Object> args, + InstanceFactory instanceFactory) +
        Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj1, + Object rootObj2) +
        Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj1, + Object rootObj2, + InstanceFactory instanceFactory) +
        Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj1, + Object rootObj2, + Map<String,Object> args) +
        Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate.
        +
        booleantest(Object rootObj1, + Object rootObj2, + Map<String,Object> args, + InstanceFactory instanceFactory) +
        Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate.
        +
        StringtoString() 
        + +
      • +
      +
    • +
    +
    +
    +
      +
    • + + + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          of

          +
          public static PathExpressionPredicate of(String when,
          +                                         PathExpressionPredicate.UncheckedPredicate is,
          +                                         String than,
          +                                         PathExpressionPredicate defaultPredicate)
          +
          Returns a predicate that gets the path expression values "when" and "than" and tests this values with the predicate "is".
          +
          +
          Parameters:
          +
          when - the path expression that will be used to get the first value that will be tested
          +
          is - the predicate that will be used to test the values of the path expression "when" and "than"
          +
          than - the path expression that will be used to get the second value that will be tested
          +
          defaultPredicate - the default predicate that will be returned if no path expression was specified
          +
          Returns:
          +
          a predicate
          +
          Throws:
          +
          NullPointerException - if some of the gives "when", "is" or "than" arguments are null
          +
          IllegalArgumentException - if some of the gives "when", "is" or "than" arguments is invalid
          +
          See Also:
          +
          ACCEPT_ALL, +DENY_ALL
          +
          +
        • +
        + + + +
          +
        • +

          equals

          +
          public boolean equals(Object obj)
          +
          +
          Overrides:
          +
          equals in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hashCode

          +
          public int hashCode()
          +
          +
          Overrides:
          +
          hashCode in class Object
          +
          +
        • +
        + + + +
          +
        • +

          hasOnlyRootObjKey

          +
          public boolean hasOnlyRootObjKey()
          +
          Returns true if all argument keys of the "when" and "than" path expression is equal to the root obj key.
          +
          +
          Returns:
          +
          true if all argument keys of the "when" and "than" path expression is equal to the root obj key
          +
          See Also:
          +
          needArguments()
          +
          +
        • +
        + + + +
          +
        • +

          needArguments

          +
          public boolean needArguments()
          +
          Returns true if the "when" or "than" path expression need arguments.
          +
          +
          Returns:
          +
          true if need arguments
          +
          See Also:
          +
          hasOnlyRootObjKey()
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj)
          +
          Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate. +

          + Note +

          +

          +
          +
          Parameters:
          +
          rootObj - the object that will be used to get the "when" and "than" expression values
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object, InstanceFactory), +test(Object, Map), +test(Object, Map, InstanceFactory)
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj,
          +                    InstanceFactory instanceFactory)
          +
          Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate. +

          + Note +

          +

          +
          +
          Parameters:
          +
          rootObj - the object that will be used to get the "when" and "than" expression values
          +
          instanceFactory - the factory the will be supplies instances if necessary (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object), +test(Object, Map), +test(Object, Map, InstanceFactory), +InstanceFactory.DEFAULT_FACTORY
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj,
          +                    Map<String,Object> args)
          +
          Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate. +

          + Note +

            +
          • If the defined "when" or "than" path expression has some node with a argument key equal to the root obj key + and the given argument map is null then the creation of a argument map with the root obj is enabled automatically.
          • +
          • If the defined "when" or "than" path expression is static the respective root obj will be ignored.
          • +
          • If the given root object is a instance of Class then will be used the PathExpression.getStaticExpressionValue(Class, Map, InstanceFactory) method.
          • +
          +

          +
          +
          Parameters:
          +
          rootObj - the object that will be used to get the "when" and "than" expression values
          +
          args - the arguments that will be used to access this node (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object), +test(Object, InstanceFactory), +test(Object, Map, InstanceFactory)
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj,
          +                    Map<String,Object> args,
          +                    InstanceFactory instanceFactory)
          +
          Gets the "when" and "than" expression values using the rootObj then tests this two values using the "is" predicate. +

          + Note +

            +
          • If the defined "when" or "than" path expression has some node with a argument key equal to the root obj key + and the given argument map is null then the creation of a argument map with the root obj is enabled automatically.
          • +
          • If the defined "when" or "than" path expression is static the respective root obj will be ignored.
          • +
          • If the given root object is a instance of Class then will be used the PathExpression.getStaticExpressionValue(Class, Map, InstanceFactory) method.
          • +
          +

          +
          +
          Parameters:
          +
          rootObj - the object that will be used to get the "when" and "than" expression values
          +
          args - the arguments that will be used to access this node (optional)
          +
          instanceFactory - the factory the will be supplies instances if necessary (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object), +test(Object, InstanceFactory), +test(Object, Map), +InstanceFactory.DEFAULT_FACTORY
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj1,
          +                    Object rootObj2)
          +
          Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate. +

          + Note +

          +

          +
          +
          Parameters:
          +
          rootObj1 - the object that will be used to get the "when" expression value
          +
          rootObj2 - the object that will be used to get the "than" expression value
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object, Object, InstanceFactory), +test(Object, Object, Map), +test(Object, Object, Map, InstanceFactory)
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj1,
          +                    Object rootObj2,
          +                    InstanceFactory instanceFactory)
          +
          Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate. +

          + Note +

          +

          +
          +
          Parameters:
          +
          rootObj1 - the object that will be used to get the "when" expression value
          +
          rootObj2 - the object that will be used to get the "than" expression value
          +
          instanceFactory - the factory the will be supplies instances if necessary (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object, Object), +test(Object, Object, Map), +test(Object, Object, Map, InstanceFactory), +InstanceFactory.DEFAULT_FACTORY
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj1,
          +                    Object rootObj2,
          +                    Map<String,Object> args)
          +
          Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate. +

          + Note +

            +
          • If the defined "when" or "than" path expression has some node with a argument key equal to the root obj key + and the given argument map is null then the creation of a argument map with the root obj is enabled automatically.
          • +
          • If the defined "when" or "than" path expression is static the respective root obj will be ignored.
          • +
          • If the given root object is a instance of Class then will be used the PathExpression.getStaticExpressionValue(Class, Map, InstanceFactory) method.
          • +
          +

          +
          +
          Parameters:
          +
          rootObj1 - the object that will be used to get the "when" expression value
          +
          rootObj2 - the object that will be used to get the "than" expression value
          +
          args - the arguments that will be used to access this node (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object, Object), +test(Object, Object, InstanceFactory), +test(Object, Object, Map, InstanceFactory)
          +
          +
        • +
        + + + +
          +
        • +

          test

          +
          public boolean test(Object rootObj1,
          +                    Object rootObj2,
          +                    Map<String,Object> args,
          +                    InstanceFactory instanceFactory)
          +
          Gets the "when" expression value using the rootObj1 and gets the "than" expression value using the rootObj2 then tests this two values using the "is" predicate. +

          + Note +

            +
          • If the defined "when" or "than" path expression has some node with a argument key equal to the root obj key + and the given argument map is null then the creation of a argument map with the root obj is enabled automatically.
          • +
          • If the defined "when" or "than" path expression is static the respective root obj will be ignored.
          • +
          • If the given root object is a instance of Class then will be used the PathExpression.getStaticExpressionValue(Class, Map, InstanceFactory) method.
          • +
          +

          +
          +
          Parameters:
          +
          rootObj1 - the object that will be used to get the "when" expression value
          +
          rootObj2 - the object that will be used to get the "than" expression value
          +
          args - the arguments that will be used to access this node (optional)
          +
          instanceFactory - the factory the will be supplies instances if necessary (optional)
          +
          Returns:
          +
          true if the internal predicate returns true for the values obtained of the "when" and "than" path expression.
          +
          See Also:
          +
          test(Object, Object), +test(Object, Object, InstanceFactory), +test(Object, Object, Map), +InstanceFactory.DEFAULT_FACTORY
          +
          +
        • +
        + + + + +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + + + +
    + + +

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    + + diff --git a/docs/com/infinityrefactoring/reflections/Predicates.html b/docs/com/infinityrefactoring/reflections/Predicates.html index 2368b32..fc7eb7e 100644 --- a/docs/com/infinityrefactoring/reflections/Predicates.html +++ b/docs/com/infinityrefactoring/reflections/Predicates.html @@ -2,10 +2,10 @@ - + -Predicates (Reflections 1.5.0 API) - +Predicates (Reflections 2.0.0 API) + @@ -13,13 +13,13 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ + + + + + +
    + + + + + + + +
    + + +
    +

    Uses of Interface
    com.infinityrefactoring.reflections.PathExpressionPredicate.UncheckedPredicate

    +
    +
    + +
    + +
    + + + + + + + +
    + + +

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    + + diff --git a/docs/com/infinityrefactoring/reflections/class-use/PathExpressionPredicate.html b/docs/com/infinityrefactoring/reflections/class-use/PathExpressionPredicate.html new file mode 100644 index 0000000..d79df19 --- /dev/null +++ b/docs/com/infinityrefactoring/reflections/class-use/PathExpressionPredicate.html @@ -0,0 +1,193 @@ + + + + + + +Uses of Class com.infinityrefactoring.reflections.PathExpressionPredicate (Reflections 2.0.0 API) + + + + + + + + +
    + + + + + + + +
    + + +
    +

    Uses of Class
    com.infinityrefactoring.reflections.PathExpressionPredicate

    +
    +
    + +
    + +
    + + + + + + + +
    + + +

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    + + diff --git a/docs/com/infinityrefactoring/reflections/class-use/Predicates.html b/docs/com/infinityrefactoring/reflections/class-use/Predicates.html index 688e76d..90f2e48 100644 --- a/docs/com/infinityrefactoring/reflections/class-use/Predicates.html +++ b/docs/com/infinityrefactoring/reflections/class-use/Predicates.html @@ -2,10 +2,10 @@ - + -Uses of Class com.infinityrefactoring.reflections.Predicates (Reflections 1.5.0 API) - +Uses of Class com.infinityrefactoring.reflections.Predicates (Reflections 2.0.0 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -15,6 +15,7 @@

    Interfaces

    Classes

    diff --git a/docs/com/infinityrefactoring/reflections/package-summary.html b/docs/com/infinityrefactoring/reflections/package-summary.html index 1db86fd..d46a72a 100644 --- a/docs/com/infinityrefactoring/reflections/package-summary.html +++ b/docs/com/infinityrefactoring/reflections/package-summary.html @@ -2,10 +2,10 @@ - + -com.infinityrefactoring.reflections (Reflections 1.5.0 API) - +com.infinityrefactoring.reflections (Reflections 2.0.0 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class ArrayNode

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/ClassWrapper.html b/docs/com/infinityrefactoring/util/reflections/ClassWrapper.html deleted file mode 100644 index ec3ee62..0000000 --- a/docs/com/infinityrefactoring/util/reflections/ClassWrapper.html +++ /dev/null @@ -1,896 +0,0 @@ - - - - - - -ClassWrapper (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class ClassWrapper<T>

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class ClassWrapper<T>
      -extends Object
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          EMPTY_CLASS_ARRAY

          -
          public static final Class<?>[] EMPTY_CLASS_ARRAY
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ClassWrapper

          -
          public ClassWrapper(Class<T> c)
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getFieldValue

          -
          public static <R> R getFieldValue(Object obj,
          -                                  Field field)
          -
        • -
        - - - -
          -
        • -

          getStaticFieldValue

          -
          public static <R> R getStaticFieldValue(Field field)
          -
        • -
        - - - -
          -
        • -

          getTypes

          -
          public static Class<?>[] getTypes(Object[] args)
          -
        • -
        - - - -
          -
        • -

          getWrapperClassOfPrimitiveClass

          -
          public static Class<?> getWrapperClassOfPrimitiveClass(Class<?> c)
          -
        • -
        - - - -
          -
        • -

          invokeMethod

          -
          public static <T> T invokeMethod(Object obj,
          -                                 Method method,
          -                                 Object... args)
          -
        • -
        - - - -
          -
        • -

          invokeStaticMethod

          -
          public static <R> R invokeStaticMethod(Method method,
          -                                       Object... args)
          -
        • -
        - - - -
          -
        • -

          newInstance

          -
          public static <T> T newInstance(Class<T> c)
          -
        • -
        - - - -
          -
        • -

          newInstance

          -
          public static <T> T newInstance(Constructor<?> constructor,
          -                                Object... args)
          -
        • -
        - - - -
          -
        • -

          setFieldValue

          -
          public static void setFieldValue(Object obj,
          -                                 Field field,
          -                                 Object value)
          -
        • -
        - - - -
          -
        • -

          setStaticFieldValue

          -
          public static void setStaticFieldValue(Field field,
          -                                       Object value)
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          equals

          -
          public boolean equals(Object obj)
          -
          -
          Overrides:
          -
          equals in class Object
          -
          -
        • -
        - - - -
          -
        • -

          getCompatibleConstructorWithTypes

          -
          public Constructor<?> getCompatibleConstructorWithTypes(Class<?>[]... parameterTypes)
          -
        • -
        - - - -
          -
        • -

          getCompatibleConstructorWithValues

          -
          public Constructor<?> getCompatibleConstructorWithValues(Object... args)
          -
        • -
        - - - -
          -
        • -

          getCompatibleMethodWithTypes

          -
          public Method getCompatibleMethodWithTypes(String methodName,
          -                                           Class<?>... parameterTypes)
          -
        • -
        - - - -
          -
        • -

          getCompatibleMethodWithValues

          -
          public Method getCompatibleMethodWithValues(String methodName,
          -                                            Object... args)
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          getField

          -
          public Field getField(String name)
          -
        • -
        - - - - - - - -
          -
        • -

          getFieldValue

          -
          public <R> R getFieldValue(Object obj,
          -                           String fieldName)
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getStaticFieldValue

          -
          public <R> R getStaticFieldValue(String fieldName)
          -
        • -
        - - - -
          -
        • -

          getSuperClassWrappers

          -
          public Set<ClassWrapper<? super T>> getSuperClassWrappers()
          -
        • -
        - - - -
          -
        • -

          getWrappedClass

          -
          public Class<T> getWrappedClass()
          -
        • -
        - - - -
          -
        • -

          hashCode

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

          invokeMethod

          -
          public <R> R invokeMethod(Object obj,
          -                          String methodName,
          -                          Object... args)
          -
        • -
        - - - -
          -
        • -

          invokeStaticMethod

          -
          public <R> R invokeStaticMethod(String methodName,
          -                                Object... args)
          -
        • -
        - - - -
          -
        • -

          newInstance

          -
          public T newInstance(Object... args)
          -
        • -
        - - - -
          -
        • -

          setFieldValue

          -
          public void setFieldValue(Object obj,
          -                          String fieldName,
          -                          Object value)
          -
        • -
        - - - -
          -
        • -

          setStaticFieldValue

          -
          public void setStaticFieldValue(String fieldName,
          -                                Object value)
          -
        • -
        - - - - - - - -
          -
        • -

          tryGetCompatibleMethodWithTypes

          -
          public Method tryGetCompatibleMethodWithTypes(String methodName,
          -                                              Class<?>... parameterTypes)
          -
        • -
        - - - -
          -
        • -

          tryGetCompatibleMethodWithValues

          -
          public Method tryGetCompatibleMethodWithValues(String methodName,
          -                                               Object... args)
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          tryGetField

          -
          public Field tryGetField(String name)
          -
        • -
        - - - - -
      • -
      -
    • -
    -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/DelegatedInstanceFactory.html b/docs/com/infinityrefactoring/util/reflections/DelegatedInstanceFactory.html deleted file mode 100644 index d984358..0000000 --- a/docs/com/infinityrefactoring/util/reflections/DelegatedInstanceFactory.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - -DelegatedInstanceFactory (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class DelegatedInstanceFactory

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/ExpressionNode.html b/docs/com/infinityrefactoring/util/reflections/ExpressionNode.html deleted file mode 100644 index 70e5912..0000000 --- a/docs/com/infinityrefactoring/util/reflections/ExpressionNode.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -ExpressionNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Interface ExpressionNode

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/FieldNode.html b/docs/com/infinityrefactoring/util/reflections/FieldNode.html deleted file mode 100644 index 7dc1dd8..0000000 --- a/docs/com/infinityrefactoring/util/reflections/FieldNode.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - -FieldNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class FieldNode

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/InstanceFactory.html b/docs/com/infinityrefactoring/util/reflections/InstanceFactory.html deleted file mode 100644 index acb728a..0000000 --- a/docs/com/infinityrefactoring/util/reflections/InstanceFactory.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -InstanceFactory (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Interface InstanceFactory

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/MethodNode.html b/docs/com/infinityrefactoring/util/reflections/MethodNode.html deleted file mode 100644 index 881da56..0000000 --- a/docs/com/infinityrefactoring/util/reflections/MethodNode.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - -MethodNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class MethodNode

    -
    -
    - -
    - -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/PathExpression.html b/docs/com/infinityrefactoring/util/reflections/PathExpression.html deleted file mode 100644 index 6f5ecf1..0000000 --- a/docs/com/infinityrefactoring/util/reflections/PathExpression.html +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - -PathExpression (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class PathExpression

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class PathExpression
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/Reflections.html b/docs/com/infinityrefactoring/util/reflections/Reflections.html deleted file mode 100644 index f0eb8a3..0000000 --- a/docs/com/infinityrefactoring/util/reflections/Reflections.html +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - -Reflections (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - - -
    -
    com.infinityrefactoring.util.reflections
    -

    Class Reflections

    -
    -
    - -
    -
      -
    • -
      -
      -
      public class Reflections
      -extends Object
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/ArrayNode.html b/docs/com/infinityrefactoring/util/reflections/class-use/ArrayNode.html deleted file mode 100644 index 25fdcca..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/ArrayNode.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.ArrayNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.ArrayNode

    -
    -
    No usage of com.infinityrefactoring.util.reflections.ArrayNode
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/ClassWrapper.html b/docs/com/infinityrefactoring/util/reflections/class-use/ClassWrapper.html deleted file mode 100644 index 16fc2b2..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/ClassWrapper.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.ClassWrapper (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.ClassWrapper

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/DelegatedInstanceFactory.html b/docs/com/infinityrefactoring/util/reflections/class-use/DelegatedInstanceFactory.html deleted file mode 100644 index f9f66ad..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/DelegatedInstanceFactory.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.DelegatedInstanceFactory (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.DelegatedInstanceFactory

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/ExpressionNode.html b/docs/com/infinityrefactoring/util/reflections/class-use/ExpressionNode.html deleted file mode 100644 index 5e6958e..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/ExpressionNode.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -Uses of Interface com.infinityrefactoring.util.reflections.ExpressionNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Interface
    com.infinityrefactoring.util.reflections.ExpressionNode

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/FieldNode.html b/docs/com/infinityrefactoring/util/reflections/class-use/FieldNode.html deleted file mode 100644 index b2d22c2..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/FieldNode.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.FieldNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.FieldNode

    -
    -
    No usage of com.infinityrefactoring.util.reflections.FieldNode
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/InstanceFactory.html b/docs/com/infinityrefactoring/util/reflections/class-use/InstanceFactory.html deleted file mode 100644 index 4bca6f0..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/InstanceFactory.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -Uses of Interface com.infinityrefactoring.util.reflections.InstanceFactory (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Interface
    com.infinityrefactoring.util.reflections.InstanceFactory

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/MethodNode.html b/docs/com/infinityrefactoring/util/reflections/class-use/MethodNode.html deleted file mode 100644 index b7f70bc..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/MethodNode.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.MethodNode (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.MethodNode

    -
    -
    No usage of com.infinityrefactoring.util.reflections.MethodNode
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/PathExpression.html b/docs/com/infinityrefactoring/util/reflections/class-use/PathExpression.html deleted file mode 100644 index 481f258..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/PathExpression.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.PathExpression (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.PathExpression

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/class-use/Reflections.html b/docs/com/infinityrefactoring/util/reflections/class-use/Reflections.html deleted file mode 100644 index 9e61116..0000000 --- a/docs/com/infinityrefactoring/util/reflections/class-use/Reflections.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - -Uses of Class com.infinityrefactoring.util.reflections.Reflections (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Class
    com.infinityrefactoring.util.reflections.Reflections

    -
    -
    No usage of com.infinityrefactoring.util.reflections.Reflections
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/package-frame.html b/docs/com/infinityrefactoring/util/reflections/package-frame.html deleted file mode 100644 index 3a5f35b..0000000 --- a/docs/com/infinityrefactoring/util/reflections/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -com.infinityrefactoring.util.reflections (Reflections 1.0 API) - - - - - -

    com.infinityrefactoring.util.reflections

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/docs/com/infinityrefactoring/util/reflections/package-summary.html b/docs/com/infinityrefactoring/util/reflections/package-summary.html deleted file mode 100644 index 4eaf87e..0000000 --- a/docs/com/infinityrefactoring/util/reflections/package-summary.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - -com.infinityrefactoring.util.reflections (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Package com.infinityrefactoring.util.reflections

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/package-tree.html b/docs/com/infinityrefactoring/util/reflections/package-tree.html deleted file mode 100644 index bcd38fc..0000000 --- a/docs/com/infinityrefactoring/util/reflections/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -com.infinityrefactoring.util.reflections Class Hierarchy (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Hierarchy For Package com.infinityrefactoring.util.reflections

    -
    -
    -

    Class Hierarchy

    - -

    Interface Hierarchy

    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/com/infinityrefactoring/util/reflections/package-use.html b/docs/com/infinityrefactoring/util/reflections/package-use.html deleted file mode 100644 index f7aa0fb..0000000 --- a/docs/com/infinityrefactoring/util/reflections/package-use.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -Uses of Package com.infinityrefactoring.util.reflections (Reflections 1.0 API) - - - - - - - - -
    - - - - - - - -
    - - -
    -

    Uses of Package
    com.infinityrefactoring.util.reflections

    -
    -
    - -
    - -
    - - - - - - - -
    - - -

    Copyright © 2017 InfinityRefactoring. All rights reserved.

    - - diff --git a/docs/constant-values.html b/docs/constant-values.html index d73d4cf..a352f20 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,10 +2,10 @@ - + -Constant Field Values (Reflections 1.5.0 API) - +Constant Field Values (Reflections 2.0.0 API) + @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@