Class PathHelper


  • public class PathHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PathHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String resolvePath​(java.lang.String parentName, java.lang.String templateName, java.lang.String basePath, java.lang.String extension)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathHelper

        public PathHelper()
    • Method Detail

      • resolvePath

        public java.lang.String resolvePath​(java.lang.String parentName,
                                            java.lang.String templateName,
                                            java.lang.String basePath,
                                            java.lang.String extension)