diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-16 10:32:06 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-16 10:32:06 +0200 |
commit | 7a9803bf0f648db101ff9e76ef6a0f0bb2ecf09d (patch) | |
tree | 8ad8ae8ea3380acbec222a862562a0ec6c6f396a /archiva-modules/archiva-base/archiva-repository-api | |
parent | fbca0e89f9db5d20dcb096d2fbf7391160f48fd2 (diff) | |
download | archiva-7a9803bf0f648db101ff9e76ef6a0f0bb2ecf09d.tar.gz archiva-7a9803bf0f648db101ff9e76ef6a0f0bb2ecf09d.zip |
Switching to itemselector for repository API
Diffstat (limited to 'archiva-modules/archiva-base/archiva-repository-api')
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-api/src/main/java/org/apache/archiva/repository/RepositoryContent.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-api/src/main/java/org/apache/archiva/repository/RepositoryContent.java b/archiva-modules/archiva-base/archiva-repository-api/src/main/java/org/apache/archiva/repository/RepositoryContent.java index c30550eb3..a4e98da9f 100644 --- a/archiva-modules/archiva-base/archiva-repository-api/src/main/java/org/apache/archiva/repository/RepositoryContent.java +++ b/archiva-modules/archiva-base/archiva-repository-api/src/main/java/org/apache/archiva/repository/RepositoryContent.java @@ -31,15 +31,6 @@ public interface RepositoryContent /** - * Given an {@link ArtifactReference}, return the relative path to the artifact. - * - * @param reference the artifact reference to use. - * @return the relative path to the artifact. - */ - String toPath( ArtifactReference reference ); - - - /** * Return the path, that represents the item specified by the selector. * @param selector the selector with the artifact coordinates * @return the path to the content item |