com.github.croesch.micro_debug.gui.actions.api
Interface IBinaryFilePathProvider


public interface IBinaryFilePathProvider

Provider for file paths of binary assembler files: micro assembler and macro assembler.

Since:
Date: Mar 9, 2012
Author:
croesch

Method Summary
 String getMacroAssemblerFilePath()
          Returns the file path to the binary macro assembler file.
 String getMicroAssemblerFilePath()
          Returns the file path to the binary micro assembler file.
 

Method Detail

getMacroAssemblerFilePath

@Nullable
String getMacroAssemblerFilePath()
Returns the file path to the binary macro assembler file.

Returns:
the file path to the binary macro assembler file.
Since:
Date: Mar 9, 2012

getMicroAssemblerFilePath

@Nullable
String getMicroAssemblerFilePath()
Returns the file path to the binary micro assembler file.

Returns:
the file path to the binary micro assembler file.
Since:
Date: Mar 9, 2012


Copyright © 2012. All Rights Reserved.