20 package net.sf.gridarta.preferences;
22 import org.jetbrains.annotations.NotNull;
37 super(parent, name, nodeType, parent.getStorage());
An FilePreferences that represents an internal (non-root) node.
Implements a Preferences that stores all values in a Storage instance.
FilePreferencesNode(@NotNull final FilePreferences parent, @NotNull final String name, @NotNull final NodeType nodeType)
Create a new instance.
The type of a FilePreferences node.
final NodeType nodeType
The node type of this node.