org.gcube.datatransformation.datatransformationlibrary.contenttypeevaluators.impl
Class CMSContenTypeEvaluator
java.lang.Object
org.gcube.datatransformation.datatransformationlibrary.contenttypeevaluators.impl.CMSContenTypeEvaluator
- All Implemented Interfaces:
- org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeEvaluator
public class CMSContenTypeEvaluator
- extends Object
- implements org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeEvaluator
- Author:
- Dimitris Katris, NKUA
Evaluates the ContentType of the DataElement with id dataElementID.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSContenTypeEvaluator
public CMSContenTypeEvaluator()
evaluateContentTypeOfDataElement
public org.gcube.datatransformation.datatransformationlibrary.model.ContentType evaluateContentTypeOfDataElement(String dataElementID)
throws Exception
- Specified by:
evaluateContentTypeOfDataElement in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeEvaluator
- Parameters:
dataElementID - The id of the DataElement.
- Returns:
- The
ContentType of the DataElement.
- Throws:
Exception - If the evaluator did not manage to evaluate the ContentType.- See Also:
ContentTypeEvaluator.evaluateContentTypeOfDataElement(java.lang.String)
Copyright © 2012. All Rights Reserved.