public class DynamicClientProperties
extends java.lang.Object
The default values are:
java.io.tmpdir
DynamicClient
Constructor and Description |
---|
DynamicClientProperties()
Create a DynamicClientProperties
|
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
getClassPath()
Return the class-path used to initialize the DynamicClient
|
long |
getDiscoverTimeout()
Get the discover timeout (in ms) used to initialize the DynamicClient
Default is 45s
|
java.lang.String |
getPackageName()
Return the package-name used to initialize the DynamicClient
|
java.lang.String |
getTmpDir()
Return the temp-dir used to initialize the DynamicClient
|
boolean |
isNoWrap()
Tests the no-wrap flag used to initialize the DynamicClient
|
boolean |
isSafeMode()
Tests the safe-mode flag used to initialize the DynamicClient
|
boolean |
isWrapArrays()
Tests the wrap-arrays flag used to initialize the DynamicClient
|
void |
setClassPath(java.lang.StringBuilder classPath)
Set the class-path used to initialize the DynamicClient
|
void |
setDiscoverTimeout(long discoverTimeout)
Set the discover timeout (in ms) used to initialize the DynamicClient
Default is 45s
|
void |
setNoWrap(boolean noWrap)
Set the no-wrap flag used to initialize the DynamicClient
|
void |
setPackageName(java.lang.String packageName)
Set the package-name used to initialize the DynamicClient
|
void |
setSafeMode(boolean safeMode)
Set the safe-mode flag used to initialize the DynamicClient
|
void |
setTmpDir(java.lang.String tmpDir)
Set the temp-dir used to initialize the DynamicClient
|
void |
setWrapArrays(boolean wrapArrays)
Set the wrap-arrays flag used to initialize the DynamicClient
|
public DynamicClientProperties()
public java.lang.String getPackageName()
public void setPackageName(java.lang.String packageName)
packageName
- public java.lang.String getTmpDir()
public void setTmpDir(java.lang.String tmpDir)
tmpDir
- public boolean isNoWrap()
public void setNoWrap(boolean noWrap)
noWrap
- public boolean isWrapArrays()
public void setWrapArrays(boolean wrapArrays)
wrapArrays
- public boolean isSafeMode()
public void setSafeMode(boolean safeMode)
safeMode
- public java.lang.StringBuilder getClassPath()
public void setClassPath(java.lang.StringBuilder classPath)
classPath
- public long getDiscoverTimeout()
public void setDiscoverTimeout(long discoverTimeout)
discoverTimeout
-