net.ontopia.utils
Class SubstringGrabber

java.lang.Object
  extended by net.ontopia.utils.SubstringGrabber
All Implemented Interfaces:
GrabberIF

public class SubstringGrabber
extends java.lang.Object
implements GrabberIF

INTERNAL: Grabber that grabs a substring from the String object given to it.


Constructor Summary
SubstringGrabber(int begin_index, int end_index)
           
 
Method Summary
 java.lang.Object grab(java.lang.Object object)
          Returns an object that is somehow extracted from the given object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstringGrabber

public SubstringGrabber(int begin_index,
                        int end_index)
Method Detail

grab

public java.lang.Object grab(java.lang.Object object)
Description copied from interface: GrabberIF
Returns an object that is somehow extracted from the given object.

Specified by:
grab in interface GrabberIF


Copyright © 2000-2009 Ontopia.