hudson.plugins.cpptest.parser
Class MetViol

java.lang.Object
  extended by hudson.plugins.cpptest.parser.StdViol
      extended by hudson.plugins.cpptest.parser.MetViol

public class MetViol
extends StdViol

Java Bean class for a file of the Cpptest format. To detect Metrics violations. Extends violation of static analysis (StdViol).

Author:
Aurelien Hebert NQH: adapt for Cpptest

Constructor Summary
MetViol()
           
 
Method Summary
 String getResFile()
           
 void setResFile(String resFile)
           
 
Methods inherited from class hudson.plugins.cpptest.parser.StdViol
getCat, getLang, getLn, getLocEndLn, getLocFile, getLocStartln, getMsg, getRule, getSev, getSupp, setCat, setLang, setLn, setLocEndLn, setLocFile, setLocStartln, setMsg, setRule, setSev, setSupp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetViol

public MetViol()
Method Detail

setResFile

public void setResFile(String resFile)

getResFile

public String getResFile()


Copyright © 2004-2013. All Rights Reserved.