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, CCUCMState.State state)
           
static boolean testTemplate(String template)
           
static String trim(String template)
           
static void validateTemplates(CCUCMState.State state)
           
 
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(CCUCMState.State state)

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,
                                   CCUCMState.State state)
                            throws TemplateException
Throws:
TemplateException


Copyright © 2004-2012. All Rights Reserved.