org.eaglei.search.provider.rdf
Class RDFProviderProperties

java.lang.Object
  extended by org.eaglei.search.config.SearchProperties
      extended by org.eaglei.search.provider.rdf.RDFProviderProperties

public final class RDFProviderProperties
extends org.eaglei.search.config.SearchProperties

Extension of SearchProperties that defines System properties specific to the RDF Provider. Note: the property names are not actually referenced out of this file currently but specified in resources/search-rdf-config.xml and retrieved via Spring config


Field Summary
static java.lang.String REPOSITORY_PASSWORD
          SearchConfiguration property that holds the http basic auth password to use for calls against the repository.
static java.lang.String REPOSITORY_URL
          SearchConfiguration property that holds the URL of the repository
static java.lang.String REPOSITORY_USERNAME
          SearchConfiguration property that holds the http basic auth username to use for calls against the repository
 
Fields inherited from class org.eaglei.search.config.SearchProperties
CENTRAL, CENTRAL_INDEX, PERFORM_HARVEST, SEARCH_TEST, USE_INDEXER_THREAD
 
Constructor Summary
RDFProviderProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_URL

public static final java.lang.String REPOSITORY_URL
SearchConfiguration property that holds the URL of the repository

See Also:
Constant Field Values

REPOSITORY_USERNAME

public static final java.lang.String REPOSITORY_USERNAME
SearchConfiguration property that holds the http basic auth username to use for calls against the repository

See Also:
Constant Field Values

REPOSITORY_PASSWORD

public static final java.lang.String REPOSITORY_PASSWORD
SearchConfiguration property that holds the http basic auth password to use for calls against the repository.

See Also:
Constant Field Values
Constructor Detail

RDFProviderProperties

public RDFProviderProperties()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.