public class ProxyRepositoryConfig extends AbstractRepositoryImplConfig
| Constructor and Description |
|---|
ProxyRepositoryConfig() |
ProxyRepositoryConfig(String proxiedID) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.model.Resource |
export(org.eclipse.rdf4j.model.Model model) |
String |
getProxiedRepositoryID() |
void |
parse(org.eclipse.rdf4j.model.Model model,
org.eclipse.rdf4j.model.Resource implNode) |
void |
setProxiedRepositoryID(String value) |
void |
validate() |
create, getType, setTypepublic ProxyRepositoryConfig()
public ProxyRepositoryConfig(String proxiedID)
public final void setProxiedRepositoryID(String value)
public String getProxiedRepositoryID()
public void validate()
throws RepositoryConfigException
validate in interface RepositoryImplConfigvalidate in class AbstractRepositoryImplConfigRepositoryConfigExceptionpublic org.eclipse.rdf4j.model.Resource export(org.eclipse.rdf4j.model.Model model)
export in interface RepositoryImplConfigexport in class AbstractRepositoryImplConfigpublic void parse(org.eclipse.rdf4j.model.Model model, org.eclipse.rdf4j.model.Resource implNode) throws RepositoryConfigException
parse in interface RepositoryImplConfigparse in class AbstractRepositoryImplConfigRepositoryConfigExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.