Class ContextExtensionFactoryDescriptor
- java.lang.Object
-
- org.nuxeo.template.api.descriptor.ContextExtensionFactoryDescriptor
-
public class ContextExtensionFactoryDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
aliasNames
protected boolean
enabled
protected ContextExtensionFactory
factory
protected Class<? extends ContextExtensionFactory>
factoryClass
protected static Log
log
protected String
name
-
Constructor Summary
Constructors Constructor Description ContextExtensionFactoryDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextExtensionFactoryDescriptor
clone()
List<String>
getAliases()
ContextExtensionFactory
getExtensionFactory()
String
getName()
boolean
isEnabled()
void
merge(ContextExtensionFactoryDescriptor src)
-
-
-
Field Detail
-
log
protected static final Log log
-
name
protected String name
-
factoryClass
protected Class<? extends ContextExtensionFactory> factoryClass
-
enabled
protected boolean enabled
-
factory
protected ContextExtensionFactory factory
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
getExtensionFactory
public ContextExtensionFactory getExtensionFactory()
-
getName
public String getName()
-
clone
public ContextExtensionFactoryDescriptor clone()
-
merge
public void merge(ContextExtensionFactoryDescriptor src)
-
-