|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.managedbuilder.internal.buildmodel.BuildCommand
public class BuildCommand
Constructor Summary | |
---|---|
BuildCommand(org.eclipse.core.runtime.IPath cmd,
java.lang.String[] args,
java.util.Map env,
org.eclipse.core.runtime.IPath cwd,
BuildStep 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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildCommand(org.eclipse.core.runtime.IPath cmd, java.lang.String[] args, java.util.Map env, org.eclipse.core.runtime.IPath cwd, BuildStep step)
Method Detail |
---|
public org.eclipse.core.runtime.IPath getCommand()
IBuildCommand
getCommand
in interface IBuildCommand
public java.lang.String[] getArgs()
IBuildCommand
getArgs
in interface IBuildCommand
public java.util.Map getEnvironment()
IBuildCommand
getEnvironment
in interface IBuildCommand
public org.eclipse.core.runtime.IPath getCWD()
IBuildCommand
getCWD
in interface IBuildCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |