Uses of Class
com.google.javascript.jscomp.AbstractCommandLineRunner.FlagEntry
-
Packages that use AbstractCommandLineRunner.FlagEntry Package Description com.google.javascript.jscomp -
-
Uses of AbstractCommandLineRunner.FlagEntry in com.google.javascript.jscomp
Method parameters in com.google.javascript.jscomp with type arguments of type AbstractCommandLineRunner.FlagEntry Modifier and Type Method Description protected java.util.List<SourceFile>
AbstractCommandLineRunner. createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files, java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles, boolean allowStdIn, java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files, zips and json files.AbstractCommandLineRunner.CommandLineConfig
AbstractCommandLineRunner.CommandLineConfig. setMixedJsSources(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> mixedJsSources)
The JavaScript source file names, including .js and .zip files.protected static void
AbstractCommandLineRunner. setWarningGuardOptions(CompilerOptions options, java.util.ArrayList<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards, DiagnosticGroups diagnosticGroups)
AbstractCommandLineRunner.CommandLineConfig
AbstractCommandLineRunner.CommandLineConfig. setWarningGuards(java.util.List<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards)
Add warning guards.
-