Package ddf.catalog.transformer.xml
Class PrintWriterProviderImpl
java.lang.Object
ddf.catalog.transformer.xml.PrintWriterProviderImpl
- All Implemented Interfaces:
PrintWriterProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> PrintWriterBuild a new instance of a PrintWriter that will not be shared with other callers.
-
Constructor Details
-
PrintWriterProviderImpl
public PrintWriterProviderImpl()
-
-
Method Details
-
build
Description copied from interface:PrintWriterProviderBuild a new instance of a PrintWriter that will not be shared with other callers.- Specified by:
buildin interfacePrintWriterProvider- Parameters:
klass- theClassof object this PrintWriter can write.- Returns:
- PrintWriter.
-