mirror of https://github.com/apache/archiva.git
add javadoc
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1489795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ed539a1d3
commit
b68612f23e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue