net.ontopia.utils
Class StringifierGrabber
java.lang.Object
net.ontopia.utils.StringifierGrabber
- All Implemented Interfaces:
- GrabberIF
public class StringifierGrabber
- extends Object
- implements GrabberIF
INTERNAL: Grabber that grabs a stringified version of the object
given to it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stringifier
protected StringifierIF stringifier
StringifierGrabber
public StringifierGrabber()
StringifierGrabber
public StringifierGrabber(StringifierIF stringifier)
getStringifier
public StringifierIF getStringifier()
- Gets the stringifier which is to be used.
setStringifier
public void setStringifier(StringifierIF stringifier)
- Sets the stringifier which is to be used.
grab
public Object 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
Copyright © 2000-2012 Ontopia.