|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.util.layout.MavenDefaultLayout
public class MavenDefaultLayout
The layout for a Maven remote repository of type "default".
Constructor Summary | |
---|---|
MavenDefaultLayout()
|
Method Summary | |
---|---|
java.net.URI |
getPath(Artifact artifact)
Gets the URI to the location within a remote repository where the specified artifact would be stored. |
java.net.URI |
getPath(Metadata metadata)
Gets the URI to the location within a remote repository where the specified metadata would be stored. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MavenDefaultLayout()
Method Detail |
---|
public java.net.URI getPath(Artifact artifact)
RepositoryLayout
getPath
in interface RepositoryLayout
artifact
- The artifact to get the URI for, must not be null
.
null
.public java.net.URI getPath(Metadata metadata)
RepositoryLayout
getPath
in interface RepositoryLayout
metadata
- The metadata to get the URI for, must not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |