Class AbstractCommandLineRunner.JsModuleSpec

    • Method Detail

      • create

        public static AbstractCommandLineRunner.JsModuleSpec create​(java.lang.String specString,
                                                                    boolean isFirstModule)
        Parameters:
        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.
        Returns:
        A parsed js module spec.
      • getName

        public java.lang.String getName()
      • getNumInputs

        public int getNumInputs()
      • getDeps

        public com.google.common.collect.ImmutableList<java.lang.String> getDeps()
      • getNumJsFiles

        public int getNumJsFiles()