Package org.nuxeo.runtime.model.impl
Class ConfigurationDescriptorImpl
- java.lang.Object
-
- org.nuxeo.runtime.model.impl.ConfigurationDescriptorImpl
-
public class ConfigurationDescriptorImpl extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description ConfigurationDescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getConfiguration()
Element
getElement()
DocumentFragment
getFragment()
-
-
-
Field Detail
-
element
public Element element
-
-
Method Detail
-
getElement
public Element getElement()
-
getFragment
public DocumentFragment getFragment()
-
getConfiguration
public Object getConfiguration()
-
-