|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.config.RepositoryListBuilder
A RepositoryListListener that can be used to build a RepositoryListImpl.
RepositoryListImpl| Constructor Summary | |
RepositoryListBuilder()
Creates a new RepositoryListBuilder. |
|
| Method Summary | |
void |
clear()
Clear the builder. |
void |
endRepositoryList()
Indicates the end of a repository list. |
RepositoryList |
getRepositoryList()
Gets the RepositoryListImpl that has been built. |
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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RepositoryListBuilder()
| Method Detail |
public RepositoryList getRepositoryList()
public void clear()
public void startRepositoryList()
startRepositoryList in interface RepositoryListListenerpublic void endRepositoryList()
endRepositoryList in interface RepositoryListListener
public void repository(String id,
String title,
boolean readable,
boolean writable)
repository in interface RepositoryListListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||