- Inheritance
- Object
- CLICommand
- CLIServeBase
- CLIServer
Constructors
Properties
- address → String
-
read-only
- binDirectory → Directory
-
read-only
- certificatePath → String
-
read-only
- command → ArgResults
-
read-only
- configurationFile → File
-
read-only
- derivedRequestSinkType → String
-
read / write
- description → String
-
@override, read-only
- ipv6Only → bool
-
read-only
- keyPath → String
-
read-only
- localOnly → bool
-
read-only
- monitorStartup → bool
-
read-only
- name → String
-
@override, read-only
- numberOfIsolates → int
-
read-only
- port → int
-
read-only
- registeredLaunchArtifacts → List<FileSystemEntity>
-
read / write
- requestSinkType → String
-
read-only
- shouldRunDetached → bool
-
read-only
- shouldRunObservatory → bool
-
read-only
- startupTimeout → int
-
read-only
- defaultColorSymbol → String
-
read-only, inherited
- detailedDescription → String
-
read-only, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited - helpMeItsScary → bool
-
read-only, inherited
- libraryName → String
-
read-only, inherited
- options → ArgParser
-
Options for this command.
read / write, inherited - outputSink → StringSink
-
read / write, inherited
- packageName → String
-
read-only, inherited
- pidSuffix → String
-
read-only, inherited
- projectDirectory → Directory
-
read-only, inherited
- projectVersion → Version
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - showColors → bool
-
read-only, inherited
- showStacktrace → bool
-
read-only, inherited
- toolVersion → Version
-
read-only, inherited
- usage → String
-
read-only, inherited
- values → ArgResults
-
@override, read / write, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
checkForStartError(
Process process) → Future<String> -
cleanup(
) → Future -
Cleans up any resources used during this command.
-
createScriptSource(
Map<String, dynamic> values) → String -
createStartScript(
String contents) → File -
deleteLaunchArtifacts(
) → void -
deriveApplicationLibraryDetails(
) → Future -
executeStartScript(
File startScriptFile) → Future<Process> -
failWithError(
int processPid, String reason) → void -
handle(
) → Future<int> -
Handles the command input.
-
prepare(
) → void -
start(
) → Future<int> -
//
-
startWithMonitor(
String generatedStartScript) → Future<int> -
colorSymbol(
CLIColor color) → String -
inherited
-
determineToolVersion(
) → Future -
inherited
-
displayError(
String errorMessage, { bool showUsage: false, CLIColor color: CLIColor.boldRed }) → void -
inherited
-
displayInfo(
String infoMessage, { CLIColor color: CLIColor.boldNone }) → void -
inherited
-
displayProgress(
String progressMessage, { CLIColor color: CLIColor.none }) → void -
inherited
-
fileInProjectDirectory(
String name) → File -
inherited
-
isExecutableInShellPath(
String name) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
pidFilesInDirectory(
Directory directory) → List<File> -
inherited
-
pidPathForPid(
int pid) → String -
inherited
-
preProcess(
) → void -
inherited
-
printHelp(
{String parentCommandName }) → void -
inherited
-
process(
ArgResults results, { List<String> parentCommandNames }) → Future<int> -
Invoked on this instance when this command is executed from the command line.
inherited -
registerCommand(
CLICommand cmd) → void -
inherited
-
stopPidAndDelete(
int pid) → void -
inherited
-
subdirectoryInProjectDirectory(
String name, { bool createIfDoesNotExist: true }) → Directory -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited