ch.elca.dependency.report
Class LayeringViolationReportInfo

java.lang.Object
  |
  +--ch.elca.dependency.report.ReportInfo
        |
        +--ch.elca.dependency.report.LayeringViolationReportInfo
All Implemented Interfaces:
LayeringListener

public class LayeringViolationReportInfo
extends ch.elca.dependency.report.ReportInfo
implements LayeringListener

Class LayeringViolationReportInfo used to create information about layering violations. This only makes sense if a file with layer information were specified before analysis.

Version:
1.0-beta
Author:
Pawel Kowalski

Constructor Summary
LayeringViolationReportInfo()
           
 
Method Summary
 void layeringViolated(LayeringEvent event)
          Receive a LayeringViolated event.
protected  void reinitReportInfo()
          Reinitialize this ReportInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayeringViolationReportInfo

public LayeringViolationReportInfo()
Method Detail

layeringViolated

public void layeringViolated(LayeringEvent event)
Description copied from interface: LayeringListener
Receive a LayeringViolated event.

Specified by:
layeringViolated in interface LayeringListener
Parameters:
event - a LayeringEvent value

reinitReportInfo

protected void reinitReportInfo()
Reinitialize this ReportInfo.



Copyright © 2003 ELCA Informatique SA. All Rights Reserved.