java.lang.Object |
↳ |
com.pnfsoftware.jeb.client.P |
Class Overview
Constants for generic JEB client properties.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
String
propnameCheckMOTD
Constant Value:
".CheckMOTD"
public
static
final
String
propnameCheckUpdates
Constant Value:
".CheckUpdates"
public
static
final
String
propnameControllerInterface
Constant Value:
".ControllerInterface"
public
static
final
String
propnameControllerMessage
Constant Value:
".ControllerMessage"
public
static
final
String
propnameControllerPort
Constant Value:
".ControllerPort"
public
static
final
String
propnameControllerProtocol
Constant Value:
".ControllerProtocol"
public
static
final
String
propnameDebugEnabled
Constant Value:
".DebugEnabled"
public
static
final
String
propnameDevelopmentMode
Constant Value:
".DevelopmentMode"
public
static
final
String
propnameEulaAccepted
Constant Value:
".EulaAccepted"
public
static
final
String
propnameFirstRun
Constant Value:
".FirstRun"
public
static
final
String
propnameIncludeExtraDataInErrorLogs
Constant Value:
".IncludeExtraDataInErrorLogs"
public
static
final
String
propnameLastMOTDId
Constant Value:
".LastMOTDId"
public
static
final
String
propnameLastRun
Constant Value:
".LastRun"
public
static
final
String
propnameLastVersionRun
Constant Value:
".LastVersionRun"
public
static
final
String
propnameLatestAvailableUpdate
Constant Value:
".LatestAvailableUpdate"
public
static
final
String
propnameLicenseKey
Constant Value:
".LicenseKey"
public
static
final
String
propnameLogLevel
Constant Value:
".LogLevel"
public
static
final
String
propnameNetworkProxy
Constant Value:
".NetworkProxy"
public
static
final
String
propnamePreferredLanguage
Constant Value:
".PreferredLanguage"
public
static
final
String
propnameRunCount
Constant Value:
".RunCount"
public
static
final
String
propnameScriptsFolder
Constant Value:
".ScriptsFolder"
public
static
final
String
propnameSupportExpired
Constant Value:
".SupportExpired"
public
static
final
String
propnameTelemetryReporting
Constant Value:
".TelemetryReporting"
public
static
final
String
propnameUpdateChannel
Constant Value:
".UpdateChannel"
public
static
final
String
propnameUploadErrorFiles
Constant Value:
".UploadErrorFiles"
public
static
final
String
propnameUploadErrorLogs
Constant Value:
".UploadErrorLogs"
public
static
final
String
propnameUuid
public
static
final
String
propnameWriteUpdateToDiskOnlyIfValid
if false (default), dump to disk as data arrives (better for memory usage)
Constant Value:
".WriteUpdateToDiskOnlyIfValid"
Public Constructors