Package org.nuxeo.runtime.model.impl
Class ExtensionDescriptorReader
- java.lang.Object
-
- org.nuxeo.runtime.model.impl.ExtensionDescriptorReader
-
public class ExtensionDescriptorReader extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description ExtensionDescriptorReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMap
getXMap()
ExtensionImpl
read(RuntimeContext ctx, InputStream in)
-
-
-
Field Detail
-
xmap
protected final XMap xmap
-
-
Method Detail
-
read
public ExtensionImpl read(RuntimeContext ctx, InputStream in) throws IOException
- Throws:
IOException
-
getXMap
public XMap getXMap()
-
-