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

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

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)
           
 



Copyright © 2008-2013. All Rights Reserved.