Uses of Class
com.google.javascript.jscomp.AbstractCommandLineRunner.JsSourceType
-
Packages that use AbstractCommandLineRunner.JsSourceType Package Description com.google.javascript.jscomp -
-
Uses of AbstractCommandLineRunner.JsSourceType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.JsSourceType Modifier and Type Method Description static AbstractCommandLineRunner.JsSourceTypeAbstractCommandLineRunner.JsSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractCommandLineRunner.JsSourceType[]AbstractCommandLineRunner.JsSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.google.javascript.jscomp with type arguments of type AbstractCommandLineRunner.JsSourceType Modifier and Type Method Description protected java.util.List<SourceFile>AbstractCommandLineRunner. createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files, @Nullable java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles, boolean allowStdIn, java.util.List<AbstractCommandLineRunner.JsChunkSpec> jsChunkSpecs)Creates inputs from a list of source files, zips and json files.AbstractCommandLineRunner.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setMixedJsSources(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> mixedJsSources)The JavaScript source file names, including .js and .zip files.
-