eu.lindenbaum.maven.erlang
Class ProfilingResult.Report

java.lang.Object
  extended by eu.lindenbaum.maven.erlang.ProfilingResult.Report
Enclosing interface:
ProfilingResult

public static class ProfilingResult.Report
extends Object

Contains the profiling report row-data.


Nested Class Summary
static class ProfilingResult.Report.Row
           
 
Constructor Summary
ProfilingResult.Report(File reportFile, Properties p)
           
 
Method Summary
 int getNumberOfRows()
           
 Collection<ProfilingResult.Report.Row> getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingResult.Report

public ProfilingResult.Report(File reportFile,
                              Properties p)
                       throws org.apache.maven.plugin.MojoExecutionException
Parameters:
reportFile - to build the result data from
Throws:
org.apache.maven.plugin.MojoExecutionException
Method Detail

getNumberOfRows

public int getNumberOfRows()

getRows

public Collection<ProfilingResult.Report.Row> getRows()


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.