Class CogConfiguration
Object
CogConfiguration
- All Implemented Interfaces:
SourceSPIProviderFactory
Bean containing all COG related configuration properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBasicAuthURI
Create aBasicAuthURI
instance on top of the provided source String optionally embedding (when provided) user/pass credentials as UserInfo component of the underlying URI.SourceSPIProvider
getSourceSPIProvider
(Object sourceUrl) getUser()
boolean
void
setPassword
(String password) void
setRangeReader
(String rangeReader) void
setUseCache
(boolean useCache) void
-
Constructor Details
-
CogConfiguration
public CogConfiguration() -
CogConfiguration
-
CogConfiguration
-
-
Method Details
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getRangeReader
-
setRangeReader
-
isUseCache
public boolean isUseCache() -
setUseCache
public void setUseCache(boolean useCache) -
createUri
Create aBasicAuthURI
instance on top of the provided source String optionally embedding (when provided) user/pass credentials as UserInfo component of the underlying URI. -
getSourceSPIProvider
- Specified by:
getSourceSPIProvider
in interfaceSourceSPIProviderFactory
-