ValidationTask class

Validates rebrand configuration before any changes are applied.

The validator checks required fields, file existence, color formats, and platform-specific splash settings. It can validate only explicitly requested actions when the CLI is invoked with --rename, --label, --launcher, or --splash.

Inheritance

Constructors

ValidationTask(RebrandConfig config, {Set<RebrandAction>? actions, bool explicitActions = false})

Properties

actions Set<RebrandAction>?
final
config RebrandConfig
final
explicitActions bool
final
hashCode int
The hash code for this object.
no setterinherited
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute() Future<void>
override
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