Lines Matching full:bundle
18 * A class representing the entire Bundle of Resources for a particular language, country, variant.
23 public class Bundle { class
27 * meta-data in a resource bundle formatted by RBManager
31 * The encoding of the bundle (e.g. 'en', 'en_US', 'de', etc.)
47 * A comment concerning the bundle
51 * The name of the person responsible for the managerment of this bundle
58 * A hashtable of all of the items in the bundle, hashed according to their
68 * of items previously declared in the bundle.
74 * Constructor for creating an empty bundle with a given encoding
77 public Bundle(String encoding) { in Bundle() method in Bundle
205 * Returns the boolean of wether a group of a given name exists in the bundle
230 * Removes the group of the given name if it exists in the bundle
256 * Removes a single resource item from the bundle
277 …* the item does not all ready belong to this Bundle, and Two, if the item is all ready in the set …
313 * Return the various resource bundle groups stored in a Vector collection.
327 * Returns the number of groups in the bundle.
335 * Returns a bundle group given a certain index.
348 * Looks for a bundle group of a given name within a bundle and
363 * Looks up and returns a bundle item stored in the bundle based on its
372 * One group is created for all bundles called 'Ungrouped Items'. This is the bundle
373 * group in which bundle items are placed that are not specifically grouped in the
374 * resource bundle file. This method returns that bundle group.
382 * Add a bundle group to the bundle
390 * Add a bundle item to the bundle. This bundle item should all ready have its
391 * bundle group assigned.
410 * information about the bundle and wether or not it is the base class of
411 * a resource bundle.
426 * style resource bundle. It attaches (in comments) the meta data that RBManager
427 * reads to manage the resource bundle file. This portion of the output should
428 * be included at the beginning of the resource bundle file.
443 * A helping method for outputting the formatted contents of the bundle to a
445 * each bundle group's formatted data which includes each bundle item.
457 * A helping method for outputting the formatted contents of the bundle to a
459 * information and then outputs each bundle group's formatted data which includes
460 * each bundle item.