Interface BringSourceScanner

All Known Implementing Classes:
BringPropertiesSourceScanner

public interface BringSourceScanner
Interface for scanning Bring sources to retrieve a list of files based on a specified type.
Since:
1.0
Author:
Blyzhnytsia Team
  • Method Summary

    Modifier and Type
    Method
    Description
    scan(String type)
    Scans the Bring sources for files of a specified type.
  • Method Details

    • scan

      List<File> scan(String type)
      Scans the Bring sources for files of a specified type.
      Parameters:
      type - The type of files to scan for.
      Returns:
      A list of File objects representing the files found of the specified type.