org.gcube.datatransformation.datatransformationlibrary.contenttypeevaluators.impl
Class CMSContenTypeEvaluator

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.contenttypeevaluators.impl.CMSContenTypeEvaluator

public class CMSContenTypeEvaluator
extends java.lang.Object

Author:
Dimitris Katris, NKUA

Evaluates the ContentType of the DataElement with id dataElementID.


Constructor Summary
CMSContenTypeEvaluator()
           
 
Method Summary
 ContentType evaluateContentTypeOfDataElement(java.lang.String dataElementID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSContenTypeEvaluator

public CMSContenTypeEvaluator()
Method Detail

evaluateContentTypeOfDataElement

public ContentType evaluateContentTypeOfDataElement(java.lang.String dataElementID)
                                             throws java.lang.Exception
Parameters:
dataElementID - The id of the DataElement.
Returns:
The ContentType of the DataElement.
Throws:
java.lang.Exception - If the evaluator did not manage to evaluate the ContentType.
See Also:
org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeEvaluator#evaluateContentTypeOfDataElement(java.lang.String)