net.praqma.hudson.nametemplates
Class NameTemplate

java.lang.Object
  extended by net.praqma.hudson.nametemplates.NameTemplate

public class NameTemplate
extends Object


Constructor Summary
NameTemplate()
           
 
Method Summary
static String parseTemplate(String template, CCUCMBuildAction action)
           
static boolean testTemplate(String template)
           
static String trim(String template)
           
static void validateTemplates(CCUCMBuildAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameTemplate

public NameTemplate()
Method Detail

validateTemplates

public static void validateTemplates(CCUCMBuildAction action)

trim

public static String trim(String template)

testTemplate

public static boolean testTemplate(String template)
                            throws TemplateException
Throws:
TemplateException

parseTemplate

public static String parseTemplate(String template,
                                   CCUCMBuildAction action)
                            throws TemplateException
Throws:
TemplateException


Copyright © 2004-2013. All Rights Reserved.