Class WildCardHead

java.lang.Object
org.eclipse.jgit.fnmatch.AbstractHead
org.eclipse.jgit.fnmatch.WildCardHead
All Implemented Interfaces:
Head

final class WildCardHead extends AbstractHead
  • Constructor Details

    • WildCardHead

      WildCardHead(boolean star)
  • Method Details

    • matches

      protected final boolean matches(char c)
      Whether the char matches
      Specified by:
      matches in class AbstractHead
      Parameters:
      c - a char.
      Returns:
      whether the char matches