org.mule.util
Class TemplateParser.PatternInfo

java.lang.Object
  extended by org.mule.util.TemplateParser.PatternInfo
Enclosing class:
TemplateParser

public static class TemplateParser.PatternInfo
extends Object


Method Summary
 String getName()
           
 Pattern getPattern()
           
 String getPrefix()
           
 String getRegEx()
           
 String getSuffix()
           
 void validate(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegEx

public String getRegEx()

getPrefix

public String getPrefix()

getSuffix

public String getSuffix()

getName

public String getName()

getPattern

public Pattern getPattern()

validate

public void validate(String expression)
              throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.