org.openrdf.sesame.config
Interface RepositoryInfo

All Known Implementing Classes:
DefaultRepositoryInfo, RepositoryConfig

public interface RepositoryInfo


Method Summary
 String getRepositoryId()
           
 String getSailType()
           
 String getTitle()
           
 boolean isReadable()
           
 boolean isWriteable()
           
 

Method Detail

getRepositoryId

public String getRepositoryId()

getTitle

public String getTitle()

getSailType

public String getSailType()

isReadable

public boolean isReadable()

isWriteable

public boolean isWriteable()


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