| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.compiler.PostCompileClass
PostCompileClass | public class PostCompileClass (Code) | | This is the main entry-point for performing the post-compilation of
class files.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:25 $ since: December 16, 2002 |
Method Summary | |
public void | postCompile(String filename, byte[] classFile, OutputStream classOut) Performs the post-compilation for the given class file for
all the internal analysis modules, and will write the new class file to
the given stream. |
PostCompileClass | public PostCompileClass(IMetaDataWriter writer, IAnalysisModule[] modules)(Code) | | Parameters: writer - meta-data output for the analysis generated forclass post-compiled; must not be null. Parameters: modules - a list of all analysis modules to use when post-compilingeach class; must not be null. exception: IllegalArgumentException - if either writer ormodules is null. |
PostCompileClass | public PostCompileClass(ParseCoverageLogger pcl, IMetaDataWriter writer, IAnalysisModule[] modules)(Code) | | Parameters: pcl - the parser for a specific CoverageLogger (may be null). Parameters: writer - meta-data output for the analysis generated forclass post-compiled; must not be null. Parameters: modules - a list of all analysis modules to use when post-compilingeach class; must not be null. exception: IllegalArgumentException - if either writer ormodules is null. since: December 28, 2002 |
postCompile | public void postCompile(String filename, byte[] classFile, OutputStream classOut) throws IOException(Code) | | Performs the post-compilation for the given class file for
all the internal analysis modules, and will write the new class file to
the given stream.
|
|
|