com.jeantessier.dependency
Class MetricsReport

java.lang.Object
  |
  +--com.jeantessier.dependency.MetricsReport

public class MetricsReport
extends java.lang.Object


Constructor Summary
MetricsReport(java.io.PrintWriter out)
           
 
Method Summary
 boolean isChartingClassesPerPackage()
           
 boolean isChartingFeaturesPerClass()
           
 boolean isChartingInboundsPerClass()
           
 boolean isChartingInboundsPerFeature()
           
 boolean isChartingInboundsPerPackage()
           
 boolean isChartingOutboundsPerClass()
           
 boolean isChartingOutboundsPerFeature()
           
 boolean isChartingOutboundsPerPackage()
           
 boolean isListingElements()
           
 void process(MetricsGatherer metrics)
           
 void setChartingClassesPerPackage(boolean chartingClassesPerPackage)
           
 void setChartingFeaturesPerClass(boolean chartingFeaturesPerClass)
           
 void setChartingInboundsPerClass(boolean chartingInboundsPerClass)
           
 void setChartingInboundsPerFeature(boolean chartingInboundsPerFeature)
           
 void setChartingInboundsPerPackage(boolean chartingInboundsPerPackage)
           
 void setChartingOutboundsPerClass(boolean chartingOutboundsPerClass)
           
 void setChartingOutboundsPerFeature(boolean chartingOutboundsPerFeature)
           
 void setChartingOutboundsPerPackage(boolean chartingOutboundsPerPackage)
           
 void setListingElements(boolean listingElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsReport

public MetricsReport(java.io.PrintWriter out)
Method Detail

isListingElements

public boolean isListingElements()

setListingElements

public void setListingElements(boolean listingElements)

isChartingClassesPerPackage

public boolean isChartingClassesPerPackage()

setChartingClassesPerPackage

public void setChartingClassesPerPackage(boolean chartingClassesPerPackage)

isChartingFeaturesPerClass

public boolean isChartingFeaturesPerClass()

setChartingFeaturesPerClass

public void setChartingFeaturesPerClass(boolean chartingFeaturesPerClass)

isChartingInboundsPerPackage

public boolean isChartingInboundsPerPackage()

setChartingInboundsPerPackage

public void setChartingInboundsPerPackage(boolean chartingInboundsPerPackage)

isChartingOutboundsPerPackage

public boolean isChartingOutboundsPerPackage()

setChartingOutboundsPerPackage

public void setChartingOutboundsPerPackage(boolean chartingOutboundsPerPackage)

isChartingInboundsPerClass

public boolean isChartingInboundsPerClass()

setChartingInboundsPerClass

public void setChartingInboundsPerClass(boolean chartingInboundsPerClass)

isChartingOutboundsPerClass

public boolean isChartingOutboundsPerClass()

setChartingOutboundsPerClass

public void setChartingOutboundsPerClass(boolean chartingOutboundsPerClass)

isChartingInboundsPerFeature

public boolean isChartingInboundsPerFeature()

setChartingInboundsPerFeature

public void setChartingInboundsPerFeature(boolean chartingInboundsPerFeature)

isChartingOutboundsPerFeature

public boolean isChartingOutboundsPerFeature()

setChartingOutboundsPerFeature

public void setChartingOutboundsPerFeature(boolean chartingOutboundsPerFeature)

process

public void process(MetricsGatherer metrics)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.