public class AuditorFactory
extends java.lang.Object
Auditor instances. Each call the createAuditor results in a new Auditor instance (the factory does not
use a singleton pattern).| Constructor and Description |
|---|
AuditorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Auditor |
createAuditor(java.lang.ClassLoader cLoader)
Creates an
Auditor by searching for configured implementations using Java SPI. |
Copyright © 2010-2019 The Direct Project. All Rights Reserved.