Package org.gcube.common.software.model
Class SoftwareVersionFile
- java.lang.Object
-
- org.gcube.common.software.model.SoftwareVersionFile
-
public class SoftwareVersionFile extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdesiredNameprotected URLurl
-
Constructor Summary
Constructors Constructor Description SoftwareVersionFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiledownloadFile()StringgetDesiredName()URLgetURL()voidsetDesiredName(String desiredName)voidsetURL(String url)voidsetURL(URL url)
-
-
-
Method Detail
-
getURL
public URL getURL()
-
setURL
public void setURL(URL url)
-
setURL
public void setURL(String url) throws MalformedURLException
- Throws:
MalformedURLException
-
getDesiredName
public String getDesiredName()
-
setDesiredName
public void setDesiredName(String desiredName)
-
downloadFile
public File downloadFile() throws IOException
- Throws:
IOException
-
-