Interface DataLoader.RecognizedFiles

Enclosing class:
DataLoader

public static interface DataLoader.RecognizedFiles
Buffer holding a list of primary and secondary files marked as already recognized, to prevent further scanning.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    markRecognized(org.openide.filesystems.FileObject fo)
    Mark this file as being recognized.
  • Method Details

    • markRecognized

      void markRecognized(org.openide.filesystems.FileObject fo)
      Mark this file as being recognized. It will be excluded from further processing.
      Parameters:
      fo - file object to exclude