Class ContentFactoryDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.content.template.service.ContentFactoryDescriptor
-
public class ContentFactoryDescriptor extends Object
Content factory descriptor. Immutable.
-
-
Constructor Summary
Constructors Constructor Description ContentFactoryDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ContentFactory>
getClassName()
boolean
getEnabled()
String
getName()
-
-
-
Method Detail
-
getClassName
public Class<ContentFactory> getClassName()
-
getEnabled
public boolean getEnabled()
-
getName
public String getName()
-
-