Package com.yahoo.config
Class PathNode
- All Implemented Interfaces:
Cloneable
Represents a 'path' 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.static Map<String,FileReference> toFileReferenceMap(Map<String, PathNode> map) static List<FileReference>toFileReferences(List<PathNode> pathNodes) 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
-
PathNode
public PathNode() -
PathNode
-
-
Method Details
-
value
-
getValue
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
toString
Description copied from class:LeafNodeSubclasses must implement this, in compliance with the rules given in the return tag. -
doSetValue
- Specified by:
doSetValuein classLeafNode<Path>
-
getFileReference
-
toFileReferences
-
toFileReferenceMap
-