org.plovr
Class PlovrDiagnosticGroups

java.lang.Object
  extended by com.google.javascript.jscomp.DiagnosticGroups
      extended by org.plovr.PlovrDiagnosticGroups

public class PlovrDiagnosticGroups
extends DiagnosticGroups


Field Summary
 
Fields inherited from class com.google.javascript.jscomp.DiagnosticGroups
ACCESS_CONTROLS, AMBIGUOUS_FUNCTION_DECL, CHECK_PROVIDES, CHECK_REGEXP, CHECK_TYPES, CHECK_USELESS_CODE, CHECK_VARIABLES, CONST, CONSTANT_PROPERTY, DEBUGGER_STATEMENT_PRESENT, DEPRECATED, DUPLICATE_VARS, ES5_STRICT, EXTERNS_VALIDATION, FILEOVERVIEW_JSDOC, GLOBAL_THIS, INTERNET_EXPLORER_CHECKS, INVALID_CASTS, MISSING_PROPERTIES, NON_STANDARD_JSDOC, STRICT_MODULE_DEP_CHECK, TWEAKS, TYPE_INVALIDATION, UNDEFINED_VARIABLES, UNKNOWN_DEFINES, VISIBILITY
 
Constructor Summary
PlovrDiagnosticGroups()
           
 
Method Summary
 DiagnosticGroup forName(String name)
           
 Map<String,DiagnosticGroup> getRegisteredGroups()
           
 DiagnosticGroup registerGroup(String name, DiagnosticGroup... groups)
           
 DiagnosticGroup registerGroup(String name, DiagnosticGroup group)
           
 DiagnosticGroup registerGroup(String name, DiagnosticType... types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlovrDiagnosticGroups

public PlovrDiagnosticGroups()
Method Detail

registerGroup

public DiagnosticGroup registerGroup(String name,
                                     DiagnosticGroup group)

registerGroup

public DiagnosticGroup registerGroup(String name,
                                     DiagnosticType... types)

registerGroup

public DiagnosticGroup registerGroup(String name,
                                     DiagnosticGroup... groups)

getRegisteredGroups

public Map<String,DiagnosticGroup> getRegisteredGroups()
Overrides:
getRegisteredGroups in class DiagnosticGroups

forName

public DiagnosticGroup forName(String name)
Overrides:
forName in class DiagnosticGroups