Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.makefile.image.IImageMakefileView

Packages that use IImageMakefileView
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
 

Uses of IImageMakefileView in com.nokia.carbide.cdt.builder
 

Constructors in com.nokia.carbide.cdt.builder with parameters of type IImageMakefileView
ImageMakefileViewPathHelper(IImageMakefileView view, ISymbianBuildContext[] configurations)
          Construct an instance using the given image makefile view, to provide the project root, and the build configurations of interest.
 

Uses of IImageMakefileView in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.makefile.image with parameters of type IImageMakefileView
 java.util.List<java.lang.String> IImageBuilderCommandLineConverter.create(IImageMakefileView view, IMultiImageSource container, java.util.List<java.lang.String> origArgv)
          Create a command line from the given multi-image source.
 IMultiImageSource IImageBuilderCommandLineConverter.parse(IImageMakefileView view, java.util.List<java.lang.String> argv)
          Parse the given command line and create a multi-image source, or null if errors encountered.
 


Carbide.c++