- All Implemented Interfaces:
- FileStore<String>, FileStoreSearcher<String>
public class UniquePathFileStore
extends Object
implements FileStore<String>, FileStoreSearcher<String>
File store that stores items under a given path within a base directory.
Paths are expected to be unique. If a request is given to store a file at a particular path
where a file exists already then it will not be copied. That is, it is expected to be equal.
This file store also provides searching via relative ant path patterns.