public class SourceConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceConfig.Section |
| Modifier and Type | Field and Description |
|---|---|
static SourceConfig.Section[] |
EMPTY_SECTION_ARRAY |
| Constructor and Description |
|---|
SourceConfig() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig.Section[] |
getAlgorithmSourceBackends() |
SourceConfig.Section[] |
getDataSourceBackends() |
String |
getDisplayName() |
String |
getId() |
SourceConfig.Section[] |
getKnowledgeSourceBackends() |
String |
getOwnerUsername() |
SourceConfig.Section[] |
getTermSourceBackends() |
boolean |
isExecute() |
boolean |
isRead() |
boolean |
isWrite() |
void |
setAlgorithmSourceBackends(SourceConfig.Section[] algorithmSourceBackends) |
void |
setDataSourceBackends(SourceConfig.Section[] dataSourceBackends) |
void |
setDisplayName(String displayName) |
void |
setExecute(boolean execute) |
void |
setId(String id) |
void |
setKnowledgeSourceBackends(SourceConfig.Section[] knowledgeSourceBackends) |
void |
setOwnerUsername(String ownerUsername) |
void |
setRead(boolean read) |
void |
setTermSourceBackends(SourceConfig.Section[] termSourceBackends) |
void |
setWrite(boolean write) |
String |
toString() |
public static final SourceConfig.Section[] EMPTY_SECTION_ARRAY
public String getId()
public void setId(String id)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getOwnerUsername()
public void setOwnerUsername(String ownerUsername)
public boolean isRead()
public void setRead(boolean read)
public boolean isWrite()
public void setWrite(boolean write)
public boolean isExecute()
public void setExecute(boolean execute)
public SourceConfig.Section[] getDataSourceBackends()
public void setDataSourceBackends(SourceConfig.Section[] dataSourceBackends)
public SourceConfig.Section[] getKnowledgeSourceBackends()
public void setKnowledgeSourceBackends(SourceConfig.Section[] knowledgeSourceBackends)
public SourceConfig.Section[] getAlgorithmSourceBackends()
public void setAlgorithmSourceBackends(SourceConfig.Section[] algorithmSourceBackends)
public SourceConfig.Section[] getTermSourceBackends()
public void setTermSourceBackends(SourceConfig.Section[] termSourceBackends)
Copyright © 2016–2017 Emory University. All rights reserved.