org.jwall.audit.processor
Class AuditEventProcessorFinder
java.lang.Object
org.jwall.audit.processor.AuditEventProcessorFinder
public class AuditEventProcessorFinder
- extends Object
This class reads an XML file of AuditEventProcessors, instantiates each
processor and deploys it to the local EventProcessor pipeline.
- Author:
- Christian Bockermann <chris@jwall.org>
AuditEventProcessorFinder
public AuditEventProcessorFinder()
deployCustomEventProcessors
public static AuditEventProcessorPipeline deployCustomEventProcessors(File file)
throws Exception
- Throws:
Exception
deployCustomEventProcessors
public void deployCustomEventProcessors(File procDefs,
AuditEventProcessorPipeline pipeline)
throws Exception
- Throws:
Exception
deployCustomEventProcessors
public void deployCustomEventProcessors(InputStream processorDefinitions,
AuditEventProcessorPipeline pipeline)
throws Exception
- Throws:
Exception
Copyright © 2012 jwall.org. All Rights Reserved.