com.opencms.file.genericSql
Class CmsQueries

java.lang.Object
  |
  +--com.opencms.file.genericSql.CmsQueries
Direct Known Subclasses:
CmsQueries, CmsQueries, CmsQueries

public class CmsQueries
extends Object

Reads SQL queries from query.properties of this resource broker package.

Version:
$Revision: 1.45 $ $Date: 2003/04/01 15:20:18 $
Author:
Michael Emmerich

Constructor Summary
CmsQueries()
          CmsQueries constructor comment.
 
Method Summary
 String get(String queryName)
          Get the value for the query name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsQueries

public CmsQueries()
CmsQueries constructor comment.

Method Detail

get

public String get(String queryName)
Get the value for the query name

Parameters:
queryName - the name of the property
Returns:
The value of the property