Interface ResourceBundle


@NotFinalAPI public interface ResourceBundle
A ResourceBundle is a group of resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if this bundle can be removed.
    boolean
    Returns true if it is possible to add or remove resources to/from this bunde.
    The name of the bundle.
  • Method Details

    • name

      String name()
      The name of the bundle.
      Returns:
      the name of the bundle
    • deletable

      boolean deletable()
      Returns true if this bundle can be removed.
      Returns:
      true if the bundle can be removed.
    • editable

      boolean editable()
      Returns true if it is possible to add or remove resources to/from this bunde.
      Returns:
      true if the bundle can be edited.