Uses of Class
ro.isdc.wro.extensions.support.lint.ReportXmlFormatter.FormatterType

Packages that use ReportXmlFormatter.FormatterType
ro.isdc.wro.extensions.support.lint   
ro.isdc.wro.maven.plugin   
 

Uses of ReportXmlFormatter.FormatterType in ro.isdc.wro.extensions.support.lint
 

Methods in ro.isdc.wro.extensions.support.lint that return ReportXmlFormatter.FormatterType
static ReportXmlFormatter.FormatterType ReportXmlFormatter.FormatterType.getByFormat(String format)
           
static ReportXmlFormatter.FormatterType ReportXmlFormatter.FormatterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportXmlFormatter.FormatterType[] ReportXmlFormatter.FormatterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ro.isdc.wro.extensions.support.lint with parameters of type ReportXmlFormatter.FormatterType
static ReportXmlFormatter ReportXmlFormatter.create(LintReport<LintItem> lintReport, ReportXmlFormatter.FormatterType formatterType)
          Factory method for creating ReportXmlFormatter.
static ReportXmlFormatter ReportXmlFormatter.createForCssLintError(LintReport<CssLintError> lintReport, ReportXmlFormatter.FormatterType formatterType)
           
static ReportXmlFormatter ReportXmlFormatter.createForLinterError(LintReport<LinterError> lintReport, ReportXmlFormatter.FormatterType formatterType)
           
 

Constructors in ro.isdc.wro.extensions.support.lint with parameters of type ReportXmlFormatter.FormatterType
ReportXmlFormatter(LintReport<LintItem> lintReport, ReportXmlFormatter.FormatterType type)
           
 

Uses of ReportXmlFormatter.FormatterType in ro.isdc.wro.maven.plugin
 

Methods in ro.isdc.wro.maven.plugin with parameters of type ReportXmlFormatter.FormatterType
protected  ReportXmlFormatter CssLintMojo.createXmlFormatter(LintReport<CssLintError> lintReport, ReportXmlFormatter.FormatterType type)
          
protected  ReportXmlFormatter JsLintMojo.createXmlFormatter(LintReport<LinterError> lintReport, ReportXmlFormatter.FormatterType type)
          
protected  ReportXmlFormatter JsHintMojo.createXmlFormatter(LintReport<LinterError> lintReport, ReportXmlFormatter.FormatterType type)
          
protected abstract  ReportXmlFormatter AbstractLinterMojo.createXmlFormatter(LintReport<T> lintReport, ReportXmlFormatter.FormatterType type)
           
 



Copyright © 2008-2013. All Rights Reserved.