net.ontopia.utils
Class SameGrabber

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

public class SameGrabber
extends java.lang.Object
implements GrabberIF

INTERNAL: Grabber that grabs the object given to it, i.e. returns the object that was given to it.


Constructor Summary
SameGrabber()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SameGrabber

public SameGrabber()
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-2012 Ontopia.