Package ddf.catalog.transformer.api
Interface PrintWriterProvider
- All Known Implementing Classes:
PrintWriterProviderImpl
public interface PrintWriterProvider
PrintWriterProvider is an abstraction layer that supports the export of PrintWriter across bundle
boundaries.
-
Method Summary
Modifier and TypeMethodDescription<T> PrintWriterBuild a new instance of a PrintWriter that will not be shared with other callers.
-
Method Details
-
build
Build a new instance of a PrintWriter that will not be shared with other callers.- Parameters:
klass- theClassof object this PrintWriter can write.- Returns:
- PrintWriter.
-