Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Interface IImageMakefileViewConfiguration

All Superinterfaces:
IMakefileViewConfiguration, IViewConfiguration
All Known Implementing Classes:
DefaultImageMakefileViewConfiguration

public interface IImageMakefileViewConfiguration
extends IMakefileViewConfiguration

This configuration provides the expected names for the variables and tools used in processing image makefiles.


Method Summary
 IImageBuilderCommandLineConverter getImageBuilderCommandLineConverter()
          Get a converter for creating/rewriting the image builder command lines
 java.lang.String getImageBuilderName()
          get name of tool that builds images (e.g. mifconv)
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.makefile.IMakefileViewConfiguration
getMakefileStyle
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IViewConfiguration
getMacros, getViewFilter, getViewParserConfiguration
 

Method Detail

getImageBuilderName

java.lang.String getImageBuilderName()
get name of tool that builds images (e.g. mifconv)


getImageBuilderCommandLineConverter

IImageBuilderCommandLineConverter getImageBuilderCommandLineConverter()
Get a converter for creating/rewriting the image builder command lines


Carbide.c++