Class ExtendedClassInfo
- java.lang.Object
-
- org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- All Implemented Interfaces:
Serializable
@Deprecated public final class ExtendedClassInfo extends Object implements Serializable
Deprecated.Class and package data used with aStackTraceElementin aExtendedStackTraceElement.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedClassInfo(boolean exact, String location, String version)Deprecated.Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.booleangetExact()Deprecated.StringgetLocation()Deprecated.StringgetVersion()Deprecated.inthashCode()Deprecated.voidrenderOn(StringBuilder output, TextRenderer textRenderer)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ExtendedClassInfo
public ExtendedClassInfo(boolean exact, String location, String version)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 Detail
-
getExact
public boolean getExact()
Deprecated.
-
getLocation
public String getLocation()
Deprecated.
-
getVersion
public String getVersion()
Deprecated.
-
renderOn
public void renderOn(StringBuilder output, TextRenderer textRenderer)
Deprecated.
-
-