-
- All Implemented Interfaces:
public final class BinaryenEnv
-
-
Field Summary
Fields Modifier and Type Field Description private final CleanableStorecleanableStoreprivate final FilezipPathprivate final FiletargetPathprivate final FileexecutablePathprivate final BooleanisWindowsprivate final URLdownloadUrl
-
Constructor Summary
Constructors Constructor Description BinaryenEnv(CleanableStore cleanableStore, File zipPath, File targetPath, File executablePath, Boolean isWindows, URL downloadUrl)
-
Method Summary
Modifier and Type Method Description final CleanableStoregetCleanableStore()final FilegetZipPath()final FilegetTargetPath()final FilegetExecutablePath()final BooleangetIsWindows()final URLgetDownloadUrl()-
-
Method Detail
-
getCleanableStore
final CleanableStore getCleanableStore()
-
getZipPath
final File getZipPath()
-
getTargetPath
final File getTargetPath()
-
getExecutablePath
final File getExecutablePath()
-
getIsWindows
final Boolean getIsWindows()
-
getDownloadUrl
final URL getDownloadUrl()
-
-
-
-