com.ibm.portal.resolver.cor
Interface ContentOperationsRegistryFactory

All Known Implementing Classes:
DefaultContentOperationsRegistryFactory

public interface ContentOperationsRegistryFactory

Callback interface that constructs an instance of an object using dependency injection.

Since:
6.1.0.2
Note:
This interface is designed to be implemented by clients.

Method Summary
<T> T
create(java.lang.Class<T> cls, ContentOperationsRegistryDependencies ctx)
          Creates an object based on a services context
 

Method Detail

create

<T> T create(java.lang.Class<T> cls,
             ContentOperationsRegistryDependencies ctx)
         throws org.eclipse.core.runtime.CoreException
Creates an object based on a services context

Parameters:
cls - the class object of the requested interface
ctx - the context
Returns:
the object or null
Throws:
org.eclipse.core.runtime.CoreException