| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<FileHandler> |
Logging.LoggingResources.fileHandlers()
Get the list of org.wildfly.swarm.config.logging.FileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.fileHandler(FileHandler value)
Add the org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.fileHandlers(List<FileHandler> value)
Add all org.wildfly.swarm.config.logging.FileHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileHandler<T extends FileHandler>
Defines a handler which writes to a file.
|
interface |
FileHandlerConfigurator<T extends FileHandler> |
| Modifier and Type | Method and Description |
|---|---|
List<FileHandler> |
LoggingProfile.LoggingProfileResources.fileHandlers()
Get the list of org.wildfly.swarm.config.logging.FileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.fileHandler(FileHandler value)
Add the org.wildfly.swarm.config.logging.FileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.fileHandlers(List<FileHandler> value)
Add all org.wildfly.swarm.config.logging.FileHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.