Interface FileWriter<T>

All Known Implementing Classes:
WebbpmProcessFileAdapter, XmlComponentFileAdapter, XmlComponentOverrideFileAdapter, XmlPageFileAdapter

public interface FileWriter<T>
Component for writing files See also FileReader
Author:
krylov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(T obj, Path file)
    Writes object to specified location
  • Method Details

    • write

      void write(T obj, Path file)
      Writes object to specified location
      Parameters:
      obj - what to write
      file - where to write