Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model.makefile
Interface IMakefileViewConfiguration

All Superinterfaces:
IViewConfiguration
All Known Subinterfaces:
IImageMakefileViewConfiguration
All Known Implementing Classes:
DefaultGNUMakefileViewConfiguration, DefaultImageMakefileViewConfiguration

public interface IMakefileViewConfiguration
extends IViewConfiguration

This configuration specifies how a Makefile is parsed.


Method Summary
 java.lang.String getMakefileStyle()
          Return the makefile style (“GNU” or “Posix”)
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IViewConfiguration
getMacros, getViewFilter, getViewParserConfiguration
 

Method Detail

getMakefileStyle

java.lang.String getMakefileStyle()
Return the makefile style (“GNU” or “Posix”)


Carbide.c++