aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-repository-api
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-06-16 10:32:06 +0200
committerMartin Stockhammer <martin_s@apache.org>2020-06-16 10:32:06 +0200
commit7a9803bf0f648db101ff9e76ef6a0f0bb2ecf09d (patch)
tree8ad8ae8ea3380acbec222a862562a0ec6c6f396a /archiva-modules/archiva-base/archiva-repository-api
parentfbca0e89f9db5d20dcb096d2fbf7391160f48fd2 (diff)
downloadarchiva-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.java9
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