JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
G
I
J
R
S
T
A
accept(Server)
- Method in class io.jooby.run.
ServerRef
addResource(Path, BiConsumer<String, Path>)
- Method in class io.jooby.run.
JoobyRun
Add the given path to the project classpath.
addResource(Path)
- Method in class io.jooby.run.
JoobyRun
Add the given path to the project classpath.
G
getCompileExtensions()
- Method in class io.jooby.run.
JoobyRunOptions
List of file extensions that trigger a compilation request.
getMainClass()
- Method in class io.jooby.run.
JoobyRunOptions
Main class to run.
getPort()
- Method in class io.jooby.run.
JoobyRunOptions
Application port.
getProjectName()
- Method in class io.jooby.run.
JoobyRunOptions
Project name.
getRestartExtensions()
- Method in class io.jooby.run.
JoobyRunOptions
List of file extensions that trigger an application restart.
getWaitTimeBeforeRestart()
- Method in class io.jooby.run.
JoobyRunOptions
How long to wait after last file change to restart.
I
io.jooby.run
- package io.jooby.run
isCompileExtension(Path)
- Method in class io.jooby.run.
JoobyRunOptions
Test if the given path matches a compile extension.
isRestartExtension(Path)
- Method in class io.jooby.run.
JoobyRunOptions
Test if the given path matches a restart extension.
J
JoobyRun
- Class in
io.jooby.run
Allow to restart an application on file changes.
JoobyRun(JoobyRunOptions)
- Constructor for class io.jooby.run.
JoobyRun
Creates a new instances with the given options.
JoobyRunOptions
- Class in
io.jooby.run
Jooby run options.
JoobyRunOptions()
- Constructor for class io.jooby.run.
JoobyRunOptions
R
restart()
- Method in class io.jooby.run.
JoobyRun
Restart the application.
S
ServerRef
- Class in
io.jooby.run
This class is loaded as part of project classpath.
ServerRef()
- Constructor for class io.jooby.run.
ServerRef
setCompileExtensions(List<String>)
- Method in class io.jooby.run.
JoobyRunOptions
Set compile extensions.
setMainClass(String)
- Method in class io.jooby.run.
JoobyRunOptions
Set main class name.
setPort(Integer)
- Method in class io.jooby.run.
JoobyRunOptions
Set application port.
setProjectName(String)
- Method in class io.jooby.run.
JoobyRunOptions
Set project name.
setRestartExtensions(List<String>)
- Method in class io.jooby.run.
JoobyRunOptions
Set restart extensions.
setWaitTimeBeforeRestart(Long)
- Method in class io.jooby.run.
JoobyRunOptions
Set wait time before restart on file change.
shutdown()
- Method in class io.jooby.run.
JoobyRun
Stop and shutdown the application.
start()
- Method in class io.jooby.run.
JoobyRun
Start the application.
stop()
- Static method in class io.jooby.run.
ServerRef
Stop the current running server.
T
toString()
- Method in class io.jooby.run.
JoobyRun
toString()
- Method in class io.jooby.run.
JoobyRunOptions
A
G
I
J
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.