Package wt.util.jmx
Interface ExportPerfTables.RedactorFactory
- Enclosing class:
- ExportPerfTables
public static interface ExportPerfTables.RedactorFactory
Factory interface for creating
ExportPerfTables.Redactor objects, which are used
by ExportPerfTables to perform data redaction.
ExportPerfTables discovers the RedactorFactory to use, if any, from the
classloader/classpath via the ServiceLoader mechanism.
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionResponsible for producing aExportPerfTables.Redactorinstance.
-
Method Details
-
newRedactor
ExportPerfTables.Redactor newRedactor()Responsible for producing aExportPerfTables.Redactorinstance.
Supported API: true
Extendable: true- Returns:
- a
ExportPerfTables.Redactorinstance
-