Package org.eclipse.jgit.storage.dfs.DfsObjDatabase

Examples of org.eclipse.jgit.storage.dfs.DfsObjDatabase.PackSource


  }

  @Override
  public boolean wasDeltaAttempted() {
    if (pack != null) {
      PackSource source = pack.getPackDescription().getPackSource();
      return source == GC || source == UNREACHABLE_GARBAGE;
    }
    return false;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jgit.storage.dfs.DfsObjDatabase.PackSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.