public static class AbstractCommandLineRunner.JsModuleSpec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AbstractCommandLineRunner.JsModuleSpec |
create(java.lang.String specString,
boolean isFirstModule) |
com.google.common.collect.ImmutableList<java.lang.String> |
getDeps() |
java.lang.String |
getName() |
int |
getNumInputs() |
int |
getNumJsFiles() |
public static AbstractCommandLineRunner.JsModuleSpec create(java.lang.String specString, boolean isFirstModule)
specString
- The spec format is: name:num-js-files[:[dep,...][:]]
. Module
names must not contain the ':' character.isFirstModule
- Whether the spec is for the first module.public java.lang.String getName()
public int getNumInputs()
public com.google.common.collect.ImmutableList<java.lang.String> getDeps()
public int getNumJsFiles()
Copyright © 2009-2019 Google. All Rights Reserved.