Package org.sgrewritten.stargate.util
Class WebHelper
java.lang.Object
org.sgrewritten.stargate.util.WebHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddownloadFile(String link, File file) Download file from the web
-
Method Details
-
downloadFile
Download file from the web- Parameters:
link-URL for web address to fetch form
file-File location to save to
- Throws:
IOException-If unable to download the file
-