Carbide.c++

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

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

public class MakefileModelFactory
extends java.lang.Object
implements IModelFactory<IMakefileOwnedModel>


Constructor Summary
MakefileModelFactory()
           
 
Method Summary
 IMakefileOwnedModel 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

MakefileModelFactory

public MakefileModelFactory()
Method Detail

createModel

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

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

Carbide.c++