java.lang.Object
com.github.rvesse.airline.utils.predicates.parser.GroupFinder
All Implemented Interfaces:
org.apache.commons.collections4.Predicate<CommandGroupMetadata>

public class GroupFinder extends Object implements org.apache.commons.collections4.Predicate<CommandGroupMetadata>
  • Field Details

    • name

      private final String name
  • Constructor Details

    • GroupFinder

      public GroupFinder(String name)
  • Method Details