Class Group

    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Method equals.
        Overrides:
        equals in class Object
        Parameters:
        other - a other object.
        Returns:
        boolean
      • getPackages

        public String getPackages()
        Get packages can be any package name, or can be the start of any package name followed by an asterisk (*). The asterisk is a wildcard meaning "match any characters". This is the only wildcard allowed. Multiple patterns can be included in a group by separating them with colons (:).
        Returns:
        String
      • getTitle

        public String getTitle()
        Get title can be any text, and can include white space. This text is placed in the table heading for the group.
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        int
      • setPackages

        public void setPackages​(String packages)
        Set packages can be any package name, or can be the start of any package name followed by an asterisk (*). The asterisk is a wildcard meaning "match any characters". This is the only wildcard allowed. Multiple patterns can be included in a group by separating them with colons (:).
        Parameters:
        packages - a packages object.
      • setTitle

        public void setTitle​(String title)
        Set title can be any text, and can include white space. This text is placed in the table heading for the group.
        Parameters:
        title - a title object.
      • toString

        public String toString()
        Method toString.
        Overrides:
        toString in class Object
        Returns:
        String