public interface ConnectorProvider
Connectors are quite expensive to instantiate and obtain. Therefore this contract is generally used where you want to lazily provide a connector in a situation where it is not know if a connector is actually required (maybe due to caching etc.) until runtime.
| Modifier and Type | Method and Description |
|---|---|
Connector |
provide(String endpoint)
Builds a Connector object mounted against the given endpoint
|
Connector provide(String endpoint) throws ConnectorProviderException
endpoint - StringConnectorProviderExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.