Carbide.c++

com.nokia.carbide.cdt.builder.project
Interface IROMBuilderInfo


public interface IROMBuilderInfo

IROMBuilderInfo represents one instance of configuration data for the ROM Builder tab.

See Also:
ICarbideBuildConfiguration

Method Summary
 java.lang.String getCommandLine()
          Get the command line to build the ROM
 java.lang.String getWorkingDirectory()
          Get the working directory to run the build from
 void setCommandLine(java.lang.String commandLine)
          Set the command line with which to build the ROM
 void setWorkingDirectory(java.lang.String workingDirectory)
          Set the working directory from which to run the build
 

Method Detail

getCommandLine

java.lang.String getCommandLine()
Get the command line to build the ROM

Returns:
string which may be empty

setCommandLine

void setCommandLine(java.lang.String commandLine)
Set the command line with which to build the ROM

Parameters:
commandLine -

getWorkingDirectory

java.lang.String getWorkingDirectory()
Get the working directory to run the build from

Returns:
string which may be empty

setWorkingDirectory

void setWorkingDirectory(java.lang.String workingDirectory)
Set the working directory from which to run the build

Parameters:
workingDirectory -

Carbide.c++