|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.tools.csupport.ResolverUtils
public class ResolverUtils
Some utilitiy functions used for the resolving process in conjunction with C/C++ projects.
| Method Summary | |
|---|---|
static ResolvedPathEntry[] |
resolveIncludePathes(EclipseProject project,
boolean relative,
boolean allowmultiple)
Resolves the include pathes of a C/C++ project. |
static ResolvedPathEntry[] |
resolveSourcePathes(EclipseProject project,
boolean relative,
boolean allowmultiple)
Resolves the source pathes of a C/C++ project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ResolvedPathEntry[] resolveIncludePathes(EclipseProject project,
boolean relative,
boolean allowmultiple)
throws MultipleFolderException,
FileParserException
project - The eclipse C/C++ project.relative - Generate relative pathes.allowmultiple - true <=> Multiple source folders are allowed.
MultipleFolderException - There are more than one source folders but
only a single one is allowed.
FileParserException - A project could not be read.
public static ResolvedPathEntry[] resolveSourcePathes(EclipseProject project,
boolean relative,
boolean allowmultiple)
throws MultipleFolderException,
FileParserException
project - The eclipse C/C++ project.relative - Generate relative pathes.allowmultiple - true <=> Multiple source folders are allowed.
MultipleFolderException - There are more than one source folders but
only a single one is allowed.
FileParserException - A project could not be read.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||