public class FileSystemFileSetManager extends Object implements FileSetManager
| Constructor and Description |
|---|
FileSystemFileSetManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(String filePath)
Add a file to the file set manager
|
List<String> |
list()
Return the list of all the files currently added to the manager
|
void |
purge()
Remove all the files from the manager (An implementation may also physically remove all the
files)
|
void |
removeFile(String filePath)
Remove a file from the manager (An implementation may also physically remove the file)
|
public void addFile(String filePath)
FileSetManageraddFile in interface FileSetManagerpublic List<String> list()
FileSetManagerlist in interface FileSetManagerpublic void removeFile(String filePath)
FileSetManagerremoveFile in interface FileSetManagerpublic void purge()
FileSetManagerpurge in interface FileSetManagerCopyright © 1996–2019 Geotools. All rights reserved.