| Line 46... |
Line 46... |
| 46 |
* @author naveen
|
46 |
* @author naveen
|
| 47 |
*
|
47 |
*
|
| 48 |
*/
|
48 |
*/
|
| 49 |
public class CN {
|
49 |
public class CN {
|
| 50 |
public static final String CONTENT_SRC_TXT_PATH =
|
50 |
public static final String CONTENT_SRC_TXT_PATH =
|
| 51 |
"/home/naveen/workspace/eclipse/webapp/src/content/txt/";
|
51 |
"/home/naveen/workspace/eclipse/content/txt/";
|
| 52 |
public static final String CONTENT_SRC_HTML_PATH =
|
52 |
public static final String CONTENT_SRC_HTML_PATH =
|
| 53 |
"/home/naveen/workspace/eclipse/webapp/src/content/html/";
|
53 |
"/home/naveen/workspace/eclipse/content/html/";
|
| 54 |
public static final String CONTENT_SRC_XML_PATH =
|
54 |
public static final String CONTENT_SRC_XML_PATH =
|
| 55 |
"/home/naveen/workspace/eclipse/webapp/src/content/xml/";
|
55 |
"/home/naveen/workspace/eclipse/content/xml/";
|
| 56 |
public static final String CONTENT_DB_PATH =
|
56 |
public static final String CONTENT_DB_PATH =
|
| 57 |
"/home/naveen/workspace/eclipse/webapp/db/entities/";
|
57 |
"/home/naveen/workspace/eclipse/db/entities/";
|
| 58 |
|
58 |
|
| 59 |
// Known patterns
|
59 |
// Known patterns
|
| 60 |
public static final String PATTERN_LEVEL_1 = "* ";
|
60 |
public static final String PATTERN_LEVEL_1 = "* ";
|
| 61 |
public static final String PATTERN_LEVEL_2 = " * ";
|
61 |
public static final String PATTERN_LEVEL_2 = " * ";
|
| 62 |
public static final String PATTERN_LEVEL_3 = " * ";
|
62 |
public static final String PATTERN_LEVEL_3 = " * ";
|