public class ResourceFileList extends Object
Constructor and Description |
---|
ResourceFileList() |
Modifier and Type | Method and Description |
---|---|
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) |
public void add(ResourceFileLocation location)
public void addAll(Iterator<ResourceFileLocation> itr)
public Iterator<ResourceFileLocation> iterator()
public void store(File target) throws IOException
IOException
public static ResourceFileList load(File source) throws IOException
IOException
public ResourceFileList subtract(ResourceFileList that)
Copyright © 2005–2015 IIPC. All rights reserved.