info.aduna.infosource.remote
Class RemoteRepositorySchema
java.lang.Object
info.aduna.infosource.remote.RemoteRepositorySchema
public class RemoteRepositorySchema
- extends Object
Defines constants for the RemoteRepository schema which is used by
RemoteRepositoryFactories to initialize RemoteRepositories.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPOSITORY_TYPE
public static final org.openrdf.model.Literal REPOSITORY_TYPE
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
SERVER_URL
public static final org.openrdf.model.URI SERVER_URL
REPOSITORY_ID
public static final org.openrdf.model.URI REPOSITORY_ID
USERNAME
public static final org.openrdf.model.URI USERNAME
PASSWORD
public static final org.openrdf.model.URI PASSWORD
URI_TRANSFORMER
public static final org.openrdf.model.URI URI_TRANSFORMER
TRANSFORM_EXPRESSION
public static final org.openrdf.model.URI TRANSFORM_EXPRESSION
TRANSFORM_REPLACEMENT
public static final org.openrdf.model.URI TRANSFORM_REPLACEMENT
TRANSFORM_TYPE
public static final org.openrdf.model.URI TRANSFORM_TYPE
TRANSFORM_SCOPE
public static final org.openrdf.model.URI TRANSFORM_SCOPE
SUBSTRING_TYPE
public static final org.openrdf.model.URI SUBSTRING_TYPE
REG_EXP_TYPE
public static final org.openrdf.model.URI REG_EXP_TYPE
REPLACE_FIRST_SCOPE
public static final org.openrdf.model.URI REPLACE_FIRST_SCOPE
REPLACE_ALL_SCOPE
public static final org.openrdf.model.URI REPLACE_ALL_SCOPE
RemoteRepositorySchema
public RemoteRepositorySchema()
toType
public static URITransformer.Type toType(org.openrdf.model.URI uri)
toURI
public static org.openrdf.model.URI toURI(URITransformer.Type type)
toScope
public static URITransformer.Scope toScope(org.openrdf.model.URI uri)
toURI
public static org.openrdf.model.URI toURI(URITransformer.Scope scope)
Copyright © 1997-2008 Aduna. All Rights Reserved.