Uses of Enum Class
com.google.javascript.jscomp.AbstractCommandLineRunner.JsSourceType
Packages that use AbstractCommandLineRunner.JsSourceType
-
Uses of AbstractCommandLineRunner.JsSourceType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.JsSourceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractCommandLineRunner.JsSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.google.javascript.jscomp with type arguments of type AbstractCommandLineRunner.JsSourceTypeModifier 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.