Package org.openhab.core.model.core
Interface ModelParser
@NonNullByDefault
public interface ModelParser
This interface has to be implemented by services that register an EMF model parser
- Author:
- Kai Kreuzer - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionReturns the file extensions of the models this parser registers for.
-
Method Details
-
getExtension
String getExtension()Returns the file extensions of the models this parser registers for.- Returns:
- file extension of model files
-