|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
Parses the CoverageLogger class to discover the BCEL compatible invocation objects and names.
Constructor Summary | |
ParseCoverageLogger()
Reference the default CoverageLogger for creation. |
|
ParseCoverageLogger(java.lang.Class coverageClass,
java.lang.String methodName)
Discovers the method signature and accompanying information for a specific coverage logger to generate. |
Method Summary | |
java.lang.String |
getClassName()
Returns the fully-qualified class name for the CoverageLogger. |
java.lang.String |
getMethodName()
Returns the name of the method, without the signature. |
java.lang.String |
getMethodSignature()
Returns the signature of the method, without the method name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParseCoverageLogger()
public ParseCoverageLogger(java.lang.Class coverageClass, java.lang.String methodName)
Method Detail |
public java.lang.String getClassName()
public java.lang.String getMethodName()
public java.lang.String getMethodSignature()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |