com.jcoverage.reporting
Interface Serializer

All Known Implementing Classes:
FileSerializer

public interface Serializer

An object that can construct Writers on behalf of report formatters.


Method Summary
 java.io.Writer getWriterForPath(java.lang.String path)
           
 

Method Detail

getWriterForPath

public java.io.Writer getWriterForPath(java.lang.String path)
                                throws ReportingException
Throws:
ReportingException