org.shiftone.exq.impl.query
Class QueryBuilderImpl

java.lang.Object
  extended byorg.shiftone.exq.QueryBuilder
      extended byorg.shiftone.exq.impl.query.QueryBuilderImpl

public class QueryBuilderImpl
extends QueryBuilder

Class QueryBuilderImpl

Author:
Jeff Drost

Constructor Summary
QueryBuilderImpl()
           
 
Method Summary
 Query getQuery(java.lang.String resourcePath)
          Method getQuery
 
Methods inherited from class org.shiftone.exq.QueryBuilder
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilderImpl

public QueryBuilderImpl()
Method Detail

getQuery

public Query getQuery(java.lang.String resourcePath)
               throws QException
Method getQuery

Specified by:
getQuery in class QueryBuilder
Parameters:
resourcePath -
Throws:
QException