Is there a way to specify the repository that should be discovered?

actual implementation:
resources = repoAdmin.discoverResources(filter);

desired implementation:
resources = repoAdmin.discoverResources(repository, filter);

or:
resources = repoAdmin.discoverResources(repositoryID, filter);

Tanks and Regards
Roland



--
View this message in context: 
http://apache-felix.18485.x6.nabble.com/discover-a-specified-repository-tp5004109.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to