Package | Description |
---|---|
ratpack.file |
Types for dealing with the file system and serving files.
|
ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
ratpack.test |
Modifier and Type | Method and Description |
---|---|
FileSystemBinding |
FileSystemBinding.binding(String path)
Construct a new binding by using the given path as a relative path from this bind point.
|
Modifier and Type | Method and Description |
---|---|
FileSystemBinding |
LaunchConfig.getBaseDir()
The base dir of the application, which is also the initial
FileSystemBinding . |
Modifier and Type | Method and Description |
---|---|
FileSystemBinding |
MockLaunchConfig.getBaseDir()
|