|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExecProps
This interface contains information about binary files and command line arguments used when launching a service or service container.
| Method Summary | |
|---|---|
java.lang.String |
getArgs()
Returns the command line arguments used to launch the associated binary file. |
IStringProps |
getEnvDeleteVars()
Returns the environment variables that must be removed before the service or service container is launched. |
INameValuePairs |
getEnvVars()
Returns the environment variables that must be added or modified before the service or service container is launched. |
int |
getExecFlags()
Returns the flags passed by the Server Intelligence Agent to launch the associated binary file. |
java.lang.String |
getFilePath()
Returns the filepath of the associated binary file. |
java.lang.String |
getWorkDir()
Returns the working directory for the associated binary file. |
void |
setArgs(java.lang.String value)
Sets the command line arguments used to launch the associated binary file. |
void |
setExecFlags(java.lang.Integer value)
Returns the flags passed by the Server Intelligence Agent to launch the associated binary file. |
void |
setFilePath(java.lang.String value)
Sets the filepath of the associated binary file. |
void |
setWorkDir(java.lang.String value)
Sets the working directory for the associated binary file. |
| Method Detail |
|---|
java.lang.String getFilePath()
void setFilePath(java.lang.String value)
value - the filepath of the binary filejava.lang.String getWorkDir()
void setWorkDir(java.lang.String value)
value - the path for the working directoryint getExecFlags()
com.businessobjects.sdk.plugin.desktop.servicecontainer.ExecFlags.
void setExecFlags(java.lang.Integer value)
com.businessobjects.sdk.plugin.desktop.servicecontainer.ExecFlags.
value - The execution flagsjava.lang.String getArgs()
void setArgs(java.lang.String value)
value - String containing the argumentsINameValuePairs getEnvVars()
IStringProps getEnvDeleteVars()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||