Class PaxLocationInfoImpl
- java.lang.Object
-
- org.ops4j.pax.logging.log4j2.internal.spi.PaxLocationInfoImpl
-
- All Implemented Interfaces:
org.ops4j.pax.logging.spi.PaxLocationInfo
public class PaxLocationInfoImpl extends Object implements org.ops4j.pax.logging.spi.PaxLocationInfo
-
-
Constructor Summary
Constructors Constructor Description PaxLocationInfoImpl(StackTraceElement source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetFileName()StringgetLineNumber()StringgetMethodName()
-
-
-
Constructor Detail
-
PaxLocationInfoImpl
public PaxLocationInfoImpl(StackTraceElement source)
-
-
Method Detail
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceorg.ops4j.pax.logging.spi.PaxLocationInfo
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceorg.ops4j.pax.logging.spi.PaxLocationInfo
-
getLineNumber
public String getLineNumber()
- Specified by:
getLineNumberin interfaceorg.ops4j.pax.logging.spi.PaxLocationInfo
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein interfaceorg.ops4j.pax.logging.spi.PaxLocationInfo
-
-