public interface DocumentWorkerFactory
DocumentWorker
implementation.
The advantage of implementing this interface to construct the DocumentWorker implementation over simply registering the DocumentWorker
as a service provider is that the Application object is passed to the factory method, potentially allowing more advanced
initialisation choices to be made.
| Modifier and Type | Method and Description |
|---|---|
DocumentWorker |
createDocumentWorker(Application application)
Constructs a new Document Worker.
|
DocumentWorker createDocumentWorker(Application application)
application - an object which provides access to base functionalityCopyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.