|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommand
ICommand Commands are associated with a rule and executed by the make program when building a target.
Field Summary | |
---|---|
static char |
AT
|
static java.lang.String |
AT_STRING
|
static char |
HYPHEN
|
static java.lang.String |
HYPHEN_STRING
|
static char |
PLUS
|
static java.lang.String |
PLUS_STRING
|
static char |
TAB
|
Method Summary | |
---|---|
java.lang.Process |
execute(java.lang.String shell,
java.lang.String[] envp,
java.io.File dir)
Executes the command in a separate process with the specified environment and working directory. |
boolean |
shouldBeSilent()
|
boolean |
shouldExecute()
+ If the command prefix contains a plus sign, this indicates a command line that will be executed even if -n, -q or -t is specified. |
boolean |
shouldIgnoreError()
- If the command prefix contains a hyphen, or the -i option is present, or the special target .IGNORE has either the current target as a prerequisite or has no prerequisites, any error found while executing the command will be ignored. |
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective |
---|
getEndLine, getFileName, getParent, getStartLine, toString |
Field Detail |
---|
static final char HYPHEN
static final java.lang.String HYPHEN_STRING
static final char AT
static final java.lang.String AT_STRING
static final char PLUS
static final java.lang.String PLUS_STRING
static final char TAB
Method Detail |
---|
boolean shouldIgnoreError()
boolean shouldBeSilent()
boolean shouldExecute()
java.lang.Process execute(java.lang.String shell, java.lang.String[] envp, java.io.File dir) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |