org.eaglei.search.provider.rdf
Class RDFProviderProperties
java.lang.Object
org.eaglei.search.config.SearchProperties
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, SEARCH_TEST, USE_INDEXER_THREAD |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RDFProviderProperties
public RDFProviderProperties()
Copyright © 2009-2011 Eagle-I. All Rights Reserved.