com.pnfsoftware.jeb.client.api.IClientContext |
![]() |
This interface represents a simplified client context. Client contexts are provided to JEB scripts at execution time.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String[] |
getArguments()
Get the input arguments provided to this client context.
| ||||||||||
abstract String |
getBaseDirectory()
Get the JEB base directory.
| ||||||||||
abstract IEnginesContext |
getEnginesContext()
Get the primary JEB engines context.
| ||||||||||
abstract String |
getProgramDirectory()
Get the JEB program directory.
| ||||||||||
abstract Version |
getSoftwareVersion()
Get the JEB back-end software version.
|
Get the input arguments provided to this client context. The returned array depends on how the context was instantiated and called.
Get the JEB base directory.
Get the primary JEB engines context.
Get the JEB program directory. Typically, this is the bin/ sub-directory located within JEB installation folder.
Get the JEB back-end software version.