org.archive.wayback.resourcestore.resourcefile
Class ResourceFileLocation
java.lang.Object
org.archive.wayback.resourcestore.resourcefile.ResourceFileLocation
public class ResourceFileLocation
- extends java.lang.Object
Class encapsulating the name and String location(url/path) of a ResourceFile.
- Version:
- $Date$, $Revision$
- Author:
- brad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFileLocation
public ResourceFileLocation(java.lang.String name,
java.lang.String url)
serializeLine
public java.lang.String serializeLine()
deserializeLine
public static ResourceFileLocation deserializeLine(java.lang.String line)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url - the url to set
Copyright © 2005-2009 Internet Archive. All Rights Reserved.