Details
Description
The directory datastore requires two params - a file and a suffix list.
By requiering the suffix list it is nessasary for a developer to be aware of all of the currently installed file based data stores.
Is it posible to remove the need for this param?
interface FilteDataStore extends DataStore{
FileFilter getResouceFilter();
}
?