Interface ExtendedAbout

  • All Superinterfaces:
    About
    All Known Implementing Classes:
    AboutBean, Registry.RegisteredAbout

    public interface ExtendedAbout
    extends About
    Adds extra information to the About interface.
    Since:
    3.3
    Author:
    Nicklas
    • Method Detail

      • getAttribute

        String getAttribute​(String name)
        Get extra information
        Parameters:
        name - The name of the extra information
        Returns:
        A value or null if no information is present
      • getAttributeNames

        Collection<String> getAttributeNames()
        Get all extra attribute names.
        Returns:
        A collection which may be null or empty