net.sf.jmd.checks.impl
Class CheckTemplate

java.lang.Object
  extended by net.sf.jmd.checks.impl.Check
      extended by net.sf.jmd.checks.impl.CheckTemplate
All Implemented Interfaces:
ICheck

public class CheckTemplate
extends Check
implements ICheck

This class serves as template for the development of new checks. You can simply copy and rename it. Then go ahead and implement your check.

Author:
Jan Hinzmann

Constructor Summary
CheckTemplate()
           
 
Method Summary
 java.util.List<IDifference> check(java.util.List<IDifference> currentDifferences)
           
 
Methods inherited from class net.sf.jmd.checks.impl.Check
getAMModelElements, getClasses, getDMModelElements, getInterfaces, getName, getPrivateOperations, getPublicMethods, getSeverity, initLists, reduceProblemSpaceToInterfaces, setName, setSeverity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jmd.checks.ICheck
getName, getSeverity, setName, setSeverity
 

Constructor Detail

CheckTemplate

public CheckTemplate()
Method Detail

check

public java.util.List<IDifference> check(java.util.List<IDifference> currentDifferences)
Specified by:
check in interface ICheck


Copyright © 2007-2010. All Rights Reserved.