|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryLayout
The layout for a remote repository whose artifacts/metadata can be addressed via URIs.
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. |
Method Detail |
---|
java.net.URI getPath(Artifact artifact)
artifact
- The artifact to get the URI for, must not be null
.
null
.java.net.URI getPath(Metadata metadata)
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 |