CommandDataSourceImpl class
명령어 처리 구현체
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createArgParser(
) → ArgParser -
ArgParser 인스턴스를 생성합니다.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseArguments(
List< String> arguments, ArgParser parser) → ArgResults -
명령어 인수를 파싱합니다.
override
-
printUsage(
ArgParser parser) → void -
사용법을 출력합니다.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited