|
||||||||||
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 | |
---|---|
java.lang.String |
getProcessorClassName()
Method to obtain the type of the query. |
java.lang.String |
getQueryType()
Method to obtain the type of the query. |
void |
setProcessorClassName(java.lang.String processorClassName)
Method set obtain the type of the query. |
void |
setQueryType(java.lang.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 java.lang.String getQueryType()
public void setQueryType(java.lang.String queryType)
queryType
- the type of the query.public java.lang.String getProcessorClassName()
public void setProcessorClassName(java.lang.String processorClassName)
processorClassName
- the type of the query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |