Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.bldinf.IExtension

Packages that use IExtension
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
 

Uses of IExtension in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf that return IExtension
 IExtension IExtension.copy()
          Return a copy of the data
 IExtension IBldInfView.createExtension()
          Create an IExtension.
 IExtension[] IBldInfView.getAllExtensions()
          Get all the IExtensions from the normal and test sections.
 IExtension[] IBldInfData.getAllExtensions()
          Get all the IExtensions from the normal and test sections.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf that return types with arguments of type IExtension
 java.util.List<IExtension> IBldInfView.getExtensions()
          Access/modify the PRJ_EXTENSIONS contents.
 java.util.List<IExtension> IBldInfData.getExtensions()
          Read the PRJ_EXTENSIONS contents.
 java.util.List<IExtension> IBldInfView.getTestExtensions()
          Acess/modify the PRJ_TESTEXTENSIONS contents.
 java.util.List<IExtension> IBldInfData.getTestExtensions()
          Read the PRJ_TESTEXTENSIONS contents.
 


Carbide.c++