org.wso2.carbon.registry.core.config
Class QueryProcessorConfiguration

java.lang.Object
  extended by org.wso2.carbon.registry.core.config.QueryProcessorConfiguration

public class QueryProcessorConfiguration
extends Object

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

QueryProcessorConfiguration

public QueryProcessorConfiguration()
Method Detail

getQueryType

public String getQueryType()
Method to obtain the type of the query.

Returns:
the type of the query.

setQueryType

public void setQueryType(String queryType)
Method to obtain the type of the query.

Parameters:
queryType - the type of the query.

getProcessorClassName

public String getProcessorClassName()
Method to obtain the type of the query.

Returns:
the type of the query.

setProcessorClassName

public void setProcessorClassName(String processorClassName)
Method set obtain the type of the query.

Parameters:
processorClassName - the type of the query.


Copyright © 2010. All Rights Reserved.