public final class MavenDefaultLayout extends Object implements RepositoryLayout
| Constructor and Description |
|---|
MavenDefaultLayout() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getPath(Artifact artifact)
Gets the URI to the location within a remote repository where the specified artifact would be stored.
|
URI |
getPath(Metadata metadata)
Gets the URI to the location within a remote repository where the specified metadata would be stored.
|
public URI getPath(Artifact artifact)
RepositoryLayoutgetPath in interface RepositoryLayoutartifact - The artifact to get the URI for, must not be null.null.public URI getPath(Metadata metadata)
RepositoryLayoutgetPath in interface RepositoryLayoutmetadata - The metadata to get the URI for, must not be null.null.Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.