From: Bruno Haible Date: Mon, 5 Nov 2001 10:46:16 +0000 (+0000) Subject: JDK 1.1 Javadoc generated documentation. X-Git-Tag: v0.11~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94439af5c67013c1889acebd86207c31f834edb;p=thirdparty%2Fgettext.git JDK 1.1 Javadoc generated documentation. --- diff --git a/intl-java/javadoc1/AllNames.html b/intl-java/javadoc1/AllNames.html new file mode 100644 index 000000000..91fb25e9c --- /dev/null +++ b/intl-java/javadoc1/AllNames.html @@ -0,0 +1,101 @@ + + + + + + + Index of all Fields and Methods + + + + +
All Packages  Class Hierarchy

+A +B +C +D +E +F +G +H +I +J +K +L +M +N +O +P +Q +R +S +T +U +V +W +X +Y +Z + +
+

+ Index of all Fields and Methods +

+ + + + + + + +

+ G +

+
+
gettext(ResourceBundle, String). +Static method in class gnu.gettext.GettextResource +
Returns the translation of msgid. +
GettextResource(). +Constructor for class gnu.gettext.GettextResource +
+
+ + + + + + + +
+

+ N +

+
+
ngettext(ResourceBundle, String, String, long). +Static method in class gnu.gettext.GettextResource +
Returns the plural form for n of the translation of + msgid. +
+ + + + + + + + +
+

+ V +

+
+
verbose. +Static variable in class gnu.gettext.GettextResource +
+
+ + + + + + diff --git a/intl-java/javadoc1/gnu.gettext.GettextResource.html b/intl-java/javadoc1/gnu.gettext.GettextResource.html new file mode 100644 index 000000000..8e821c3fd --- /dev/null +++ b/intl-java/javadoc1/gnu.gettext.GettextResource.html @@ -0,0 +1,163 @@ + + + + + + + Class gnu.gettext.GettextResource + + + + +
+All Packages  Class Hierarchy  This Package  Previous  Next  Index
+
+

+ Class gnu.gettext.GettextResource +

+
+java.lang.Object
+   |
+   +----java.util.ResourceBundle
+           |
+           +----gnu.gettext.GettextResource
+
+
+
+
public abstract class GettextResource +
extends ResourceBundle +
+This class implements the main GNU libintl functions in Java. +

+ Using the GNU gettext approach, compiled message catalogs are normal + Java ResourceBundle classes and are thus interoperable with standard + ResourceBundle based code. +

+ The main differences between the Sun ResourceBundle approach and the + GNU gettext approach are: +

+

+ To compile GNU gettext message catalogs into Java ResourceBundle classes, + the msgfmt program can be used. +

+


+ +

+ Variable Index +

+
+
 o + verbose +
+
+

+ Constructor Index +

+
+
 o + GettextResource() +
+
+

+ Method Index +

+
+
 o + gettext(ResourceBundle, String) +
Returns the translation of msgid. +
 o + ngettext(ResourceBundle, String, String, long) +
Returns the plural form for n of the translation of + msgid. +
+ +

+ Variables +

+ o +verbose +
+ public static boolean verbose
+
+ +

+ Constructors +

+ + o +GettextResource +
+ public GettextResource()
+
+ +

+ Methods +

+ o +gettext +
+ public static String gettext(ResourceBundle catalog,
+                              String msgid)
+
+
+
Returns the translation of msgid. +

+

+
Parameters: +
catalog - a ResourceBundle +
msgid - the key string to be translated, an ASCII string +
Returns: +
the translation of msgid, or msgid if + none is found +
+
+ o +ngettext +
+ public static String ngettext(ResourceBundle catalog,
+                               String msgid,
+                               String msgid_plural,
+                               long n)
+
+
+
Returns the plural form for n of the translation of + msgid. +

+

+
Parameters: +
catalog - a ResourceBundle +
msgid - the key string to be translated, an ASCII string +
msgid_plural - its English plural form +
Returns: +
the translation of msgid depending on n, + or msgid or msgid_plural if none is found +
+
+
+
+All Packages  Class Hierarchy  This Package  Previous  Next  Index
+ + diff --git a/intl-java/javadoc1/packages.html b/intl-java/javadoc1/packages.html new file mode 100644 index 000000000..7ad355550 --- /dev/null +++ b/intl-java/javadoc1/packages.html @@ -0,0 +1,17 @@ + + + + + + + Package Index + + + + +
API User's Guide  Class Hierarchy  Index

+

+Package Index +

+ + diff --git a/intl-java/javadoc1/tree.html b/intl-java/javadoc1/tree.html new file mode 100644 index 000000000..82d1315d5 --- /dev/null +++ b/intl-java/javadoc1/tree.html @@ -0,0 +1,26 @@ + + + + + + + Class Hierarchy + + + + +
All Packages  Index

+

+ Class Hierarchy +

+ + +