AFGenerateSubcommand class abstract

The superclass for all the AFGenerateSubcommand variants.

Inheritance
Implementers

Constructors

AFGenerateSubcommand()

Properties

argExportTemplates String
no setter
argExportTemplatesHelp String
no setter
argForceOverwriteHelp String
no setter
argOverrideTemplates String
no setter
argOverrideTemplatesHelp String
no setter
description String
no setterinherited
descriptionHeader String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
nameOfExecutable String
no setterinherited
optionsHeader String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subcommands Map<String, AFCommand>
finalinherited
usage String
no setterinherited
usageHeader String
no setterinherited

Methods

addSubcommand(AFCommand cmd) → void
inherited
convertToPrefix(String value, String suffix) String
inherited
errorIfNotProjectRoot(AFCommandContext ctx) bool
inherited
execute(AFCommandContext context) Future<void>
inherited
finalize() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(AFCommandContext ctx) Future<void>
Override this to implement the command. The first item in the list is the command name.
inherited
throwUsageError(String error) → Never
inherited
toString() String
A string representation of this object.
inherited
verifyAllLowercase(String value) → void
inherited
verifyAllUppercase(String value) → void
inherited
verifyDoesNotEndWith(String value, String excluded) → void
inherited
verifyEndsWith(String value, String endsWith) String
inherited
verifyEndsWithOneOf(String value, List<String> suffixes) → void
inherited
verifyMixedCase(String value, String valueKindInError) → void
inherited
verifyNotEmpty(String value, String msg) → void
inherited
verifyNotGenerateConflict(String itemName, List<String> invalidSuffixes, String subcommand) → void
inherited
verifyNotOption(String value) → void
inherited
verifyOneOf(String value, List<String> oneOf) → void
inherited
verifyUsageOption(String value, List<String> options) → void
inherited

Operators

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