Uses of Class
org.jcoderz.phoenix.report.Origin

Packages that use Origin
org.jcoderz.phoenix.report The JCReport performs the following steps: Running tools on the source or class files. 
org.jcoderz.phoenix.report.jaxb   
org.jcoderz.phoenix.report.jaxb.impl   
 

Uses of Origin in org.jcoderz.phoenix.report
 

Fields in org.jcoderz.phoenix.report declared as Origin
static Origin Origin.CHECKSTYLE
          Checkstyle findings report http://checkstyle.sf.net/
static Origin Origin.COVERAGE
          Emma http://emma.sf.net or Cobertura http://cobertura.sf.net coverage report.
static Origin Origin.CPD
          Copy & Paste report http://pmd.sf.net/
static Origin Origin.FINDBUGS
          Findbugs findings report http://findbugs.sf.net/
static Origin Origin.JAVA_DOC
          JavaDoc messages http://java.sun.com/j2se/javadoc/.
static Origin Origin.PMD
          PMD findings report http://pmd.sf.net/
static Origin Origin.SYSTEM
          jcoderz report merger system errors.
 

Methods in org.jcoderz.phoenix.report that return Origin
static Origin Origin.fromString(String str)
          Creates a Origin object from the String representation.
 

Methods in org.jcoderz.phoenix.report with parameters of type Origin
static GenericReportReader GenericReportReader.initialize(Origin findingType)
          Initializes the selected finding type.
static void FindingType.initialize(Origin origin)
          Initializes the findings with the given origin.
 

Uses of Origin in org.jcoderz.phoenix.report.jaxb
 

Methods in org.jcoderz.phoenix.report.jaxb that return Origin
 Origin ItemType.getOrigin()
          Gets the value of the origin property.
 

Methods in org.jcoderz.phoenix.report.jaxb with parameters of type Origin
 void ItemType.setOrigin(Origin value)
          Sets the value of the origin property.
 

Uses of Origin in org.jcoderz.phoenix.report.jaxb.impl
 

Fields in org.jcoderz.phoenix.report.jaxb.impl declared as Origin
protected  Origin ItemTypeImpl._Origin
           
 

Methods in org.jcoderz.phoenix.report.jaxb.impl that return Origin
 Origin ItemTypeImpl.getOrigin()
           
 

Methods in org.jcoderz.phoenix.report.jaxb.impl with parameters of type Origin
 void ItemTypeImpl.setOrigin(Origin value)
           
 



Copyright 2007 The jCoderZ Project.