|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.utils.SubstringGrabber
public class SubstringGrabber
INTERNAL: Grabber that grabs a substring from the String object given to it.
Field Summary | |
---|---|
protected int |
begin_index
|
protected int |
end_index
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int begin_index
protected int end_index
Constructor Detail |
---|
public SubstringGrabber(int begin_index, int end_index)
Method Detail |
---|
public java.lang.Object grab(java.lang.Object object)
GrabberIF
grab
in interface GrabberIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |