BBjCommandLineObject
In BBj 4.0 and higher, the BBjCommandLineObject provides programmatic access to the command line.
Creation
BBjAPI > BBjConfig > BBjCommandLineObject
The BBjCommandLineObject is created through the following BBjConfig object methods:
|
Return Value |
Method |
|---|---|
|
BBjCommandLineObject |
|
|
BBjCommandLineObject |
getCommandLineObject(string) |
|
BBjCommandLineObject |
Methods of BBjCommandLineObject
|
Return Value |
Method |
|---|---|
|
string |
|
|
string |
|
|
string |
|
|
string |
|
|
string |
|
|
string |
|
| string | getMessage() |
|
string |
|
|
string |
|
|
string |
|
|
string |
|
|
string |
|
|
boolean |
|
|
boolean |
isQuiet() |
|
boolean |
|
|
void |
setApplicationName(string) |
|
void |
setApplicationUserName(string) |
|
void |
|
|
void |
|
|
void |
setConfigFile(string name) |
|
void |
setInterpreterUser(string) |
|
void |
setLoadOnly(boolean) |
| void | setMessage(string) |
|
void |
setProgramArgs(string) |
|
void |
|
|
void |
setProgramName(string) |
|
void |
setQuiet(boolean) |
|
void |
setTerminal(string) |
|
void |
setWinConsole(boolean) |
|
void |
setWorkingDirectory(string) |
Remarks
None.
Constants
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.