|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.repository.config.RepositoryConfig
public class RepositoryConfig
| Constructor Summary | |
|---|---|
RepositoryConfig()
Create a new RepositoryConfig. |
|
RepositoryConfig(String id)
Create a new RepositoryConfigImpl. |
|
RepositoryConfig(String id,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl. |
|
RepositoryConfig(String id,
String title)
Create a new RepositoryConfigImpl. |
|
RepositoryConfig(String id,
String title,
RepositoryImplConfig implConfig)
Create a new RepositoryConfigImpl. |
|
| Method Summary | |
|---|---|
static RepositoryConfig |
create(Graph graph,
Resource repositoryNode)
Creates a new RepositoryConfig object and initializes it by supplying the graph and repositoryNode to its parse method. |
void |
export(Graph graph)
|
String |
getID()
|
RepositoryImplConfig |
getRepositoryImplConfig()
|
String |
getTitle()
|
void |
parse(Graph graph,
Resource repositoryNode)
|
void |
setID(String id)
|
void |
setRepositoryImplConfig(RepositoryImplConfig implConfig)
|
void |
setTitle(String title)
|
void |
validate()
Validates this configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryConfig()
public RepositoryConfig(String id)
public RepositoryConfig(String id,
RepositoryImplConfig implConfig)
public RepositoryConfig(String id,
String title)
public RepositoryConfig(String id,
String title,
RepositoryImplConfig implConfig)
| Method Detail |
|---|
public String getID()
public void setID(String id)
public String getTitle()
public void setTitle(String title)
public RepositoryImplConfig getRepositoryImplConfig()
public void setRepositoryImplConfig(RepositoryImplConfig implConfig)
public void validate()
throws RepositoryConfigException
RepositoryConfigException is
thrown when the configuration is invalid. The exception should contain an
error message that indicates why the configuration is invalid.
RepositoryConfigException - If the configuration is invalid.public void export(Graph graph)
public void parse(Graph graph,
Resource repositoryNode)
throws RepositoryConfigException
RepositoryConfigException
public static RepositoryConfig create(Graph graph,
Resource repositoryNode)
throws RepositoryConfigException
parse method.
RepositoryConfigException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||