]> source.dussan.org Git - archiva.git/commitdiff
add javadoc
authorOlivier Lamy <olamy@apache.org>
Wed, 5 Jun 2013 10:23:14 +0000 (10:23 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 5 Jun 2013 10:23:14 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1489795 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/metadata/metadata-repository-api/src/main/java/org/apache/archiva/metadata/repository/MetadataRepository.java

index c4696f7e26f5e6a655f75e071e1861cdf4a41814..7771351cbd68691596ce54183ceffa74b608c563 100644 (file)
@@ -184,6 +184,13 @@ public interface MetadataRepository
     Collection<String> getRootNamespaces( String repoId )
         throws MetadataResolutionException;
 
+    /**
+     *
+     * @param repoId
+     * @param namespace
+     * @return {@link Collection} of child namespaces of the namespace argument
+     * @throws MetadataResolutionException
+     */
     Collection<String> getNamespaces( String repoId, String namespace )
         throws MetadataResolutionException;