1 package nl.toolforge.karma.core.boot;
2
3
4
5 /***
6 * @author D.A. Smedes
7 * @version $Id: Karma.java,v 1.3 2004/11/03 20:54:14 asmedes Exp $
8 */
9 public final class Karma {
10
11 /***
12 // * String indicating the configuration directory for working contexts and the general location for user specific
13 // * Karma configuration. Its default value is <code>$HOME/.karma</code>; the value cannot be changed.
14 // */
15
16
17
18
19 /***
20 // * Constructor to 'override' the default configuration base directory. With having called this
21 // */
22
23
24
25
26 /***
27 // * Returns a <code>File</code> reference to the default base directory for Karma configuration files. When the
28 // * directory does not exist, it is created.
29 // *
30 // * @return A <code>File</code> reference to the default base directory for Karma configuration files.
31 // */
32
33
34
35
36
37
38
39
40 }