RSE
Release 1.0

org.eclipse.rse.subsystems.files.dstore.old
Class UniversalSearchResultConfigurationFactory

java.lang.Object
  extended byorg.eclipse.rse.subsystems.files.dstore.old.UniversalSearchResultConfigurationFactory
All Implemented Interfaces:
IHostSearchResultConfigurationFactory

public class UniversalSearchResultConfigurationFactory
extends Object
implements IHostSearchResultConfigurationFactory

Singleton class that is a factory for creating search result configurations.


Method Summary
 IHostSearchResultConfiguration createSearchConfiguration(IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
          Creates a config and adds it to the result set.
static UniversalSearchResultConfigurationFactory getInstance()
          Gets the singleton instance of the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UniversalSearchResultConfigurationFactory getInstance()
Gets the singleton instance of the factory.

Returns:
the singleton instance of the factory.

createSearchConfiguration

public IHostSearchResultConfiguration createSearchConfiguration(IHostSearchResultSet resultSet,
                                                                Object searchTarget,
                                                                SystemSearchString searchString)
Creates a config and adds it to the result set.

Specified by:
createSearchConfiguration in interface IHostSearchResultConfigurationFactory

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.