Class IsDirty

java.lang.Object
org.dmfs.gver.git.predicates.IsDirty
All Implemented Interfaces:
Predicate<org.eclipse.jgit.lib.Repository>, org.dmfs.jems2.Predicate<org.eclipse.jgit.lib.Repository>

public final class IsDirty extends Object implements Predicate<org.eclipse.jgit.lib.Repository>, org.dmfs.jems2.Predicate<org.eclipse.jgit.lib.Repository>
  • Constructor Details

    • IsDirty

      public IsDirty()
  • Method Details

    • test

      public boolean test(org.eclipse.jgit.lib.Repository repository)
      Specified by:
      test in interface Predicate<org.eclipse.jgit.lib.Repository>
    • satisfiedBy

      public boolean satisfiedBy(org.eclipse.jgit.lib.Repository repository)
      Specified by:
      satisfiedBy in interface org.dmfs.jems2.Predicate<org.eclipse.jgit.lib.Repository>