public abstract class AbstractProperties
extends org.eurekaclinical.standardapis.props.EurekaClinicalProperties
| Constructor and Description |
|---|
AbstractProperties()
Loads the application configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationUrl()
Get the base URL for the application for external users.
|
String |
getBuildNumber() |
List<String> |
getDefaultSystemPropositions()
Gets the default list of system propositions for the application.
|
String |
getIncrementalVersion() |
String |
getMajorVersion() |
String |
getMinorVersion() |
String |
getQualifier() |
SupportUri |
getSupportUri()
Get the support email address for the application.
|
public AbstractProperties()
/etc/eureka, may optionally have an
application.properties file within it that overrides the fallback
configuration for each configuration property that is specified. The
eureka.config.dir system property allows specifying an
alternative configuration directory.public String getApplicationUrl()
public String getMajorVersion()
public String getMinorVersion()
public String getIncrementalVersion()
public String getQualifier()
public String getBuildNumber()
public SupportUri getSupportUri()
Copyright © 2012–2016 Emory University. All rights reserved.