If the returned node did not exist prior to this call, this node and any ancestors that were created by this call are not guaranteed to become permanent until the flush method is called on the returned node (or one of its ancestors or descendants). @param pathName the path name of the preference node to return. @return the specified preference node. @throws IllegalArgumentException if the path name is invalid (i.e.,it contains multiple consecutive slash characters, or ends with a slash character and is more than one character long). @throws NullPointerException if path name is null. @throws IllegalStateException if this node (or an ancestor) has beenremoved with the {@link #removeNode()} method. @see #flush()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|