grinder
grinder
TaskFunction typedef
TaskFunction
grinder
grinder
TaskFunction typedef
grinder library
Classes
Analyzer
Dart
Dart2js
DartDoc
DartFmt
DefaultTask
Depends
DevCompiler
FilePath
FileSet
Grinder
GrinderContext
GrinderTask
Pub
PubApp
PubGlobal
RunOptions
Task
TaskArgs
TaskInvocation
TestRunner
Properties
binDir
buildDir
context
dartVM
defaultTask
existingSourceDirs
libDir
sdkDir
sourceDirs
webDir
Functions
addTask
baseName
copy
copyDirectory
copyFile
defaultClean
delete
deleteEntity
fail
fileExt
fileName
getDir
getFile
getSdkDir
grind
grinderArgs
joinDir
joinFile
log
run
runAsync
runDartScript
runProcess
runProcessAsync
sdkBin
startGrinder
task
Typedefs
TaskFunction
Exceptions
GrinderException
ProcessException
TaskFunction
typedef
dynamic
TaskFunction
(
TaskArgs
args
)
The typedef for grinder task functions.
Implementation
typedef dynamic TaskFunction(TaskArgs args);