class: QuerierFactory

public class: QuerierFactory
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1952 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:16:00; Modified: 16.07.2009 15:16:00;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {FBB1534F-C767-409b-B36B-9267C2178FAB}
Factory class to retrieve an appropriate implementation of the {@link Querier} interface.
 

Goto: Custom Properties, Fields, Methods

Appears in: cone

Custom Properties
 
QuerierFactory Attributes
Attribute Details
private static const String
  DEFAULT_QUERIER
Initial: MulgaraQuerier.class.getName()
private static const Logger
  logger
Initial: Logger.getLogger(QuerierFactory.class)
 
QuerierFactory Methods
Operation Details
public static
newQuerier():Querier
Sequential
Notes: Retrieve correct {@link Querier} instance defined by property.
@return An instance of the currently used {@link Querier} implementation
private
QuerierFactory():
Sequential
Notes: Hide constructor for factory class.