◆ getAttribute() [1/2]
String org.turro.dossier.dossier.ProjectContext.getAttribute |
( |
String |
attribute | ) |
|
◆ getAttribute() [2/2]
String org.turro.dossier.dossier.ProjectContext.getAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
Definition at line 33 of file ProjectContext.java.
static String getProjectContextAttribute(String attribute, String defaultValue)
◆ getProjectContextAttribute()
static String org.turro.dossier.dossier.ProjectContext.getProjectContextAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
|
static |
Definition at line 41 of file ProjectContext.java.
42 return ElephantProperties.getContextProperty(PROJECT_CONTEXT, attribute, defaultValue);
The documentation for this class was generated from the following file: