| java.lang.Object biz.hammurapi.config.PathNavigator
PathNavigator | abstract public class PathNavigator implements Context(Code) | | Helper class to navigate context trees. Follows unix filesystem naming convention: / is a path separator,
. is current element, .. is parent element, absolute path starts with /
author: Pavel Vlasov |
newInstance | public static Context newInstance(Context master, Object parent)(Code) | | Parameters: master - Master context. Parameters: parent - Parent object. Instance of PathNavigator. |
|
|