|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFileSystemFileSetManager
public class FileSystemFileSetManager
Constructor Summary | |
---|---|
FileSystemFileSetManager()
|
Method Summary | |
---|---|
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) |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystemFileSetManager()
Method Detail |
---|
public void addFile(String filePath)
FileSetManager
addFile
in interface FileSetManager
public List<String> list()
FileSetManager
list
in interface FileSetManager
public void removeFile(String filePath)
FileSetManager
removeFile
in interface FileSetManager
public void purge()
FileSetManager
purge
in interface FileSetManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |