Index

A B C E F G H I L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AotBrowserCallableFinder - Class in com.vaadin.hilla.engine
Finds browser callables (endpoints) in a non-running Hilla application, using Spring AOT to detect available beans and select those who are annotated.
AotBrowserCallableFinder() - Constructor for class com.vaadin.hilla.engine.AotBrowserCallableFinder
 
arguments() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the arguments to use when running the command.
arguments() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
arguments() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
artifactId(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

B

baseDir(Path) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
browserCallableFinder(BrowserCallableFinder) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
BrowserCallableFinder - Interface in com.vaadin.hilla.engine
Functional interface for finding browser-callable classes.
BrowserCallableFinderException - Exception in com.vaadin.hilla.engine
 
BrowserCallableFinderException(String) - Constructor for exception com.vaadin.hilla.engine.BrowserCallableFinderException
 
BrowserCallableFinderException(Throwable) - Constructor for exception com.vaadin.hilla.engine.BrowserCallableFinderException
 
build() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
buildDir(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
buildDir(Path) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
Builder() - Constructor for class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
Builder(EngineAutoConfiguration) - Constructor for class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

C

classesDirs(List<Path>) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
classFinder(ClassFinder) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
classLoader(ClassLoader) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
classpath(Collection<String>) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
com.vaadin.hilla.engine - package com.vaadin.hilla.engine
 
com.vaadin.hilla.engine.commandrunner - package com.vaadin.hilla.engine.commandrunner
 
CommandNotFoundException - Exception in com.vaadin.hilla.engine.commandrunner
Thrown by CommandRunner when a command is not available.
CommandNotFoundException(String) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandNotFoundException
 
CommandNotFoundException(String, Throwable) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandNotFoundException
 
CommandRunner - Interface in com.vaadin.hilla.engine.commandrunner
A generic command runner which throws a CommandRunnerException.
CommandRunnerException - Exception in com.vaadin.hilla.engine.commandrunner
A generic exception thrown by a CommandRunner.
CommandRunnerException(String) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandRunnerException
 
CommandRunnerException(String, Throwable) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandRunnerException
 
ConfigurationException - Exception in com.vaadin.hilla.engine
 
createProcessBuilder(List<String>) - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Constructs a ProcessBuilder Instance using the passed in commands and arguments.
currentDirectory() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the directory to run the command in.
currentDirectory() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
currentDirectory() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 

E

endpointAnnotations(Class<? extends Annotation>...) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
endpointExposedAnnotations(Class<? extends Annotation>...) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
EngineAutoConfiguration - Class in com.vaadin.hilla.engine
The default configuration for the Hilla engine.
EngineAutoConfiguration.Builder - Class in com.vaadin.hilla.engine
 
EngineConfiguration - Interface in com.vaadin.hilla.engine
Configuration for the generator engine.
environment() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
The custom environment variables needed for running the commands can be provided using this method.
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
equals(Object) - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
equals(Object) - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
executables() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the executables to try, in order of preference.
executables() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
executables() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 

F

find(EngineAutoConfiguration) - Static method in class com.vaadin.hilla.engine.AotBrowserCallableFinder
Finds the classes annotated with the endpoint annotations.
find(EngineAutoConfiguration) - Method in interface com.vaadin.hilla.engine.BrowserCallableFinder
Finds and returns a list of browser-callable classes based on the provided configuration.
find(EngineAutoConfiguration) - Static method in class com.vaadin.hilla.engine.LookupBrowserCallableFinder
Implements the BrowserCallableFinder interface.
forProject(File, String...) - Static method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
Creates a Gradle runner for the given project directory.
forProject(File, String...) - Static method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
Creates a Maven runner for the given project directory.

G

GENERATED_FILE_LIST_NAME - Static variable in class com.vaadin.hilla.engine.GeneratorProcessor
 
generator(GeneratorConfiguration) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
GeneratorConfiguration - Class in com.vaadin.hilla.engine
 
GeneratorConfiguration() - Constructor for class com.vaadin.hilla.engine.GeneratorConfiguration
 
GeneratorConfiguration.Plugin - Class in com.vaadin.hilla.engine
 
GeneratorConfiguration.Plugins - Class in com.vaadin.hilla.engine
 
GeneratorException - Exception in com.vaadin.hilla.engine
 
GeneratorProcessor - Class in com.vaadin.hilla.engine
 
GeneratorProcessor(EngineAutoConfiguration) - Constructor for class com.vaadin.hilla.engine.GeneratorProcessor
 
getArtifactId() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getBaseDir() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getBrowserCallableFinder() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getBrowserCallableFinder(BrowserCallableFinder) - Method in interface com.vaadin.hilla.engine.EngineConfiguration
Returns the finder for browser-callable classes.
getBuildDir() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getClassesDirs() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getClassFinder() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getClassLoader() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getClassLoader(ClassLoader) - Method in interface com.vaadin.hilla.engine.EngineConfiguration
Returns the class loader to use for loading classes.
getClasspath() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getConfiguration() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
getCurrentProcessInfo() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Fetches the Java executable path that initiated the current java process
getDefault() - Static method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getDisable() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getDisabledOptions() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getDisabledOptions() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
getEndpointAnnotations() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getEndpointAnnotations() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getEndpointExposedAnnotations() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getEndpointExposedAnnotations() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getGenerator() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getGroupId() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getLogger() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the logger to use.
getLogger() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
getLogger() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
getMainClass() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getName() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
getNodeCommand() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getOpenAPIBasePath() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getOpenAPIFile() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getOutputDir() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getParser() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
getPath() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
getPlugins() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
getPlugins() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getUse() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getUsedOptions() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getUsedOptions() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
GradleRunner - Class in com.vaadin.hilla.engine.commandrunner
Runs a Gradle command.
GradleRunner(File, String...) - Constructor for class com.vaadin.hilla.engine.commandrunner.GradleRunner
Creates a Gradle runner.
groupId(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

H

hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
hashCode() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
hashCode() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 

I

IS_WINDOWS - Static variable in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
 
isDisableAllDefaults() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
isProductionMode() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 

L

LookupBrowserCallableFinder - Class in com.vaadin.hilla.engine
Finds browser callables (endpoints) in a running Hilla application by inspecting the classes annotated with the endpoint annotations.
LookupBrowserCallableFinder() - Constructor for class com.vaadin.hilla.engine.LookupBrowserCallableFinder
 

M

mainClass(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
MavenRunner - Class in com.vaadin.hilla.engine.commandrunner
Runs a Maven command.
MavenRunner(File, String...) - Constructor for class com.vaadin.hilla.engine.commandrunner.MavenRunner
Creates a Maven runner.

N

nodeCommand(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

O

OPEN_API_PATH - Static variable in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
outputDir(String) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
outputDir(Path) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

P

parser(ParserConfiguration) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
ParserConfiguration - Class in com.vaadin.hilla.engine
 
ParserConfiguration() - Constructor for class com.vaadin.hilla.engine.ParserConfiguration
 
ParserConfiguration.Plugin - Class in com.vaadin.hilla.engine
 
ParserConfiguration.Plugins - Class in com.vaadin.hilla.engine
 
ParserException - Exception in com.vaadin.hilla.engine
 
ParserException(String, Throwable) - Constructor for exception com.vaadin.hilla.engine.ParserException
 
ParserProcessor - Class in com.vaadin.hilla.engine
 
ParserProcessor(EngineAutoConfiguration) - Constructor for class com.vaadin.hilla.engine.ParserProcessor
 
Plugin() - Constructor for class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
Plugin() - Constructor for class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
Plugin(String, PluginConfiguration) - Constructor for class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
Plugins() - Constructor for class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
Plugins() - Constructor for class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
process() - Method in class com.vaadin.hilla.engine.GeneratorProcessor
 
process(List<Class<?>>) - Method in class com.vaadin.hilla.engine.ParserProcessor
 
productionMode(boolean) - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 

R

run(Consumer<OutputStream>) - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Run the command.
run(Consumer<OutputStream>, boolean) - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Run the command.
run(Consumer<OutputStream>, Consumer<InputStream>, Consumer<InputStream>) - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Run the command.

S

setDefault(EngineAutoConfiguration) - Static method in class com.vaadin.hilla.engine.EngineAutoConfiguration
 
setEndpointAnnotations(List<Class<? extends Annotation>>) - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
setEndpointExposedAnnotations(List<Class<? extends Annotation>>) - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
shouldAllDefaultsBeDisabled() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
shouldAllDefaultsBeDisabled() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 

T

testArguments() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the arguments to use when testing if the command is available.
testArguments() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
testArguments() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 

W

withDefaultAnnotations() - Method in class com.vaadin.hilla.engine.EngineAutoConfiguration.Builder
 
A B C E F G H I L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form