org.eclipse.cdt.managedbuilder.macros
Interface IFileContextBuildMacroValues

All Known Implementing Classes:
FileContextBuildMacroValues

public interface IFileContextBuildMacroValues

Since:
3.0

Field Summary
static java.lang.String PREFIX
           
static java.lang.String SUFFIX
           
 
Method Summary
 java.lang.String getMacroValue(java.lang.String macroName)
           
 java.lang.String[] getSupportedMacros()
           
 

Field Detail

PREFIX

static final java.lang.String PREFIX
See Also:
Constant Field Values

SUFFIX

static final java.lang.String SUFFIX
See Also:
Constant Field Values
Method Detail

getSupportedMacros

java.lang.String[] getSupportedMacros()
Returns:
the array if strings representing the names of file context macros supported by the builder

getMacroValue

java.lang.String getMacroValue(java.lang.String macroName)
Returns:
the file context macro value for the given macro name