Package org.symphonyoss.s2.canon.model
Class PathNameConstructor
- java.lang.Object
-
- org.symphonyoss.s2.canon.model.PathNameConstructor
-
- All Implemented Interfaces:
IPathNameConstructor
- Direct Known Subclasses:
JavaPathNameConstructor
public class PathNameConstructor extends Object implements IPathNameConstructor
-
-
Constructor Summary
Constructors Constructor Description PathNameConstructor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconstructFile(String language, Object directoryPath, String templateName, ModelElement modelElement, String modelElementName)StringconstructFile(Map<String,Object> dataModel, String language, String templateName, ModelElement modelElement)
-
-
-
Method Detail
-
constructFile
public String constructFile(Map<String,Object> dataModel, String language, String templateName, ModelElement modelElement) throws GenerationException
- Specified by:
constructFilein interfaceIPathNameConstructor- Throws:
GenerationException
-
constructFile
public String constructFile(String language, Object directoryPath, String templateName, ModelElement modelElement, String modelElementName) throws GenerationException
- Throws:
GenerationException
-
-