org.eclipse.cdt.make.core
Interface IMakeCommonBuildInfo
- All Known Subinterfaces:
- IMakeBuilderInfo, IMakeTarget
- All Known Implementing Classes:
- MakeTarget
public interface IMakeCommonBuildInfo
ARGS_PREFIX
static final java.lang.String ARGS_PREFIX
BUILD_LOCATION
static final java.lang.String BUILD_LOCATION
BUILD_COMMAND
static final java.lang.String BUILD_COMMAND
BUILD_ARGUMENTS
static final java.lang.String BUILD_ARGUMENTS
setBuildAttribute
void setBuildAttribute(java.lang.String name,
java.lang.String value)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getBuildAttribute
java.lang.String getBuildAttribute(java.lang.String name,
java.lang.String defaultValue)
getBuildLocation
org.eclipse.core.runtime.IPath getBuildLocation()
setBuildLocation
void setBuildLocation(org.eclipse.core.runtime.IPath location)
throws org.eclipse.core.runtime.CoreException
- Deprecated. - use setBuildString(BUILD_LOCATION...)
- Throws:
org.eclipse.core.runtime.CoreException
isStopOnError
boolean isStopOnError()
setStopOnError
void setStopOnError(boolean on)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
isDefaultBuildCmd
boolean isDefaultBuildCmd()
setUseDefaultBuildCmd
void setUseDefaultBuildCmd(boolean on)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getBuildCommand
org.eclipse.core.runtime.IPath getBuildCommand()
setBuildCommand
void setBuildCommand(org.eclipse.core.runtime.IPath command)
throws org.eclipse.core.runtime.CoreException
- Deprecated. - use setBuildString(BUILD_COMMAND...)
- Throws:
org.eclipse.core.runtime.CoreException
getBuildArguments
java.lang.String getBuildArguments()
setBuildArguments
void setBuildArguments(java.lang.String args)
throws org.eclipse.core.runtime.CoreException
- Deprecated. - use setBuildString(BUILD_ARGUMENTS...)
- Throws:
org.eclipse.core.runtime.CoreException
getErrorParsers
java.lang.String[] getErrorParsers()
setErrorParsers
void setErrorParsers(java.lang.String[] parsers)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getExpandedEnvironment
java.util.Map getExpandedEnvironment()
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
getEnvironment
java.util.Map getEnvironment()
setEnvironment
void setEnvironment(java.util.Map env)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
appendEnvironment
boolean appendEnvironment()
setAppendEnvironment
void setAppendEnvironment(boolean append)
throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException