public class RuleTagProcessor extends Object implements EventProcessor<AuditEvent>
DELETE_FLAG| Constructor and Description |
|---|
RuleTagProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSeparator() |
String[] |
getTags() |
String |
getUser() |
AuditEvent |
processEvent(AuditEvent event,
Map<String,Object> context)
This method is called upon event reception.
|
void |
setSeparator(String separator) |
void |
setTags(String[] tags) |
void |
setUser(String user) |
public String getSeparator()
public void setSeparator(String separator)
separator - the separator to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic AuditEvent processEvent(AuditEvent event, Map<String,Object> context) throws Exception
EventProcessorprocessEvent in interface EventProcessor<AuditEvent>ExceptionEventProcessor.processEvent(org.jwall.audit.Event,
java.util.Map)public String[] getTags()
public void setTags(String[] tags)
Copyright © 2021 jwall.org. All rights reserved.