Class ExtendedClassInfo
java.lang.Object
org.apache.logging.log4j.core.impl.ExtendedClassInfo
- All Implemented Interfaces:
Serializable
Deprecated.
Class and package data used with a
StackTraceElement
in a ExtendedStackTraceElement
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedClassInfo
(boolean exact, String location, String version) Deprecated.Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
getExact()
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.void
renderOn
(StringBuilder output, TextRenderer textRenderer) Deprecated.toString()
Deprecated.
-
Constructor Details
-
ExtendedClassInfo
Deprecated.Constructs a new instance.- Parameters:
exact
- Whether the class was obtained viasun.reflect.Reflection#getCallerClass(int)
.location
- a classpath element or a jarversion
- the string describing a version
-
-
Method Details
-
equals
Deprecated. -
getExact
public boolean getExact()Deprecated. -
getLocation
Deprecated. -
getVersion
Deprecated. -
hashCode
public int hashCode()Deprecated. -
renderOn
Deprecated. -
toString
Deprecated.
-