Package org.geotools.coverage.grid.io
Class FileSystemFileSetManager
Object
FileSystemFileSetManager
- All Implemented Interfaces:
FileSetManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a file to the file set managerlist()
Return the list of all the files currently added to the managervoid
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)
-
Constructor Details
-
FileSystemFileSetManager
public FileSystemFileSetManager()
-
-
Method Details
-
addFile
Description copied from interface:FileSetManager
Add a file to the file set manager- Specified by:
addFile
in interfaceFileSetManager
-
list
Description copied from interface:FileSetManager
Return the list of all the files currently added to the manager- Specified by:
list
in interfaceFileSetManager
-
removeFile
Description copied from interface:FileSetManager
Remove a file from the manager (An implementation may also physically remove the file)- Specified by:
removeFile
in interfaceFileSetManager
-
purge
public void purge()Description copied from interface:FileSetManager
Remove all the files from the manager (An implementation may also physically remove all the files)- Specified by:
purge
in interfaceFileSetManager
-