Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.configuration |
Modifier and Type | Method and Description |
---|---|
File |
HandlerConfiguration.HandlerConfigurationResources.file(String key) |
Modifier and Type | Method and Description |
---|---|
List<File> |
HandlerConfiguration.HandlerConfigurationResources.files()
Get the list of File resources
|
Modifier and Type | Method and Description |
---|---|
T |
HandlerConfiguration.file(File value)
Add the File object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
HandlerConfiguration.files(List<File> value)
Add all File objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
File<T extends File<T>>
File handler
|
interface |
FileConsumer<T extends File<T>> |
interface |
FileSupplier<T extends File> |
Modifier and Type | Method and Description |
---|---|
File |
FileSupplier.get()
Constructed instance of File resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.