Class ExtendedClassInfo

    • Constructor Detail

      • ExtendedClassInfo

        public ExtendedClassInfo​(boolean exact,
                                 String location,
                                 String version)
        Deprecated.
        Constructs a new instance.
        Parameters:
        exact - Whether the class was obtained via sun.reflect.Reflection#getCallerClass(int).
        location - a classpath element or a jar
        version - the string describing a version
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • getExact

        public boolean getExact()
        Deprecated.
      • getLocation

        public String getLocation()
        Deprecated.
      • getVersion

        public String getVersion()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object