Configuration class abstract

A full configuration to allow fetching classes and running a builder against a Dart package.

Constructors

Configuration.fromArgResults(ArgResults results)
factory
Configuration.fromCommandLine(Iterable<String> arguments)
factory

Properties

builder DiagramBuilder?
no setter
builderName String
no setter
excludeExpressions Iterable<RegExp>
no setter
excludeHasA bool
no setter
excludeIsA bool
no setter
excludePrivateClasses bool
no setter
excludePrivateFields bool
no setter
excludePrivateMethods bool
no setter
exportedOnly bool
no setter
hasAExpressions Iterable<RegExp>
no setter
hashCode int
The hash code for this object.
no setterinherited
includeExpressions Iterable<RegExp>
no setter
isAExpressions Iterable<RegExp>
no setter
outputPath String
no setter
packagePath String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchPath String
no setter
shouldShowHelp bool
no setter
shouldShowVersion bool
no setter
verbose bool
no setter

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