Package org.symphonyoss.s2.canon.model
Interface IPathNameConstructor
-
- All Known Implementing Classes:
JavaPathNameConstructor,PathNameConstructor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IPathNameConstructor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconstructFile(Map<String,Object> dataModel, String language, String templateName, ModelElement modelElement)
-
-
-
Method Detail
-
constructFile
String constructFile(Map<String,Object> dataModel, String language, String templateName, ModelElement modelElement) throws GenerationException
- Throws:
GenerationException
-
-