Class LazyObjectIdSetFile

java.lang.Object
org.eclipse.jgit.internal.storage.file.LazyObjectIdSetFile
All Implemented Interfaces:
ObjectIdSet

public class LazyObjectIdSetFile extends Object implements ObjectIdSet
Lazily loads a set of ObjectIds, one per line.
  • Field Details

  • Constructor Details

    • LazyObjectIdSetFile

      public LazyObjectIdSetFile(File src)
      Create a new lazy set from a file.
      Parameters:
      src - the source file.
  • Method Details