org.openrdf.sesame.config
Class DefaultRepositoryInfo

java.lang.Object
  extended byorg.openrdf.sesame.config.DefaultRepositoryInfo
All Implemented Interfaces:
RepositoryInfo, Serializable

public class DefaultRepositoryInfo
extends Object
implements RepositoryInfo, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultRepositoryInfo(String id)
           
DefaultRepositoryInfo(String id, String title)
          Creates a new RepositoryConfig with the supplied repository id and title
DefaultRepositoryInfo(String id, String title, boolean readable, boolean writeable)
           
 
Method Summary
 String getRepositoryId()
           
 String getSailType()
           
 String getTitle()
           
 boolean isReadable()
           
 boolean isWriteable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 id
title - Repository title

DefaultRepositoryInfo

public DefaultRepositoryInfo(String id,
                             String title,
                             boolean readable,
                             boolean writeable)
Method Detail

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.