Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.blobholder
Class BlobHolderFactoryDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.api.blobholder.BlobHolderFactoryDescriptor
All Implemented Interfaces:
Serializable

public class BlobHolderFactoryDescriptor
extends Object
implements Serializable

XMap descriptor for contributed factories.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
BlobHolderFactoryDescriptor()
           
 
Method Summary
 String getDocType()
           
 BlobHolderFactory getFactory()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobHolderFactoryDescriptor

public BlobHolderFactoryDescriptor()
Method Detail

getName

public String getName()

getDocType

public String getDocType()

getFactory

public BlobHolderFactory getFactory()
                             throws InstantiationException,
                                    IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.