Class CreatingPmFilesProvider

java.lang.Object
com._1c.g5.v8.dt.internal.pm.connection.mmf.DefaultPmFilesProvider
com._1c.g5.v8.dt.internal.pm.connection.mmf.CreatingPmFilesProvider
All Implemented Interfaces:
PmTempFilesProvider, AutoCloseable

public class CreatingPmFilesProvider extends DefaultPmFilesProvider
PmTempFilesProvider implementation. Creates new tmp directory and temporary files in that directory. Deletes dir on close().
  • Constructor Details

    • CreatingPmFilesProvider

      public CreatingPmFilesProvider(File processRootDir, DefaultPmFilesProvider.DataDirection dataDirection) throws IOException
      Constructs new instance for process with given process root dir and data direction.
      Parameters:
      processRootDir - given process root dir (not null)
      dataDirection - given data direction (not null)
      Throws:
      IOException - if initializing temporary location fails
  • Method Details