Package | Description |
---|---|
io.jooby | |
io.jooby.internal |
Modifier and Type | Method and Description |
---|---|
static Asset |
Asset.create(Path resource)
Creates a file system asset.
|
static Asset |
Asset.create(String path,
URL resource)
Creates a URL asset with the given path.
|
Asset |
AssetSource.resolve(String path)
Resolve an asset using the given path.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAsset
File system asset.
|
class |
JarAsset |
class |
URLAsset
URL asset.
|
Modifier and Type | Method and Description |
---|---|
Asset |
ClassPathAssetSource.resolve(String path) |
Asset |
FileDiskAssetSource.resolve(String path) |
Asset |
FolderDiskAssetSource.resolve(String path) |
Copyright © 2020. All rights reserved.