Package com.google.javascript.jscomp
Class AbstractCommandLineRunner.JsChunkSpec
java.lang.Object
com.google.javascript.jscomp.AbstractCommandLineRunner.JsChunkSpec
- Enclosing class:
AbstractCommandLineRunner<A extends Compiler,
B extends CompilerOptions>
Represents a specification for a serving chunk.
-
Method Details
-
create
- Parameters:
specString
- The spec format is:name:num-js-files[:[dep,...][:]]
. Module names must not contain the ':' character.isFirstChunk
- Whether the spec is for the first module.- Returns:
- A parsed chunk spec.
-
getName
-
getNumInputs
public int getNumInputs() -
getDeps
-
getNumJsFiles
public int getNumJsFiles()
-