Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.externalblob
Class ExternalBlobAdapterDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.api.externalblob.ExternalBlobAdapterDescriptor

public class ExternalBlobAdapterDescriptor
extends Object

Descriptor for registration of an external blob adapter.

Author:
Anahide Tchertchian
See Also:
ExternalBlobAdapter

Constructor Summary
ExternalBlobAdapterDescriptor()
           
 
Method Summary
 ExternalBlobAdapter getAdapter()
           
 Class<? extends ExternalBlobAdapter> getAdapterClass()
           
 String getPrefix()
           
 Map<String,String> getProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalBlobAdapterDescriptor

public ExternalBlobAdapterDescriptor()
Method Detail

getAdapterClass

public Class<? extends ExternalBlobAdapter> getAdapterClass()

getPrefix

public String getPrefix()

getProperties

public Map<String,String> getProperties()

getAdapter

public ExternalBlobAdapter getAdapter()
                               throws InstantiationException,
                                      IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.