public abstract class AbstractLuceneSailConfig extends AbstractDelegatingSailImplConfig
Modifier | Constructor and Description |
---|---|
protected |
AbstractLuceneSailConfig(String type) |
protected |
AbstractLuceneSailConfig(String type,
SailImplConfig delegate) |
protected |
AbstractLuceneSailConfig(String type,
String luceneDir) |
protected |
AbstractLuceneSailConfig(String type,
String luceneDir,
SailImplConfig delegate) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Model m) |
String |
getIndexDir() |
String |
getParameter(String key) |
Set<String> |
getParameterNames() |
void |
parse(Model graph,
Resource implNode) |
void |
setIndexDir(String luceneDir) |
void |
setParameter(String key,
String value) |
getDelegate, setDelegate, validate
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIterationCacheSyncThreshold, getType
protected AbstractLuceneSailConfig(String type)
protected AbstractLuceneSailConfig(String type, SailImplConfig delegate)
protected AbstractLuceneSailConfig(String type, String luceneDir, SailImplConfig delegate)
public String getIndexDir()
public void setIndexDir(String luceneDir)
public Resource export(Model m)
export
in interface SailImplConfig
export
in class AbstractDelegatingSailImplConfig
public void parse(Model graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class AbstractDelegatingSailImplConfig
SailConfigException
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.