net.ontopia.utils
Class UpperCaseGrabber

java.lang.Object
  extended by net.ontopia.utils.UpperCaseGrabber
All Implemented Interfaces:
GrabberIF<Object,String>

public class UpperCaseGrabber
extends Object
implements GrabberIF<Object,String>

INTERNAL: Grabber that uppercases the String object given to it.


Constructor Summary
UpperCaseGrabber()
           
 
Method Summary
 String grab(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

UpperCaseGrabber

public UpperCaseGrabber()
Method Detail

grab

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

Specified by:
grab in interface GrabberIF<Object,String>


Copyright © 2000-2012 Ontopia.