Class ExtendedClassInfo
- java.lang.Object
-
- org.apache.logging.log4j.core.impl.ExtendedClassInfo
-
- All Implemented Interfaces:
Serializable
public final class ExtendedClassInfo extends Object implements Serializable
Class and package data used with aStackTraceElement
in aExtendedStackTraceElement
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtendedClassInfo(boolean exact, String location, String version)
Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getExact()
String
getLocation()
String
getVersion()
int
hashCode()
void
renderOn(StringBuilder output, TextRenderer textRenderer)
String
toString()
-
-
-
Method Detail
-
getExact
public boolean getExact()
-
getLocation
public String getLocation()
-
getVersion
public String getVersion()
-
renderOn
public void renderOn(StringBuilder output, TextRenderer textRenderer)
-
-