org.archive.wayback.resourcestore.resourcefile
Class ResourceFileList

java.lang.Object
  extended by org.archive.wayback.resourcestore.resourcefile.ResourceFileList

public class ResourceFileList
extends Object

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Constructor Summary
ResourceFileList()
           
 
Method Summary
 void add(ResourceFileLocation location)
           
 void addAll(Iterator<ResourceFileLocation> itr)
           
 Iterator<ResourceFileLocation> iterator()
           
static ResourceFileList load(File source)
           
 void store(File target)
           
 ResourceFileList subtract(ResourceFileList that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFileList

public ResourceFileList()
Method Detail

add

public void add(ResourceFileLocation location)

addAll

public void addAll(Iterator<ResourceFileLocation> itr)

iterator

public Iterator<ResourceFileLocation> iterator()

store

public void store(File target)
           throws IOException
Throws:
IOException

load

public static ResourceFileList load(File source)
                             throws IOException
Throws:
IOException

subtract

public ResourceFileList subtract(ResourceFileList that)


Copyright © 2005-2011 Internet Archive. All Rights Reserved.