com.pyxis.greenhopper.jira.util
Class VelocityHelper

java.lang.Object
  extended by com.pyxis.greenhopper.jira.util.VelocityHelper

public class VelocityHelper
extends java.lang.Object


Constructor Summary
VelocityHelper()
           
 
Method Summary
static java.lang.String getTemplate(java.lang.String templateLocation)
           
static java.lang.String getTemplateDirectory(java.lang.String templateLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityHelper

public VelocityHelper()
Method Detail

getTemplateDirectory

public static java.lang.String getTemplateDirectory(java.lang.String templateLocation)
Parameters:
templateLocation - is the full path to the template
Returns:
the path without the filename

getTemplate

public static java.lang.String getTemplate(java.lang.String templateLocation)
Parameters:
templateLocation - is the full path to the template
Returns:
the template filename


Copyright © 2007-2012 Atlassian. All Rights Reserved.