org.eaglei.search.provider.rdf
Class RepositoryConfig

java.lang.Object
  extended by org.eaglei.search.provider.rdf.RepositoryConfig

public final class RepositoryConfig
extends java.lang.Object

Configuration for connecting to the repository.


Field Summary
static java.lang.String DEFAULT_NG
           
static java.lang.String PUBLISHED_NG
           
 
Constructor Summary
RepositoryConfig()
           
 
Method Summary
 java.lang.String getDefaultGraphURI()
          Sets the URI of the default graph that is the target for the queries.
 java.lang.String getPassword()
           
 java.lang.String getUrl()
           
 java.lang.String getUsername()
           
 java.lang.String getView()
           
 void setDefaultGraphURI(java.lang.String defaultGraphURI)
          Sets the URI of the default graph that is the target for the queries.
 void setPassword(java.lang.String password)
           
 void setUrl(java.lang.String url)
           
 void setUsername(java.lang.String username)
           
 void setView(java.lang.String view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RepositoryConfig

public RepositoryConfig()
Method Detail

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.