Package com.google.template.soy.base

Examples of com.google.template.soy.base.VolatileSoyFileSupplier$VolatileFileVersion


     * @param inputFile The Soy file.
     * @param soyFileKind The kind of this input Soy file.
     * @return This builder.
     */
    public Builder addVolatileWithKind(File inputFile, SoyFileKind soyFileKind) {
      listBuilder.add(new VolatileSoyFileSupplier(inputFile, soyFileKind));
      return this;
    }
View Full Code Here

TOP

Related Classes of com.google.template.soy.base.VolatileSoyFileSupplier$VolatileFileVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.