public class HereRepositoryLayoutDecorator extends Object implements InvocationHandler
Maven2RepositoryLayoutFactory Maven2RepositoryLayout.
This layout attempts to make URLs that look like: {groupId}/{artifact}/{version}/{file} for easy translation into HRN format within the wagon provider.
| Modifier and Type | Method and Description |
|---|---|
URI |
getLocation(org.eclipse.aether.artifact.Artifact artifact,
boolean upload) |
URI |
getLocation(org.eclipse.aether.metadata.Metadata metadata,
boolean upload) |
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static Object |
newInstance(org.eclipse.aether.spi.connector.layout.RepositoryLayout delegate) |
public static Object newInstance(org.eclipse.aether.spi.connector.layout.RepositoryLayout delegate)
public URI getLocation(org.eclipse.aether.artifact.Artifact artifact, boolean upload)
public URI getLocation(org.eclipse.aether.metadata.Metadata metadata, boolean upload)
Copyright © 2018–2024 HERE Europe B.V.. All rights reserved.