Package com.bobocode.bring.core.env
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
-
Method Details
-
scan
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.
-