TraversalDefaults class

Traversal defaults loaded from buildkit_master.yaml navigation section.

Used as fallback when CLI options are not explicitly provided. Priority cascade: CLI > config defaults > hardcoded defaults.

Constructors

TraversalDefaults({String? scan, bool? recursive, List<String>? exclude, List<String>? excludeProjects, List<String>? recursionExclude})
const
TraversalDefaults.fromMap(Map<String, dynamic>? navMap)
Create from a navigation defaults map (from buildkit_master.yaml).
factory

Properties

exclude List<String>?
Exclude patterns for paths.
final
excludeProjects List<String>?
Exclude patterns for project names.
final
hashCode int
The hash code for this object.
no setterinherited
recursionExclude List<String>?
Patterns to skip during recursive descent.
final
recursive bool?
Whether to scan recursively (default: true).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scan String?
Starting scan path (default: '.').
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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