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