public class FileAuditLog<T extends FileAuditLog<T>> extends Object
Constructor and Description |
---|
FileAuditLog(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
attributeSynchronized()
Whether every event should be immediately synchronised to disk.
|
T |
attributeSynchronized(Boolean value)
Whether every event should be immediately synchronised to disk.
|
Boolean |
autoflush()
Whether every event should be immediately flushed to disk (If undefined
will default to the value of synchronized).
|
T |
autoflush(Boolean value)
Whether every event should be immediately flushed to disk (If undefined
will default to the value of synchronized).
|
Format |
format()
The format to use to record the audit event.
|
T |
format(Format value)
The format to use to record the audit event.
|
String |
getKey() |
String |
path()
Path of the file to be written.
|
T |
path(String value)
Path of the file to be written.
|
String |
relativeTo()
The relative path to the audit log.
|
T |
relativeTo(String value)
The relative path to the audit log.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public FileAuditLog(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean autoflush()
public T autoflush(Boolean value)
public Format format()
public String path()
public String relativeTo()
public Boolean attributeSynchronized()
Copyright © 2019 JBoss by Red Hat. All rights reserved.