public class ResourceFileLocation extends Object
| Constructor and Description |
|---|
ResourceFileLocation(String name,
String url) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceFileLocation |
deserializeLine(String line) |
String |
getName() |
String |
getUrl() |
String |
serializeLine() |
void |
setName(String name) |
void |
setUrl(String url) |
public String serializeLine()
public static ResourceFileLocation deserializeLine(String line)
public String getName()
public void setName(String name)
name - the name to setpublic String getUrl()
public void setUrl(String url)
url - the url to setCopyright © 2005–2015 IIPC. All rights reserved.