I need to create file-based stores and resources in a more generic way, rather than being forced to use the store type specific methods (because I don't know the store type). The methods to do this are already present, but private. Could these be made public? Now I had to copy paste them into my project.
The methods are
createStore
removeStore
createResource
in the publisher.
I need to create file-based stores and resources in a more generic way, rather than being forced to use the store type specific methods (because I don't know the store type). The methods to do this are already present, but private. Could these be made public? Now I had to copy paste them into my project.
The methods are
createStore
removeStore
createResource
in the publisher.