Class SimpleViewBranchFilter

    • Constructor Detail

      • SimpleViewBranchFilter

        public SimpleViewBranchFilter()
    • Method Detail

      • isExcluded

        public boolean isExcluded​(Branch branch)
        Tests if the supplied branch should be excluded.
        Parameters:
        branch - the Branch.
        Returns:
        true to exclude the branch from the view.
      • isIncluded

        public abstract boolean isIncluded​(Branch branch)
        Tests if the supplied branch should be included. Inclusion wins over exclusion.
        Parameters:
        branch - the Branch.
        Returns:
        true to include the branch from the view.