public interface RemoteRepository extends Repository
Modifier and Type | Method and Description |
---|---|
String |
getCheckPath()
Returns the path relative to the root url of the repository that should be used
to check the availability of the repository.
|
RemoteRepositoryContent |
getContent()
Returns the interface to access the content of the repository.
|
Map<String,String> |
getExtraHeaders()
Returns extra headers that are added to the request to the remote repository.
|
Map<String,String> |
getExtraParameters()
Returns additional parameters, that are used for accessing the remote repository.
|
RepositoryCredentials |
getLoginCredentials()
Returns the credentials used to login to the remote repository.
|
Duration |
getTimeout()
Returns the time duration, after that the request is aborted and a error is returned, if the remote repository
does not respond.
|
close, getCapabilities, getDescription, getDescription, getFailoverLocations, getFeature, getId, getIndexingContext, getLayout, getLocalPath, getLocation, getName, getName, getSchedulingDefinition, getType, hasIndex, isOpen, isScanned, supportsFeature
registerEventHandler, unregisterEventHandler
addAsset, consumeData, consumeDataFromChannel, copyAsset, copyAsset, getAsset, moveAsset, moveAsset, removeAsset, updateLocation, writeData, writeDataToChannel
RemoteRepositoryContent getContent()
RepositoryCredentials getLoginCredentials()
String getCheckPath()
Map<String,String> getExtraParameters()
Map<String,String> getExtraHeaders()
Duration getTimeout()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.