Class LinuxDos2Unix
java.lang.Object
org.qubership.atp.mia.utils.dos2unix.impl.LinuxDos2Unix
- All Implemented Interfaces:
Dos2Unix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunDos2Unix(Path destSource) Run commanddest2unix(utility from GNU, also present in Windows) atdestfile.
-
Constructor Details
-
LinuxDos2Unix
-
-
Method Details
-
runDos2Unix
Description copied from interface:Dos2UnixRun commanddest2unix(utility from GNU, also present in Windows) atdestfile. Command run only ifneedDos2Unixparameter istrueand operation system where MIA ran is Linux.- Specified by:
runDos2Unixin interfaceDos2Unix- Parameters:
destSource- path to file at which bash dos2unix command will be executed.
-