| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.JebClientInformation |
Information about a JEB client (aka, a JEB front-end).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
JebClientInformation(String clientSignature)
Create a new client information object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getClientSignature()
Retrieve the client signature string
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new client information object. The signature string is used to identify the client.
Depending on the JEB build and license, a user may not be allowed to instantiate clients other than their official RCP client. Please refer to our website for more details.
| clientSignature | the client signature string |
|---|
Retrieve the client signature string