Interface Dos2Unix

All Known Implementing Classes:
LinuxDos2Unix, WindowsDos2Unix

public interface Dos2Unix
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runDos2Unix(Path destSource)
    Run command dest2unix (utility from GNU, also present in Windows) at dest file.
  • Method Details

    • runDos2Unix

      void runDos2Unix(Path destSource)
      Run command dest2unix (utility from GNU, also present in Windows) at dest file. Command run only if needDos2Unix parameter is true and operation system where MIA ran is Linux.
      Parameters:
      destSource - path to file at which bash dos2unix command will be executed.