org.eaglei.search.provider.rdf
Class RepositoryConfig
java.lang.Object
org.eaglei.search.provider.rdf.RepositoryConfig
public final class RepositoryConfig
- extends java.lang.Object
Configuration for connecting to the repository.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUBLISHED_NG
public static final java.lang.String PUBLISHED_NG
- See Also:
- Constant Field Values
DEFAULT_NG
public static final java.lang.String DEFAULT_NG
- See Also:
- Constant Field Values
RepositoryConfig
public RepositoryConfig()
setUrl
public void setUrl(java.lang.String url)
getUrl
public java.lang.String getUrl()
setUsername
public void setUsername(java.lang.String username)
getUsername
public java.lang.String getUsername()
setPassword
public void setPassword(java.lang.String password)
getPassword
public java.lang.String getPassword()
getView
public java.lang.String getView()
setView
public void setView(java.lang.String view)
setDefaultGraphURI
public void setDefaultGraphURI(java.lang.String defaultGraphURI)
- Sets the URI of the default graph that is the target for the queries.
- Parameters:
defaultGraphURI - URI of default graph
getDefaultGraphURI
public java.lang.String getDefaultGraphURI()
- Sets the URI of the default graph that is the target for the queries.
- Returns:
- URI of default graph.
Copyright © 2009-2010 Eagle-I. All Rights Reserved.