- getApplicationUrl() - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Get the base URL for the application front-end for external users.
- getCasPropertiesPathname() - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
- getConfigDir() - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Gets the user-configured directory where the INI configuration files for
Protempa are located.
- getIntValue(String, int) - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Utility method to get an int from the properties file.
- getStringListValue(String) - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Reads in a property value as a whitespace-delimited list of items.
- getStringListValue(String, List<String>) - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Reads in a property value as a whitespace-delimited list of items.
- getValue(String) - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Returns the String value of the given property name.
- getValue(String, String) - Method in class edu.emory.cci.aiw.cvrg.eureka.cas.AbstractProperties
-
Returns the String value of the given property name, or the given default
if the given property name does not exist.