summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/config/Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/p4square/grow/config/Config.java')
-rw-r--r--src/com/p4square/grow/config/Config.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/p4square/grow/config/Config.java b/src/com/p4square/grow/config/Config.java
index 7c9cc0d..e89990b 100644
--- a/src/com/p4square/grow/config/Config.java
+++ b/src/com/p4square/grow/config/Config.java
@@ -54,6 +54,13 @@ public class Config {
}
/**
+ * @return the current domain.
+ */
+ public String getDomain() {
+ return mDomain;
+ }
+
+ /**
* Load properties from a file.
* Any exceptions are logged and suppressed.
*/