BrightSide Workbench Full Report + Source Code
org.turro.dossier.dossier.ProjectContext Class Reference

Public Member Functions

String getAttribute (String attribute)
 
String getAttribute (String attribute, String defaultValue)
 

Static Public Member Functions

static String getProjectContextAttribute (String attribute, String defaultValue)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file ProjectContext.java.

Member Function Documentation

◆ getAttribute() [1/2]

String org.turro.dossier.dossier.ProjectContext.getAttribute ( String  attribute)

Definition at line 29 of file ProjectContext.java.

29  {
30  return getAttribute(attribute, null);
31  }

◆ getAttribute() [2/2]

String org.turro.dossier.dossier.ProjectContext.getAttribute ( String  attribute,
String  defaultValue 
)

Definition at line 33 of file ProjectContext.java.

33  {
34  return getProjectContextAttribute(attribute, defaultValue);
35  }
static String getProjectContextAttribute(String attribute, String defaultValue)
Here is the call graph for this function:

◆ getProjectContextAttribute()

static String org.turro.dossier.dossier.ProjectContext.getProjectContextAttribute ( String  attribute,
String  defaultValue 
)
static

Definition at line 41 of file ProjectContext.java.

41  {
42  return ElephantProperties.getContextProperty(PROJECT_CONTEXT, attribute, defaultValue);
43  }
Here is the call graph for this function:
Here is the caller graph for this function:

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