public class GetTool extends GolangTask
| Constructor and Description |
|---|
GetTool() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
buildIfRequired(GolangDependency dependency,
DependencyHandler.GetResult getResult) |
void |
run() |
protected java.io.File |
targetBinaryDirectory() |
protected java.io.File |
targetBinaryFilename(GolangDependency dependency) |
getBuild, getDependencies, getDependencyHandler, getGlobalSettings, getGolang, getSettings, getTaskSettings, getTesting, getToolchain, runBareaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void run()
throws java.lang.Exception
run in class GolangTaskjava.lang.Exceptionprotected boolean buildIfRequired(@Nonnull
GolangDependency dependency,
@Nonnull
DependencyHandler.GetResult getResult)
throws java.lang.Exception
java.lang.Exception@Nonnull
protected java.io.File targetBinaryFilename(@Nonnull
GolangDependency dependency)
throws java.lang.Exception
java.lang.Exception@Nonnull
protected java.io.File targetBinaryDirectory()
throws java.lang.Exception
java.lang.Exception