Class ElementMappingAction
- java.lang.Object
-
- org.gcube.informationsystem.serialization.ElementMappingAction
-
- All Implemented Interfaces:
DiscoveredElementAction<Element>
public class ElementMappingAction extends Object implements DiscoveredElementAction<Element>
ADiscoveredElementActionthat registers discovered element types with theElementMapper.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description ElementMappingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalizeElement(Class<Element> e)Analyzes a discovered element.
-
-
-
Method Detail
-
analizeElement
public void analizeElement(Class<Element> e) throws Exception
Analyzes a discovered element.- Specified by:
analizeElementin interfaceDiscoveredElementAction<Element>- Parameters:
e- The class of the discovered element.- Throws:
Exception- if an error occurs during analysis.
-
-