Package com.yahoo.config
Class FileNode
- All Implemented Interfaces:
Cloneable
Represents a 'file' in a
ConfigInstance, usually a filename.- Author:
- gjoranv
-
Field Summary
Fields inherited from class com.yahoo.config.LeafNode
initialized, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoSetValue(String stringVal) getValue()Subclasses must implement this, in compliance with the rules given in the return tag.toString()Subclasses must implement this, in compliance with the rules given in the return tag.value()Methods inherited from class com.yahoo.config.Node
postInitialize
-
Constructor Details
-
FileNode
public FileNode() -
FileNode
-
-
Method Details
-
value
- Overrides:
valuein classLeafNode<FileReference>
-
getValue
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag.- Specified by:
getValuein classLeafNode<FileReference>- Returns:
- the String representation of the node value, or the 'null' object if the node value is null.
-
toString
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag.- Specified by:
toStringin classLeafNode<FileReference>- Returns:
- the String representation of the node value, or the string "(null)" if the value is null.
-
doSetValue
- Specified by:
doSetValuein classLeafNode<FileReference>
-