|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBldInfData
A read-only view onto bld.inf contents. All the arrays and lists are read-only and any changes will throw exceptions or be ignored.
Method Summary | |
---|---|
IExtension[] |
getAllExtensions()
Get all the IExtensions from the normal and test sections. |
IMakefileReference[] |
getAllMakefileReferences()
Read copy of list of normal and test makefiles This is a copy of information derived from the view contents at the time of the query. |
IMakMakeReference[] |
getAllMakMakeReferences()
Read array of normal and test MMPs and makefiles. |
IMMPReference[] |
getAllMMPReferences()
Read array of normal and test MMP files. |
java.util.List<IExport> |
getExports()
Read prj_exports contents |
java.util.List<IExtension> |
getExtensions()
Read the PRJ_EXTENSIONS contents. |
java.util.List<IMakMakeReference> |
getMakMakeReferences()
Read prj_mmpfiles contents (may share entries from #getMakMakeReferences()) |
java.util.List<java.lang.String> |
getPlatforms()
Read supported platforms, with case-insensitive membership tests This list is not validated. |
java.util.List<IExport> |
getTestExports()
Read prj_testexports contents (may share entries from #getExports()) |
java.util.List<IExtension> |
getTestExtensions()
Read the PRJ_TESTEXTENSIONS contents. |
java.util.List<IMakMakeReference> |
getTestMakMakeReferences()
Read test_mmpfiles contents (may share entries from #getTestMakMakeReferences()) |
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IData |
---|
getModelPath, getProjectPath, getReferencedFiles |
Method Detail |
---|
java.util.List<java.lang.String> getPlatforms()
This list is not validated. It contains literal strings like “default”, “-winscw”, etc. The client is expected to understand what to put here. Friendlier APIs may be provided if we can get a good story on what these cases mean:
java.util.List<IExport> getExports()
java.util.List<IExport> getTestExports()
java.util.List<IMakMakeReference> getMakMakeReferences()
java.util.List<IMakMakeReference> getTestMakMakeReferences()
IMakMakeReference[] getAllMakMakeReferences()
This is a copy of information derived from the view contents at the time of the query.
(modify through #getMakMakeReferences() / #getTestMakMakeReferences())
IMMPReference[] getAllMMPReferences()
This is a copy of information derived from the view contents at the time of the query.
(modify through #getMakMakeReferences() / #getTestMakMakeReferences())
IMakefileReference[] getAllMakefileReferences()
This is a copy of information derived from the view contents at the time of the query.
(modify through #getMakMakeReferences() / #getTestMakMakeReferences())
java.util.List<IExtension> getExtensions()
java.util.List<IExtension> getTestExtensions()
IExtension[] getAllExtensions()
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |