Package io.github.intisy.gradle.inno
Class GitHub
- java.lang.Object
-
- io.github.intisy.gradle.inno.GitHub
-
public class GitHub extends Object
-
-
Constructor Summary
Constructors Constructor Description GitHub()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pathdownload()static voiddownloadFile(String fileUrl, File outputFile)static org.gradle.internal.impldep.com.google.gson.JsonObjectgetLatestReleaseZip(String apiUrl)static voidunzipAndFlatten(File zipFilePath, File outputDirectory)
-
-
-
Method Detail
-
download
public static Path download()
-
unzipAndFlatten
public static void unzipAndFlatten(File zipFilePath, File outputDirectory) throws IOException
- Throws:
IOException
-
getLatestReleaseZip
public static org.gradle.internal.impldep.com.google.gson.JsonObject getLatestReleaseZip(String apiUrl) throws Exception
- Throws:
Exception
-
-