BasicAction mixin

Superclass constraints
Mixin applications

Properties

argErr ↔ String?
getter/setter pairinherited
cancelOnError ↔ bool
getter/setter pairinherited
env ↔ Map<String, String>
getter/setter pairinherited
excludes ↔ List<String>
getter/setter pairinherited
fmtFields ↔ List<String>
getter/setter pairinherited
fseStream ↔ Stream<FileSystemEntity>
latefinalinherited
hashCode → int
The hash code for this object.
no setterinherited
logger ↔ Logger
getter/setter pairinherited
mimeExcludes ↔ List<String>
getter/setter pairinherited
mimeIncludes ↔ List<String>
getter/setter pairinherited
mimeOverrides ↔ List<String>
getter/setter pairinherited
os ↔ String
getter/setter pairinherited
path ↔ String
getter/setter pairinherited
pattern ↔ String
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scEntity → StreamController<Es>
finalinherited
scFilted → StreamController<Es>
finalinherited
sizes ↔ List<int>
getter/setter pairinherited
statTimeType ↔ StatTimeType
getter/setter pairinherited
times ↔ List<DateTime>
getter/setter pairinherited
type ↔ FileSystemEntityType
latefinalinherited
verbose ↔ bool
getter/setter pairinherited

Methods

archive(File archiveFile, ArchiveType archiveType, [bool useRelPath = true]) → Stream<Es>
archive source path
clean() → Stream<Es>
clean files
fdups() → Stream<Es>
find duplicate files
list({bool matched = true, FileSystemEntityType fseType = FileSystemEntityType.file}) → Stream<Es>
list source path.
mirror(Directory toDir, [bool useRelPath = true, bool keepMtime = false]) → Stream<Es>
incrementally mirror source path to target directory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rmdir({bool force = false, bool keeptop = false}) → Stream<Es>
remove directory if empty
search source path, text files, with regexp or replace
toJson() → Map<String, dynamic>
inherited
toString() → String
A string representation of this object.
inherited
unarchive(Directory toDir, [bool useRelPath = true, bool? isDirWritable]) → Stream<Es>
find archive in source unarchive to target directory.
validator({String target = ''}) → String
Check variables are replaced, return the unresolved or null.
inherited
wipe([List<String> levels = const []]) → Stream<Es>
secure wipe files

Operators

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