Package org.klojang.path
package org.klojang.path
Classes related to following a path to the object or resource denoted by it.
- Author:
- Ayco Holleman
-
ClassDescriptionThrown by a
PathWalker
if a path-read or path-write error occurs.Specifies how to deserialize a path segment.ThePathTreeWalker
is functionally equivalent to thePathWalker
class.APathWalker
lets you read from, and write to objects usingPath
objects.