Package com.jugubell.bproccli.files
Class WriteHexFile
java.lang.Object
com.jugubell.bproccli.files.WriteHexFile
Class handling writing the hex, hex v3, bin and vhdl files
- Author:
- Jugurtha Bellagh
-
Constructor Summary
ConstructorsConstructorDescriptionWriteHexFile(String filePath, List<String> hexFile, CommandLineOption option) Constructor ofWriteHexFile -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod writing the hex file If a directory is provided as a file path, the file is automatically named in the format : program_<timestamp>.<extension>
-
Constructor Details
-
WriteHexFile
Constructor ofWriteHexFile- Parameters:
filePath- the file pr directory path of the file to writehexFile- the file to write asList<String>option- the option asCommandLineOptionof the file.
-
-
Method Details
-
writeFile
public boolean writeFile()Method writing the hex file If a directory is provided as a file path, the file is automatically named in the format : program_<timestamp>.<extension>- Returns:
- boolean true if path and write successful
-