Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.common.utils
Class SimplePatternMatcher.MatchResult

java.lang.Object
  extended by oracle.stellent.wcm.common.utils.SimplePatternMatcher.MatchResult

Enclosing class:
SimplePatternMatcher

public static class SimplePatternMatcher.MatchResult
extends java.lang.Object

Result from a match operation


Constructor Summary
SimplePatternMatcher.MatchResult(java.util.regex.Matcher matcher, java.lang.String data)
           

 

Method Summary
 java.lang.String getData()
           
 java.util.regex.Matcher getMatcher()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SimplePatternMatcher.MatchResult

public SimplePatternMatcher.MatchResult(java.util.regex.Matcher matcher,
                                        java.lang.String data)

Method Detail

getMatcher

public java.util.regex.Matcher getMatcher()

getData

public java.lang.String getData()

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.