Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.services.adapter.extension
Interface IAdapterFactoryExt


public interface IAdapterFactoryExt

An internal interface that exposes portion of AdapterFactoryProxy functionality without the need to import the class itself.


Method Summary
 java.lang.String[] getAdapterNames()
           
 AdapterFactory loadFactory(boolean force)
          Loads the real adapter factory, but only if its associated plug-in is already loaded.
 

Method Detail

loadFactory

AdapterFactory loadFactory(boolean force)
Loads the real adapter factory, but only if its associated plug-in is already loaded. Returns the real factory if it was successfully loaded.

Parameters:
force - if true the plugin providing the factory will be loaded if necessary, otherwise no plugin activations will occur.

getAdapterNames

java.lang.String[] getAdapterNames()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.