public interface VersionBasedSingleFileInstaller extends DistributionInstaller
An interface for installers that download a single file.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<File> |
getSingleFile(String version)Returns the path to the single file. |
| Methods inherited from class | Name |
|---|---|
interface DistributionInstaller |
getDistributionFile, getDistributionRoot, getSdkManCandidateName, locateDistributionInCustomLocation, setSdkManCandidateName, uriFromVersion |
interface BaseDistributionInstaller |
addExecPattern, setArtifactRootVerification, setArtifactUnpacker, setChecksum, setDownloadRoot |