| Package | Description | 
|---|---|
| org.wildfly.swarm.config.management | |
| org.wildfly.swarm.config.management.access | 
| Modifier and Type | Method and Description | 
|---|---|
PeriodicRotatingFileHandler | 
AuditAccess.AuditAccessResources.periodicRotatingFileHandler(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<PeriodicRotatingFileHandler> | 
AuditAccess.AuditAccessResources.periodicRotatingFileHandlers()
Get the list of PeriodicRotatingFileHandler resources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AuditAccess.periodicRotatingFileHandler(PeriodicRotatingFileHandler value)
Add the PeriodicRotatingFileHandler object to the list of subresources 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AuditAccess.periodicRotatingFileHandlers(List<PeriodicRotatingFileHandler> value)
Add all PeriodicRotatingFileHandler objects to this subresource 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PeriodicRotatingFileHandler<T extends PeriodicRotatingFileHandler<T>>
A management audit log handler which writes to a file, rotating the log after
 a time period derived from the given suffix string, which should be in a
 format understood by java.text.SimpleDateFormat. 
 | 
interface  | 
PeriodicRotatingFileHandlerConsumer<T extends PeriodicRotatingFileHandler<T>>  | 
interface  | 
PeriodicRotatingFileHandlerSupplier<T extends PeriodicRotatingFileHandler>  | 
| Modifier and Type | Method and Description | 
|---|---|
PeriodicRotatingFileHandler | 
PeriodicRotatingFileHandlerSupplier.get()
Constructed instance of PeriodicRotatingFileHandler resource 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.