Class FileSystemCreator

java.lang.Object
org.qubership.atp.dataset.ei.FileSystemCreator

public class FileSystemCreator extends Object
  • Constructor Details

    • FileSystemCreator

      public FileSystemCreator()
  • Method Details

    • create

      public void create(Path path, CheckedConsumer<Path,IOException> consumer) throws org.qubership.atp.ei.node.exceptions.ExportException
      Creates file or directory due to CheckedConsumer logic.
      Parameters:
      path - which is needed to create file/directory
      consumer - CheckedConsumer for creation of file or directory.
      Throws:
      org.qubership.atp.ei.node.exceptions.ExportException - the export exception