CreateFileReferencesHelper class

Constructors

CreateFileReferencesHelper(FileSystemUtil fileSystemUtil)

Properties

fileSystemUtil FileSystemUtil
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFileSystemEntities(Directory dir) Future<List<FileSystemEntity>>
getFilteredFilePaths(List<File> files, List<String> removeFileWithSuffixes, List<RegExp> excludeFiles, List<RegExp> excludeContents, String? excludeContentsPath) List<String>
getImportsList(List<FileSystemEntity> fileSytemEntities, List<String> removeFileWithSuffixes) → dynamic
getOnlyCandidateFiles(List<FileSystemEntity> fileSytemEntities) Future<List<File>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeContentToFile(String content, String path) Future<File>

Operators

operator ==(Object other) bool
The equality operator.
inherited