|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildCommand
This interface represents a command to be invoked for building the step
Method Summary | |
---|---|
java.lang.String[] |
getArgs()
Returns the array of arguments to be passed to the executable |
org.eclipse.core.runtime.IPath |
getCommand()
returns the executable path the paths could be either relative or absolute |
org.eclipse.core.runtime.IPath |
getCWD()
Returns the working directory to be used for the process |
java.util.Map |
getEnvironment()
Returns the Map representing the environment to be used for the executable process The map conntains the String to String pairs representing the variable name and value respectively |
Method Detail |
---|
org.eclipse.core.runtime.IPath getCommand()
java.lang.String[] getArgs()
java.util.Map getEnvironment()
org.eclipse.core.runtime.IPath getCWD()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |