public class SoftwareVersionFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
desiredName |
protected URL |
url |
| Constructor and Description |
|---|
SoftwareVersionFile() |
| Modifier and Type | Method and Description |
|---|---|
File |
downloadFile() |
String |
getDesiredName() |
URL |
getURL() |
void |
setDesiredName(String desiredName) |
void |
setURL(String url) |
void |
setURL(URL url) |
public URL getURL()
public void setURL(URL url)
public void setURL(String url) throws MalformedURLException
MalformedURLExceptionpublic String getDesiredName()
public void setDesiredName(String desiredName)
public File downloadFile() throws IOException
IOExceptionCopyright © 2023. All Rights Reserved.