Package io.github.intisy.gradle.compile
Class CompileConfig
java.lang.Object
io.github.intisy.gradle.compile.CompileConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadFile(String fileURL) extractTarGz(File tarGzFile, File destDirectory) static StringgenerateUniqueString(String input) download file from url and return the file Returns file.booleangetAll()booleanbooleangetDebug()static longgetFileSize(String fileUrl) static Pathreturn gradle directorygetLinux()getMacOS()voidvoidvoidvoidvoidprocess(org.gradle.api.Project project) voidsetAll(boolean all) voidsetCompile(boolean compile) voidsetDebug(boolean debug) void
-
Constructor Details
-
CompileConfig
public CompileConfig(org.gradle.api.Project project)
-
-
Method Details
-
setAll
public void setAll(boolean all) -
getAll
public boolean getAll() -
setDebug
public void setDebug(boolean debug) -
setCompile
public void setCompile(boolean compile) -
getDebug
public boolean getDebug() -
log
-
log
-
getWindows
-
getLinux
-
getMacOS
-
getCompile
public boolean getCompile() -
windows
-
linux
-
macOS
-
process
public void process(org.gradle.api.Project project) -
generateUniqueString
download file from url and return the file Returns file. -
getFileSize
-
getGradleHome
return gradle directory -
downloadFile
-
extractTarGz
-
unzip
-
unzip
-