|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.config.QueryProcessorConfiguration
public class QueryProcessorConfiguration
This class contains configuration used by the Query Processors.
Constructor Summary | |
---|---|
QueryProcessorConfiguration()
|
Method Summary | |
---|---|
String |
getProcessorClassName()
Method to obtain the type of the query. |
String |
getQueryType()
Method to obtain the type of the query. |
void |
setProcessorClassName(String processorClassName)
Method set obtain the type of the query. |
void |
setQueryType(String queryType)
Method to obtain the type of the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryProcessorConfiguration()
Method Detail |
---|
public String getQueryType()
public void setQueryType(String queryType)
queryType
- the type of the query.public String getProcessorClassName()
public void setProcessorClassName(String processorClassName)
processorClassName
- the type of the query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |