Nuxeo Enterprise Platform 5.4

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

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

public class BlobHolderFactoryDescriptor
extends java.lang.Object
implements java.io.Serializable

XMap descriptor for contributed factories.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
BlobHolderFactoryDescriptor()
           
 
Method Summary
 java.lang.String getDocType()
           
 BlobHolderFactory getFactory()
           
 java.lang.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 java.lang.String getName()

getDocType

public java.lang.String getDocType()

getFactory

public BlobHolderFactory getFactory()
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.