Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.deployment.scanner |
Modifier and Type | Method and Description |
---|---|
Scanner |
DeploymentScanner.DeploymentScannerResources.scanner(String key) |
Modifier and Type | Method and Description |
---|---|
List<Scanner> |
DeploymentScanner.DeploymentScannerResources.scanners()
Get the list of Scanner resources
|
Modifier and Type | Method and Description |
---|---|
T |
DeploymentScanner.scanner(Scanner value)
Add the Scanner object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
DeploymentScanner.scanners(List<Scanner> value)
Add all Scanner objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Scanner<T extends Scanner<T>>
The configuration of the deployment scanner subsystem
|
interface |
ScannerConsumer<T extends Scanner<T>> |
interface |
ScannerSupplier<T extends Scanner> |
Modifier and Type | Method and Description |
---|---|
Scanner |
ScannerSupplier.get()
Constructed instance of Scanner resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.