A simple adapter class that simplifies writing custom node visitor implementations.
This class provides dummy implementations for the methods defined in the {@code ConfigurationNodeVisitor} interface. Derived classes only needto override the methods they really need.
@version $Id: ConfigurationNodeVisitorAdapter.java 1588831 2014-04-20 19:32:08Z oheger $ @param < T> the type of the nodes processed by this visitor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|