Class LazyConfigCompiler

  • All Implemented Interfaces:
    ConfigCompiler

    public class LazyConfigCompiler
    extends java.lang.Object
    implements ConfigCompiler
    Represents a compiler that waits performing the compilation until the requested builder is requested from the CompiledBuilder.
    Author:
    Ulf Lilleengen
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyConfigCompiler​(java.io.File outputDirectory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CompiledBuilder compile​(com.yahoo.vespa.config.buildergen.ConfigDefinitionClass defClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LazyConfigCompiler

        public LazyConfigCompiler​(java.io.File outputDirectory)