add javadoc

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1489795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-06-05 10:23:14 +00:00
parent 0ed539a1d3
commit b68612f23e
1 changed files with 7 additions and 0 deletions

View 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;