org.apertereports.util
Class DashboardUtil.MatchHandlerWithList

java.lang.Object
  extended by org.apertereports.util.DashboardUtil.MatchHandlerWithList
Enclosing class:
DashboardUtil

public abstract static class DashboardUtil.MatchHandlerWithList
extends Object

Handles multiple groups match.


Constructor Summary
DashboardUtil.MatchHandlerWithList()
           
 
Method Summary
abstract  void handleMatch(int start, int end, List<String> match)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardUtil.MatchHandlerWithList

public DashboardUtil.MatchHandlerWithList()
Method Detail

handleMatch

public abstract void handleMatch(int start,
                                 int end,
                                 List<String> match)


Copyright © 2011-2012. All Rights Reserved.