Skip navigation links
A C D E G H I L N P R S T X 

A

apply(HttpUriRequest) - Method in interface com.here.platform.artifact.maven.wagon.RequestExecutor
 
Artifact - Class in com.here.platform.artifact.maven.wagon
 
Artifact(String, String, String, String) - Constructor for class com.here.platform.artifact.maven.wagon.Artifact
 
ArtifactServiceUrlResolverChain - Class in com.here.platform.artifact.maven.wagon.resolver
Class responsible for resolving Artifact Service URL.
ArtifactServiceUrlResolverChain(Supplier<CloseableHttpClient>, ObjectMapper) - Constructor for class com.here.platform.artifact.maven.wagon.resolver.ArtifactServiceUrlResolverChain
 
ArtifactWagon - Class in com.here.platform.artifact.maven.wagon
Wagon provider with two main responsibilities: Minting a HERE Auth token before each request and forwarding that token as a bearer credential Encoding the URL into HERE HRN format on the server-end
ArtifactWagon() - Constructor for class com.here.platform.artifact.maven.wagon.ArtifactWagon
 

C

com.here.platform.artifact.maven.wagon - package com.here.platform.artifact.maven.wagon
 
com.here.platform.artifact.maven.wagon.layout - package com.here.platform.artifact.maven.wagon.layout
 
com.here.platform.artifact.maven.wagon.model - package com.here.platform.artifact.maven.wagon.model
 
com.here.platform.artifact.maven.wagon.resolver - package com.here.platform.artifact.maven.wagon.resolver
 
com.here.platform.artifact.maven.wagon.util - package com.here.platform.artifact.maven.wagon.util
 

D

defaultIfEmpty(String, String) - Static method in class com.here.platform.artifact.maven.wagon.util.StringUtils
Returns the passed string value of the default value if the former string is null or empty.

E

equals(Object) - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
execute(HttpUriRequest) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 

G

getApi() - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
getArtifactId() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
getArtifactId() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
getBaseURL() - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
getCode() - Method in class com.here.platform.artifact.maven.wagon.model.ServiceExceptionResponse
 
getFile() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
getGroupHrnPrefix() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
getGroupId() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
getGroupId() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
getHrnPrefix() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
getId() - Method in class com.here.platform.artifact.maven.wagon.layout.HereArtifactRepositoryLayout
 
getInputStream(Resource) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 
getLocation(Artifact, boolean) - Method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutDecorator
 
getLocation(Metadata, boolean) - Method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutDecorator
 
getMessage() - Method in class com.here.platform.artifact.maven.wagon.model.ServiceExceptionResponse
 
getParameters() - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
getPriority() - Method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutFactory
 
getProxyInfo(String, String) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 
getRetryInterval() - Method in class com.here.platform.artifact.maven.wagon.XRateLimitServiceUnavailableRetryStrategy
 
getStatus() - Method in class com.here.platform.artifact.maven.wagon.model.ServiceExceptionResponse
 
getURL(Repository) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 
getUserId() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterRequest
 
getVersion() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
getVersion() - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 

H

hashCode() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 
HereArtifactRepositoryLayout - Class in com.here.platform.artifact.maven.wagon.layout
 
HereArtifactRepositoryLayout() - Constructor for class com.here.platform.artifact.maven.wagon.layout.HereArtifactRepositoryLayout
 
HereAuthenticationException - Exception in com.here.platform.artifact.maven.wagon
Exception thrown when invalid HERE credentials were provided.
HereAuthenticationException(String, Exception) - Constructor for exception com.here.platform.artifact.maven.wagon.HereAuthenticationException
 
HereRepositoryLayoutDecorator - Class in com.here.platform.artifact.maven.wagon.layout
Based on Maven2RepositoryLayoutFactory Maven2RepositoryLayout.
HereRepositoryLayoutFactory - Class in com.here.platform.artifact.maven.wagon.layout
 
HereRepositoryLayoutFactory() - Constructor for class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutFactory
 

I

InvalidPathException - Exception in com.here.platform.artifact.maven.wagon
Exception thrown when invalid artifact URL were provided.
InvalidPathException(String) - Constructor for exception com.here.platform.artifact.maven.wagon.InvalidPathException
 
invoke(Object, Method, Object[]) - Method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutDecorator
 
isCreated() - Method in class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
isEmpty(String) - Static method in class com.here.platform.artifact.maven.wagon.util.StringUtils
Checks whether the input string is null or empty.

L

loadHereProperties() - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
Load the HERE credentials file
LookupPlatformApisResponse - Class in com.here.platform.artifact.maven.wagon.model
Lookup Service platform API response model.
LookupPlatformApisResponse() - Constructor for class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 

N

newInstance(RepositoryLayout) - Static method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutDecorator
 
newInstance(RepositorySystemSession, RemoteRepository) - Method in class com.here.platform.artifact.maven.wagon.layout.HereRepositoryLayoutFactory
 

P

pathOf(Artifact) - Method in class com.here.platform.artifact.maven.wagon.layout.HereArtifactRepositoryLayout
 
pathOfRemoteRepositoryMetadata(ArtifactMetadata) - Method in class com.here.platform.artifact.maven.wagon.layout.HereArtifactRepositoryLayout
 
put(File, String) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 
putFromStream(InputStream, String, long, long) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 

R

RegisterRequest - Class in com.here.platform.artifact.maven.wagon.model
 
RegisterRequest(String) - Constructor for class com.here.platform.artifact.maven.wagon.model.RegisterRequest
 
RegisterResponse - Class in com.here.platform.artifact.maven.wagon.model
 
RegisterResponse(String, String, String, String, boolean) - Constructor for class com.here.platform.artifact.maven.wagon.model.RegisterResponse
 
RequestExecutor - Interface in com.here.platform.artifact.maven.wagon
 
resolveArtifactServiceUrl(String) - Method in class com.here.platform.artifact.maven.wagon.resolver.ArtifactServiceUrlResolverChain
 
RETRY_AFTER_HEADER - Static variable in class com.here.platform.artifact.maven.wagon.XRateLimitServiceUnavailableRetryStrategy
The response HTTP header indicates how long the user agent should wait before making a follow-up request.
retryRequest(HttpResponse, int, HttpContext) - Method in class com.here.platform.artifact.maven.wagon.XRateLimitServiceUnavailableRetryStrategy
 

S

ServiceExceptionResponse - Class in com.here.platform.artifact.maven.wagon.model
 
ServiceExceptionResponse(String, String, String) - Constructor for class com.here.platform.artifact.maven.wagon.model.ServiceExceptionResponse
 
setApi(String) - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
setBaseURL(String) - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
setHeaders(HttpUriRequest) - Method in class com.here.platform.artifact.maven.wagon.ArtifactWagon
 
setParameters(Object) - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
setVersion(String) - Method in class com.here.platform.artifact.maven.wagon.model.LookupPlatformApisResponse
 
StringUtils - Class in com.here.platform.artifact.maven.wagon.util
Helper class covering common String operations.
StringUtils() - Constructor for class com.here.platform.artifact.maven.wagon.util.StringUtils
 

T

toString() - Method in class com.here.platform.artifact.maven.wagon.Artifact
 

X

X_RATE_LIMIT_RESET_HEADER - Static variable in class com.here.platform.artifact.maven.wagon.XRateLimitServiceUnavailableRetryStrategy
The response HTTP header indicates how long the user agent should wait before making a follow-up request.
XRateLimitServiceUnavailableRetryStrategy - Class in com.here.platform.artifact.maven.wagon
An implementation of the ServiceUnavailableRetryStrategy interface.
XRateLimitServiceUnavailableRetryStrategy() - Constructor for class com.here.platform.artifact.maven.wagon.XRateLimitServiceUnavailableRetryStrategy
 
A C D E G H I L N P R S T X 
Skip navigation links

Copyright © 2018–2024 HERE Europe B.V.. All rights reserved.