public class CalixRestPropertyHelper
extends java.lang.Object
| Constructor and Description |
|---|
CalixRestPropertyHelper(java.util.Properties props)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionTimeout()
Get the connection timeout in seconds
|
java.lang.String |
getEmsHost() |
java.lang.String |
getEmsPassword() |
java.lang.String |
getEmsPort() |
java.lang.String |
getEmsUrl()
Get the full EMS URL including protocol, host, and port
|
java.lang.String |
getEmsUserName() |
java.util.List<java.lang.String> |
getIncludedDeviceTypes()
Get the list of included device types
|
java.lang.String |
getKeyStoreFileName() |
java.lang.String |
getKeyStorePassword() |
java.lang.String |
getLocalDataDirectory() |
int |
getPageSize()
Get the page size for API requests
|
java.lang.String |
getProtocol() |
java.lang.String |
getResponseTimeout() |
boolean |
initialise()
Initialize properties
|
boolean |
isEnableSSL() |
boolean |
isIgnoreSSLCertificates()
Check if SSL certificates should be ignored
|
boolean |
isSkipDevicesWithNoAddress()
Check if devices with no address should be skipped
|
boolean |
isSkipDevicesWithNoHostname()
Check if devices with no hostname should be skipped
|
boolean |
isSkipEmsConnection() |
boolean |
isSSLDebugEnabled() |
public CalixRestPropertyHelper(java.util.Properties props)
props - Properties filepublic boolean initialise()
public java.lang.String getEmsHost()
public java.lang.String getEmsPort()
public java.lang.String getEmsUserName()
public java.lang.String getEmsPassword()
public java.lang.String getLocalDataDirectory()
public boolean isEnableSSL()
public boolean isSkipEmsConnection()
public java.lang.String getKeyStoreFileName()
public java.lang.String getKeyStorePassword()
public java.lang.String getProtocol()
public java.lang.String getResponseTimeout()
public java.lang.String getEmsUrl()
public int getConnectionTimeout()
public int getPageSize()
public boolean isIgnoreSSLCertificates()
public boolean isSkipDevicesWithNoHostname()
public boolean isSkipDevicesWithNoAddress()
public java.util.List<java.lang.String> getIncludedDeviceTypes()
public boolean isSSLDebugEnabled()