net.sf.mmm.util.xml.base.jaxb
Class XmlAdapterInfixPattern

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Pattern>
      extended by net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
          extended by net.sf.mmm.util.xml.base.jaxb.XmlAdapterInfixPattern

public class XmlAdapterInfixPattern
extends XmlAdapterPattern

This class extends XmlAdapterPattern using RegexInfixPatternCompiler.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Constructor Summary
XmlAdapterInfixPattern()
          The constructor.
 
Method Summary
 Pattern unmarshal(String pattern)
          
 
Methods inherited from class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAdapterInfixPattern

public XmlAdapterInfixPattern()
The constructor.

Method Detail

unmarshal

public Pattern unmarshal(String pattern)
                  throws Exception

Overrides:
unmarshal in class XmlAdapterPattern
Throws:
Exception


Copyright © 2001-2010 mmm-Team. All Rights Reserved.