org.eclipse.aether.spi.connector.layout.RepositoryLayoutProvider instead.@Deprecated public interface RepositoryLayout
| Modifier and Type | Method and Description |
|---|---|
URI |
getPath(org.eclipse.aether.artifact.Artifact artifact)
Deprecated.
Gets the URI to the location within a remote repository where the specified artifact would be stored.
|
URI |
getPath(org.eclipse.aether.metadata.Metadata metadata)
Deprecated.
Gets the URI to the location within a remote repository where the specified metadata would be stored.
|
URI getPath(org.eclipse.aether.artifact.Artifact artifact)
artifact - The artifact to get the URI for, must not be null.null.URI getPath(org.eclipse.aether.metadata.Metadata metadata)
metadata - The metadata to get the URI for, must not be null.null.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.