Class PrintWriterProviderImpl

java.lang.Object
ddf.catalog.transformer.xml.PrintWriterProviderImpl
All Implemented Interfaces:
PrintWriterProvider

public class PrintWriterProviderImpl extends Object implements PrintWriterProvider
  • Constructor Details

    • PrintWriterProviderImpl

      public PrintWriterProviderImpl()
  • Method Details

    • build

      public <T> PrintWriter build(Class<T> klass)
      Description copied from interface: PrintWriterProvider
      Build a new instance of a PrintWriter that will not be shared with other callers.
      Specified by:
      build in interface PrintWriterProvider
      Parameters:
      klass - the Class of object this PrintWriter can write.
      Returns:
      PrintWriter.