org.mevenide.repository
Interface IRepositoryReader


public interface IRepositoryReader

Reader of the repository, be it local or remote.

Author:
Milos Kleint (mkleint@codehaus.org)

Method Summary
 java.net.URI getRootURI()
           
 RepoPathElement[] readElements(RepoPathElement element)
          read the children for the parent element.
 

Method Detail

readElements

RepoPathElement[] readElements(RepoPathElement element)
                               throws java.lang.Exception
read the children for the parent element.

Throws:
java.lang.Exception

getRootURI

java.net.URI getRootURI()


Copyright © 2003-2005 The Codehaus. All Rights Reserved.