BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.config.model.AppConfiguration Class Reference

Public Member Functions

 AppConfiguration ()
 
 AppConfiguration (Properties props)
 
boolean equals (Object obj)
 
int hashCode ()
 
String getNodeName ()
 
void setNodeName (String nodeName)
 
String getNodeAddress ()
 
void setNodeAddress (String nodeAddress)
 
String getNodeType ()
 
void setNodeType (String nodeType)
 
String getOrgName ()
 
void setOrgName (String orgName)
 
String getOrgUnit ()
 
void setOrgUnit (String orgUnit)
 
String getLocality ()
 
void setLocality (String locality)
 
String getState ()
 
void setState (String state)
 
String getCountryCode ()
 
void setCountryCode (String countryCode)
 
String getAdminEmail ()
 
void setAdminEmail (String adminEmail)
 
String getWorkDir ()
 
void setWorkDir (String workDir)
 
String getImagesDir ()
 
void setImagesDir (String imagesDir)
 
String getThumbsDir ()
 
void setThumbsDir (String thumbsDir)
 
String getKeystoreDir ()
 
void setKeystoreDir (String keystoreDir)
 
String getVersion ()
 
void setVersion (String version)
 
String getSoTimeout ()
 
void setSoTimeout (String soTimeout)
 
String getConnTimeout ()
 
void setConnTimeout (String connTimeout)
 
String getFramePublisherMinPoolSize ()
 
void setFramePublisherMinPoolSize (String framePublisherMinPoolSize)
 
String getFramePublisherMaxPoolSize ()
 
void setFramePublisherMaxPoolSize (String framePublisherMaxPoolSize)
 
String getFramePublisherQueueSize ()
 
void setFramePublisherQueueSize (String framePublisherQueueSize)
 

Static Public Attributes

static final String NODE_NAME = "node.name"
 
static final String NODE_ADDRESS = "node.address"
 
static final String NODE_TYPE = "node.type"
 
static final String ORG_NAME = "organization.name"
 
static final String ORG_UNIT = "organization.unit"
 
static final String LOCALITY = "organization.locality"
 
static final String STATE = "organization.state"
 
static final String COUNTRY_CODE = "organization.country_code"
 
static final String ADMIN_EMAIL = "admin.email"
 
static final String WORK_DIR = "work.directory"
 
static final String IMAGES_DIR = "images.directory"
 
static final String THUMBS_DIR = "thumbnails.directory"
 
static final String KEYSTORE_DIR = "keystore.directory"
 
static final String VERSION = "software.version"
 
static final String SO_TIMEOUT = "socket.timeout"
 
static final String CONN_TIMEOUT = "connection.timeout"
 
static final String FRAMEPUBLISHER_MIN_POOL_SIZE = "framepublisher.min_poolsize"
 
static final String FRAMEPUBLISHER_MAX_POOL_SIZE = "framepublisher.max_poolsize"
 
static final String FRAMEPUBLISHER_QUEUE_SIZE = "framepublisher.queuesize"
 

Detailed Description

System configuration object.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
1.7.0
Since
1.0.1

Constructor & Destructor Documentation

◆ AppConfiguration() [1/2]

eu.baltrad.dex.config.model.AppConfiguration.AppConfiguration ( )
inline

Default constructor.

◆ AppConfiguration() [2/2]

eu.baltrad.dex.config.model.AppConfiguration.AppConfiguration ( Properties props)
inline

Constructor.

Parameters
propsProperties to read

Member Function Documentation

◆ equals()

boolean eu.baltrad.dex.config.model.AppConfiguration.equals ( Object obj)
inline

Compares current object with another.

Parameters
objObject to compare with
Returns
True if tested parameters are equal

◆ getAdminEmail()

String eu.baltrad.dex.config.model.AppConfiguration.getAdminEmail ( )
inline
Returns
the adminEmail

◆ getConnTimeout()

String eu.baltrad.dex.config.model.AppConfiguration.getConnTimeout ( )
inline
Returns
the connTimeout

◆ getCountryCode()

String eu.baltrad.dex.config.model.AppConfiguration.getCountryCode ( )
inline
Returns
the countryCode

◆ getFramePublisherMaxPoolSize()

String eu.baltrad.dex.config.model.AppConfiguration.getFramePublisherMaxPoolSize ( )
inline
Returns
the framePublisherMaxPoolSize

◆ getFramePublisherMinPoolSize()

String eu.baltrad.dex.config.model.AppConfiguration.getFramePublisherMinPoolSize ( )
inline
Returns
the framePublisherMinPoolSize

◆ getFramePublisherQueueSize()

String eu.baltrad.dex.config.model.AppConfiguration.getFramePublisherQueueSize ( )
inline
Returns
the framePublisherQueueSize

◆ getImagesDir()

String eu.baltrad.dex.config.model.AppConfiguration.getImagesDir ( )
inline
Returns
the imagesDir

◆ getKeystoreDir()

String eu.baltrad.dex.config.model.AppConfiguration.getKeystoreDir ( )
inline
Returns
the keystoreDir

◆ getLocality()

String eu.baltrad.dex.config.model.AppConfiguration.getLocality ( )
inline
Returns
the locality

◆ getNodeAddress()

String eu.baltrad.dex.config.model.AppConfiguration.getNodeAddress ( )
inline
Returns
the nodeAddress

◆ getNodeName()

String eu.baltrad.dex.config.model.AppConfiguration.getNodeName ( )
inline
Returns
the nodeName

◆ getNodeType()

String eu.baltrad.dex.config.model.AppConfiguration.getNodeType ( )
inline
Returns
the nodeType

◆ getOrgName()

String eu.baltrad.dex.config.model.AppConfiguration.getOrgName ( )
inline
Returns
the orgName

◆ getOrgUnit()

String eu.baltrad.dex.config.model.AppConfiguration.getOrgUnit ( )
inline
Returns
the orgUnit

◆ getSoTimeout()

String eu.baltrad.dex.config.model.AppConfiguration.getSoTimeout ( )
inline
Returns
the soTimeout

◆ getState()

String eu.baltrad.dex.config.model.AppConfiguration.getState ( )
inline
Returns
the state

◆ getThumbsDir()

String eu.baltrad.dex.config.model.AppConfiguration.getThumbsDir ( )
inline
Returns
the thumbsDir

◆ getVersion()

String eu.baltrad.dex.config.model.AppConfiguration.getVersion ( )
inline
Returns
the version

◆ getWorkDir()

String eu.baltrad.dex.config.model.AppConfiguration.getWorkDir ( )
inline
Returns
the workDir

◆ hashCode()

int eu.baltrad.dex.config.model.AppConfiguration.hashCode ( )
inline

Generate hash code.

Returns
Hash code

◆ setAdminEmail()

void eu.baltrad.dex.config.model.AppConfiguration.setAdminEmail ( String adminEmail)
inline
Parameters
adminEmailthe adminEmail to set

◆ setConnTimeout()

void eu.baltrad.dex.config.model.AppConfiguration.setConnTimeout ( String connTimeout)
inline
Parameters
connTimeoutthe connTimeout to set

◆ setCountryCode()

void eu.baltrad.dex.config.model.AppConfiguration.setCountryCode ( String countryCode)
inline
Parameters
countryCodethe countryCode to set

◆ setFramePublisherMaxPoolSize()

void eu.baltrad.dex.config.model.AppConfiguration.setFramePublisherMaxPoolSize ( String framePublisherMaxPoolSize)
inline
Parameters
framePublisherMaxPoolSizethe framePublisherMaxPoolSize to set

◆ setFramePublisherMinPoolSize()

void eu.baltrad.dex.config.model.AppConfiguration.setFramePublisherMinPoolSize ( String framePublisherMinPoolSize)
inline
Parameters
framePublisherMinPoolSizethe framePublisherMinPoolSize to set

◆ setFramePublisherQueueSize()

void eu.baltrad.dex.config.model.AppConfiguration.setFramePublisherQueueSize ( String framePublisherQueueSize)
inline
Parameters
framePublisherQueueSizethe framePublisherQueueSize to set

◆ setImagesDir()

void eu.baltrad.dex.config.model.AppConfiguration.setImagesDir ( String imagesDir)
inline
Parameters
imagesDirthe imagesDir to set

◆ setKeystoreDir()

void eu.baltrad.dex.config.model.AppConfiguration.setKeystoreDir ( String keystoreDir)
inline
Parameters
keystoreDirthe keystoreDir to set

◆ setLocality()

void eu.baltrad.dex.config.model.AppConfiguration.setLocality ( String locality)
inline
Parameters
localitythe locality to set

◆ setNodeAddress()

void eu.baltrad.dex.config.model.AppConfiguration.setNodeAddress ( String nodeAddress)
inline
Parameters
nodeAddressthe nodeAddress to set

◆ setNodeName()

void eu.baltrad.dex.config.model.AppConfiguration.setNodeName ( String nodeName)
inline
Parameters
nodeNamethe nodeName to set

◆ setNodeType()

void eu.baltrad.dex.config.model.AppConfiguration.setNodeType ( String nodeType)
inline
Parameters
nodeTypethe nodeType to set

◆ setOrgName()

void eu.baltrad.dex.config.model.AppConfiguration.setOrgName ( String orgName)
inline
Parameters
orgNamethe orgName to set

◆ setOrgUnit()

void eu.baltrad.dex.config.model.AppConfiguration.setOrgUnit ( String orgUnit)
inline
Parameters
orgUnitthe orgUnit to set

◆ setSoTimeout()

void eu.baltrad.dex.config.model.AppConfiguration.setSoTimeout ( String soTimeout)
inline
Parameters
soTimeoutthe soTimeout to set

◆ setState()

void eu.baltrad.dex.config.model.AppConfiguration.setState ( String state)
inline
Parameters
statethe state to set

◆ setThumbsDir()

void eu.baltrad.dex.config.model.AppConfiguration.setThumbsDir ( String thumbsDir)
inline
Parameters
thumbsDirthe thumbsDir to set

◆ setVersion()

void eu.baltrad.dex.config.model.AppConfiguration.setVersion ( String version)
inline
Parameters
versionthe version to set

◆ setWorkDir()

void eu.baltrad.dex.config.model.AppConfiguration.setWorkDir ( String workDir)
inline
Parameters
workDirthe workDir to set

The documentation for this class was generated from the following file: