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