com.vaadin.hilla.engine.

Class EngineAutoConfiguration

java.lang.Object
com.vaadin.hilla.engine.EngineAutoConfiguration
public class EngineAutoConfiguration extends Object

The default configuration for the Hilla engine. For internal use only.

See Also:

  • Field Details

  • Method Details

    • getClasspath

      public Set<Path> getClasspath()
    • getGroupId

      public String getGroupId()
    • getArtifactId

      public String getArtifactId()
    • getMainClass

      public String getMainClass()
    • getBuildDir

      public Path getBuildDir()
    • getBaseDir

      public Path getBaseDir()
    • getClassesDirs

      public List<Path> getClassesDirs()
    • getGenerator

      public GeneratorConfiguration getGenerator()
    • getOutputDir

      public Path getOutputDir()
    • getParser

      public ParserConfiguration getParser()
    • isProductionMode

      public boolean isProductionMode()
    • getNodeCommand

      public String getNodeCommand()
    • getClassFinder

      public ClassFinder getClassFinder()
    • getClassLoader

      public ClassLoader getClassLoader()
    • getEndpointAnnotations

      public List<Class<? extends Annotation>> getEndpointAnnotations()
    • getEndpointExposedAnnotations

      public List<Class<? extends Annotation>> getEndpointExposedAnnotations()
    • getOpenAPIFile

      public Path getOpenAPIFile()
    • getBrowserCallableFinder

      public BrowserCallableFinder getBrowserCallableFinder()
    • getDefault

      public static EngineAutoConfiguration getDefault()
    • setDefault

      public static void setDefault(EngineAutoConfiguration config)