org.openrdf.sesame.config
Interface RepositoryListListener

All Known Implementing Classes:
RepositoryListBuilder

public interface RepositoryListListener

A listener for repository lists information.


Method Summary
 void endRepositoryList()
          Indicates the end of a repository list.
 void repository(String id, String title, boolean readable, boolean writable)
          Delivers information about an available repository.
 void startRepositoryList()
          Indicates the start of a repository list.
 

Method Detail

startRepositoryList

public void startRepositoryList()
Indicates the start of a repository list.


endRepositoryList

public void endRepositoryList()
Indicates the end of a repository list.


repository

public void repository(String id,
                       String title,
                       boolean readable,
                       boolean writable)
Delivers information about an available repository.



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.