public class DelegatingSailImplConfigBase extends SailImplConfigBase implements DelegatingSailImplConfig
Constructor and Description |
---|
DelegatingSailImplConfigBase()
Create a new RepositoryConfigImpl.
|
DelegatingSailImplConfigBase(String type)
Create a new RepositoryConfigImpl.
|
DelegatingSailImplConfigBase(String type,
SailImplConfig delegate)
Create a new RepositoryConfigImpl.
|
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
SailImplConfig |
getDelegate() |
void |
parse(Graph graph,
Resource implNode) |
void |
setDelegate(SailImplConfig delegate) |
void |
validate()
Validates this configuration.
|
getIterationCacheSyncThreshold, getType, setIterationCacheSyncThreshold, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIterationCacheSyncThreshold, getType
public DelegatingSailImplConfigBase()
public DelegatingSailImplConfigBase(String type)
public DelegatingSailImplConfigBase(String type, SailImplConfig delegate)
public SailImplConfig getDelegate()
getDelegate
in interface DelegatingSailImplConfig
public void setDelegate(SailImplConfig delegate)
public void validate() throws SailConfigException
SailImplConfig
SailConfigException
is thrown when
the configuration is invalid. The exception should contain an error
message that indicates why the configuration is invalid.validate
in interface SailImplConfig
validate
in class SailImplConfigBase
SailConfigException
- If the configuration is invalid.public Resource export(Graph graph)
export
in interface SailImplConfig
export
in class SailImplConfigBase
public void parse(Graph graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class SailImplConfigBase
SailConfigException
Copyright © 2001–2015 Aduna. All rights reserved.