Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model
Class ImageMakefileModelFactory

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.model.ImageMakefileModelFactory
All Implemented Interfaces:
IModelFactory<IImageMakefileOwnedModel>

public class ImageMakefileModelFactory
extends java.lang.Object
implements IModelFactory<IImageMakefileOwnedModel>

Model for creating image makefiles.


Constructor Summary
ImageMakefileModelFactory()
           
 
Method Summary
 IImageMakefileOwnedModel createModel(IPath path, IDocument document)
          Create a model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMakefileModelFactory

public ImageMakefileModelFactory()
Method Detail

createModel

public IImageMakefileOwnedModel createModel(IPath path,
                                            IDocument document)
Description copied from interface: IModelFactory
Create a model

Specified by:
createModel in interface IModelFactory<IImageMakefileOwnedModel>
Parameters:
path - full path used to identify the model
document - the document containing the model content
Returns:
new model

Carbide.c++