|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.impl.StackTracePackageElement
public class StackTracePackageElement
Package data for a StackTraceElement.
Constructor Summary | |
---|---|
StackTracePackageElement(String location,
String version,
boolean exact)
Constructor that takes the location, version, and exact match flag. |
Method Summary | |
---|---|
String |
getLocation()
Return the location of the element. |
String |
getVersion()
Return the version of the element. |
boolean |
isExact()
Return the indicator of whether this is an exact match. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StackTracePackageElement(String location, String version, boolean exact)
location
- The location of the Class.version
- The version of the component.exact
- if true this is an exact package element.Method Detail |
---|
public String getLocation()
public String getVersion()
public boolean isExact()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |