public interface ServiceProxy
RepositoryService.
The proxy provides objects that know how to access the service, including a Browser, one ore more Importers and/or one or more Publishers.
VirtualRepository| Modifier and Type | Method and Description |
|---|---|
Browser |
browser()
Returns the
Browser bound to this repository service. |
List<? extends Importer<?,?>> |
importers()
Returns the
Importers bound to this repository service, if any. |
List<? extends Publisher<?,?>> |
publishers()
Returns the
Publishers bound to this repository service, if any. |
Copyright © 2018. All rights reserved.