Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractCommandLineRunner.FlagEntry<T>> |
CommandLineRunner.Flags.MultiFlagSetter.entries |
private static java.util.List<AbstractCommandLineRunner.FlagEntry<CheckLevel>> |
CommandLineRunner.Flags.guardLevels |
private java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> |
AbstractCommandLineRunner.CommandLineConfig.mixedJsSources |
private static java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> |
CommandLineRunner.Flags.mixedJsSources |
private java.util.ArrayList<AbstractCommandLineRunner.FlagEntry<CheckLevel>> |
AbstractCommandLineRunner.CommandLineConfig.warningGuards |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> |
CommandLineRunner.Flags.getMixedJsSources() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<SourceFile> |
AbstractCommandLineRunner.createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
boolean allowStdIn,
java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of files.
|
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.
|
protected java.util.List<SourceFile> |
AbstractCommandLineRunner.createInputs(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles,
java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs)
Creates inputs from a list of source files and json files.
|
private java.util.List<SourceFile> |
AbstractCommandLineRunner.createSourceInputs(java.util.List<AbstractCommandLineRunner.JsModuleSpec> jsModuleSpecs,
java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> files,
java.util.List<AbstractCommandLineRunner.JsonFileSpec> jsonFiles)
Creates JS source code inputs from a list of files.
|
(package private) AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setMixedJsSources(java.util.List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> mixedJsSources)
The JavaScript source file names, including .js and .zip files.
|
(package private) AbstractCommandLineRunner.CommandLineConfig |
AbstractCommandLineRunner.CommandLineConfig.setWarningGuards(java.util.List<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards)
Add warning guards.
|
Constructor and Description |
---|
MultiFlagSetter(org.kohsuke.args4j.spi.Setter<? super java.lang.String> proxy,
T flag,
java.util.List<AbstractCommandLineRunner.FlagEntry<T>> entries) |