private static class OutputStreamAppender.OutputStreamManagerFactory extends java.lang.Object implements ManagerFactory<OutputStreamManager,OutputStreamAppender.FactoryData>
Modifier | Constructor and Description |
---|---|
private |
OutputStreamManagerFactory() |
Modifier and Type | Method and Description |
---|---|
OutputStreamManager |
createManager(java.lang.String name,
OutputStreamAppender.FactoryData data)
Creates an OutputStreamManager.
|
public OutputStreamManager createManager(java.lang.String name, OutputStreamAppender.FactoryData data)
createManager
in interface ManagerFactory<OutputStreamManager,OutputStreamAppender.FactoryData>
name
- The name of the entity to manage.data
- The data required to create the entity.