public class DataCatalogConfig extends Object
| Constructor and Description |
|---|
DataCatalogConfig() |
| Modifier and Type | Method and Description |
|---|---|
ContentSystemConfig |
getContentSystem() |
KonigProject[] |
getDependencies() |
String |
getExamplesDir() |
String |
getLogFile() |
String |
getOntology() |
String |
getRdfDir() |
String[] |
getRdfSources() |
String |
getSiteDir() |
boolean |
isShowUndefinedClass() |
void |
setContentSystem(ContentSystemConfig contentSystem) |
void |
setDependencies(KonigProject[] dependencies) |
void |
setExamplesDir(String examplesDir) |
void |
setLogFile(String logFile) |
void |
setOntology(String ontology) |
void |
setRdfDir(String rdfDir) |
void |
setRdfSources(String[] rdfSources) |
void |
setShowUndefinedClass(boolean showUndefinedClass) |
void |
setSiteDir(String siteDir) |
public String getRdfDir()
public void setRdfDir(String rdfDir)
public String getSiteDir()
public void setSiteDir(String siteDir)
public String getExamplesDir()
public void setExamplesDir(String examplesDir)
public String getOntology()
public void setOntology(String ontology)
public String getLogFile()
public void setLogFile(String logFile)
public ContentSystemConfig getContentSystem()
public void setContentSystem(ContentSystemConfig contentSystem)
public boolean isShowUndefinedClass()
public void setShowUndefinedClass(boolean showUndefinedClass)
public KonigProject[] getDependencies()
public void setDependencies(KonigProject[] dependencies)
public String[] getRdfSources()
public void setRdfSources(String[] rdfSources)
Copyright © 2019. All rights reserved.