KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > doc > XDocletModulesDocMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.doc;
6
7 /**
8  * @author Ara Abrahamian (ara_e_w@yahoo.com)
9  * @created May 31, 2002
10  * @version $Revision: 1.3 $
11  */

12 public final class XDocletModulesDocMessages
13 {
14     /**
15      * @msg.bundle msg="Couldn''t detemine task name for {0}. The task name doesn''t end with Task or SubTask or have
16      * a ant.task name=\"blabla\" tag in the class header."
17      */

18     public final static String JavaDoc COULDNT_DETERMINE_TASK_NAME = "COULDNT_DETERMINE_TASK_NAME";
19
20     /**
21      * @msg.bundle msg="Generating toc file for namespaces"
22      */

23     public final static String JavaDoc GENERATING_NAMESPACES = "GENERATING_NAMESPACES";
24
25     /**
26      * @msg.bundle msg="Generating toc file for tags"
27      */

28     public final static String JavaDoc GENERATING_TAGS_MAIN = "GENERATING_TAGS_MAIN";
29
30     /**
31      * @msg.bundle msg="Create info lists for {0} tags"
32      */

33     public final static String JavaDoc CREATE_INFO_LISTS_FOR = "CREATE_INFO_LISTS_FOR";
34
35     /**
36      * @msg.bundle msg="{0} for namespace {1} not found!"
37      */

38     public final static String JavaDoc TAGSHANDLER_NOT_FOUND = "TAGSHANDLER_NOT_FOUND";
39
40     /**
41      * @msg.bundle msg="Bad level: {0}"
42      */

43     public final static String JavaDoc BAD_LEVEL = "BAD_LEVEL";
44
45     /**
46      * @msg.bundle msg="Generating template tag documentation details"
47      */

48     public final static String JavaDoc GENERATING_TAGS = "GENERATING_TAGS";
49
50     /**
51      * @msg.bundle msg="Generating template tag documentation"
52      */

53     public final static String JavaDoc GENERATING_TAGS_TOC = "GENERATING_TAGS_TOC";
54
55     /**
56      * @msg.bundle msg="Generating tags toc file"
57      */

58     public final static String JavaDoc GENERATING_TAGS_TOC_MAIN = "GENERATING_TAGS_TOC_MAIN";
59 }
60
Popular Tags