org.openrdf.sesame.config
Class DefaultRepositoryInfo
java.lang.Object
org.openrdf.sesame.config.DefaultRepositoryInfo
- All Implemented Interfaces:
- RepositoryInfo, Serializable
- public class DefaultRepositoryInfo
- extends Object
- implements RepositoryInfo, Serializable
- See Also:
- Serialized Form
DefaultRepositoryInfo
public DefaultRepositoryInfo(String id)
DefaultRepositoryInfo
public DefaultRepositoryInfo(String id,
String title)
- Creates a new RepositoryConfig with the supplied repository id and title
- Parameters:
id - Repository idtitle - Repository title
DefaultRepositoryInfo
public DefaultRepositoryInfo(String id,
String title,
boolean readable,
boolean writeable)
getRepositoryId
public String getRepositoryId()
- Specified by:
getRepositoryId in interface RepositoryInfo
getTitle
public String getTitle()
- Specified by:
getTitle in interface RepositoryInfo
isReadable
public boolean isReadable()
- Specified by:
isReadable in interface RepositoryInfo
isWriteable
public boolean isWriteable()
- Specified by:
isWriteable in interface RepositoryInfo
getSailType
public String getSailType()
- Specified by:
getSailType in interface RepositoryInfo
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.