net.sf.mmm.util.pojo.path.base
Class NoPojoPathRecognizer
java.lang.Object
net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
- All Implemented Interfaces:
- PojoPathRecognizer
public final class NoPojoPathRecognizer
- extends Object
- implements PojoPathRecognizer
This is a dummy implementation of the PojoPathRecognizer that
does nothing.
- Since:
- 1.1.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
|
Method Summary |
void |
recognize(Object pojo,
PojoPath currentPath)
This method is called to recognize the actualPojo. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NoPojoPathRecognizer INSTANCE
- The singleton instance of this class.
NoPojoPathRecognizer
public NoPojoPathRecognizer()
- The constructor.
recognize
public void recognize(Object pojo,
PojoPath currentPath)
- This method is called to recognize the
actualPojo. It is
called by the PojoPathNavigator (an PojoPathFunctions) for
each Pojo that has been traversed.
- Specified by:
recognize in interface PojoPathRecognizer
- Parameters:
pojo - is the actual Pojo to
recognize.currentPath - is the PojoPath that lead to the
actualPojo.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.