GradleTools class

Constructors

GradleTools()

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

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

Static Properties

currentDir → Directory
final
repoLocation ↔ String
getter/setter pair

Static Methods

createStubProject(Directory rootTempDir) → Future<void>
deps(List<String> depNames) → List<MavenDependency>
Create a list of MavenDependency objects from maven coordinates in string form.
downloadMavenJars(List<MavenDependency> deps, Uri targetDir) → Future<void>
Downloads JAR files of all deps transitively into targetDir.
downloadMavenSources(List<MavenDependency> deps, Uri targetDir) → Future<void>
Downloads and unpacks source files of deps into targetDir.
getGradleWExecutable() → Future<Uri?>