org.eclipse.aether.spi.connector.layout.RepositoryLayoutProvider instead.@Deprecated public final class MavenDefaultLayout extends Object implements RepositoryLayout
| Constructor and Description |
|---|
MavenDefaultLayout()
Deprecated.
|
| 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.
|
public URI getPath(org.eclipse.aether.artifact.Artifact artifact)
RepositoryLayoutgetPath in interface RepositoryLayoutartifact - The artifact to get the URI for, must not be null.null.public URI getPath(org.eclipse.aether.metadata.Metadata metadata)
RepositoryLayoutgetPath in interface RepositoryLayoutmetadata - The metadata to get the URI for, must not be null.null.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.