Uses of Class
org.hackystat.sensor.ant.findbugs.jaxb.Class

Packages that use Class
org.hackystat.sensor.ant.findbugs.jaxb   
 

Uses of Class in org.hackystat.sensor.ant.findbugs.jaxb
 

Fields in org.hackystat.sensor.ant.findbugs.jaxb declared as Class
protected  Class BugInstance.clazz
           
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb that return Class
 Class ObjectFactory.createClass()
          Create an instance of Class
 Class BugInstance.getClazz()
          Gets the value of the clazz property.
 

Methods in org.hackystat.sensor.ant.findbugs.jaxb with parameters of type Class
 void BugInstance.setClazz(Class value)
          Sets the value of the clazz property.