Apache CXF API

org.apache.cxf.transport.http
Class PatternBuilder

java.lang.Object
  extended by org.apache.cxf.transport.http.PatternBuilder

public final class PatternBuilder
extends Object

Convert a "nonProxyHosts" formatted String into a usable regular expression usable in Pattern.


Method Summary
static Pattern build(String value)
          Builds a Pattern from the given String argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static Pattern build(String value)
Builds a Pattern from the given String argument.

Parameters:
value - pattern like expression
Returns:
a usable Pattern.

Apache CXF API

Apache CXF