|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIncludeFileLocator
This interface provides a means to look up include files using normal C/C++ semantics
Method Summary | |
---|---|
java.io.File |
findIncludeFile(java.lang.String file,
boolean isUser,
java.io.File currentDir)
Look up a file on the include paths |
java.io.File[] |
getSystemPaths()
Get the array of system include paths searched. |
java.io.File[] |
getUserPaths()
Get the array of user include paths searched. |
Method Detail |
---|
java.io.File findIncludeFile(java.lang.String file, boolean isUser, java.io.File currentDir)
file
- the filenameisUser
- true: #include "...", false: #include <...>currentDir
- if not null, the current directory and implicit first directory to search
java.io.File[] getUserPaths()
java.io.File[] getSystemPaths()
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |