| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.compiler.ParseCoverageLogger
ParseCoverageLogger | public class ParseCoverageLogger (Code) | | Parses the CoverageLogger class to discover the BCEL compatible invocation
objects and names.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:25 $ since: December 17, 2002 |
Constructor Summary | |
public | ParseCoverageLogger() Reference the default CoverageLogger for creation. | public | ParseCoverageLogger(Class coverageClass, String methodName) Discovers the method signature and accompanying information for a
specific coverage logger to generate. |
ParseCoverageLogger | public ParseCoverageLogger()(Code) | | Reference the default CoverageLogger for creation.
|
ParseCoverageLogger | public ParseCoverageLogger(Class coverageClass, String methodName)(Code) | | Discovers the method signature and accompanying information for a
specific coverage logger to generate. The given method must exist
with the correct parameters, attributes, and return type.
Otherwise, an exception is raised.
|
getClassName | public String getClassName()(Code) | | Returns the fully-qualified class name for the CoverageLogger.
|
getMethodName | public String getMethodName()(Code) | | Returns the name of the method, without the signature.
|
getMethodSignature | public String getMethodSignature()(Code) | | Returns the signature of the method, without the method name.
|
|
|