public abstract class RelatifEnvironmentPathGetter
extends java.lang.Object
${MY_VARIABLE}
Example: ${TOMCAT_HOME}/logs/${APPLICATION_NAME}_log_file.log
Constructor and Description |
---|
RelatifEnvironmentPathGetter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getRealPath(java.lang.String path)
This method replace environment variables name by its value (when any)
|