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

Packages that use ReportLevel
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 ReportLevel in org.jcoderz.phoenix.report
 

Fields in org.jcoderz.phoenix.report declared as ReportLevel
static ReportLevel ReportLevel.MISC
          The ReportLevel misc.
static ReportLevel ReportLevel.PROD
          The ReportLevel prod.
static ReportLevel ReportLevel.TEST
          The ReportLevel test.
 

Methods in org.jcoderz.phoenix.report that return ReportLevel
static ReportLevel ReportLevel.fromInt(int i)
          Creates a ReportLevel object from its int representation.
static ReportLevel ReportLevel.fromString(String str)
          Creates a ReportLevel object from its String representation.
 ReportLevel ReportNormalizer.getLevel()
          Gets the level.
 ReportLevel JcReportAntTask.NestedReportElement.getLevel()
           
 

Methods in org.jcoderz.phoenix.report with parameters of type ReportLevel
 void JcoderzReport.addItems(ReportLevel level, Map<ResourceInfo,List<Item>> items)
          Just add items of a specific level to the report, do not write the file to persistent storage yet.
 void ReportNormalizer.setLevel(ReportLevel level)
          Sets the level.
 void JcoderzReport.setLevel(ReportLevel level)
          Sets the report level.
 

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

Methods in org.jcoderz.phoenix.report.jaxb that return ReportLevel
 ReportLevel FileType.getLevel()
          Gets the value of the level property.
 

Methods in org.jcoderz.phoenix.report.jaxb with parameters of type ReportLevel
 void FileType.setLevel(ReportLevel value)
          Sets the value of the level property.
 

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

Fields in org.jcoderz.phoenix.report.jaxb.impl declared as ReportLevel
protected  ReportLevel FileTypeImpl._Level
           
 

Methods in org.jcoderz.phoenix.report.jaxb.impl that return ReportLevel
 ReportLevel FileTypeImpl.getLevel()
           
 

Methods in org.jcoderz.phoenix.report.jaxb.impl with parameters of type ReportLevel
 void FileTypeImpl.setLevel(ReportLevel value)
           
 



Copyright 2007 The jCoderZ Project.