Uses of Record Class
com.yahoo.config.FileReference
Packages that use FileReference
-
Uses of FileReference in com.yahoo.config
Methods in com.yahoo.config that return FileReferenceModifier and TypeMethodDescriptionPathNode.getFileReference()static FileReferenceFileReference.mockFileReferenceForUnitTesting(File file) FileNode.value()Methods in com.yahoo.config that return types with arguments of type FileReferenceModifier and TypeMethodDescriptionstatic LeafNodeVector<FileReference,FileNode> LeafNodeVector.createFileNodeVector(Collection<String> values) OptionalPathNode.getFileReference()ModelReference.path()Returns the path specified for this model, or null if it is resolved.static Map<String,Optional<FileReference>> OptionalPathNode.toFileReferenceMap(Map<String, OptionalPathNode> map) static Map<String,FileReference> PathNode.toFileReferenceMap(Map<String, PathNode> map) static List<Optional<FileReference>>OptionalPathNode.toFileReferences(List<OptionalPathNode> pathNodes) static List<FileReference>PathNode.toFileReferences(List<PathNode> pathNodes) Methods in com.yahoo.config with parameters of type FileReferenceModifier and TypeMethodDescriptionstatic ModelReferenceModelReference.unresolved(FileReference path) Creates an unresolved reference from a path only.Method parameters in com.yahoo.config with type arguments of type FileReferenceModifier and TypeMethodDescriptionstatic Map<String,OptionalPathNode> LeafNodeMaps.asOptionalPathNodeMap(Map<String, Optional<FileReference>> fileReferenceMap) LeafNodeMaps.asPathNodeMap(Map<String, FileReference> fileReferenceMap) static LeafNodeVector<Optional<Path>,OptionalPathNode> LeafNodeVector.createOptionalPathNodeVector(Collection<Optional<FileReference>> values) static LeafNodeVector<Path,PathNode> LeafNodeVector.createPathNodeVector(Collection<FileReference> values) FileReference.toValueMap(Map<String, FileReference> map) FileReference.toValues(Collection<FileReference> references) Constructors in com.yahoo.config with parameters of type FileReferenceModifierConstructorDescriptionOptionalPathNode(FileReference fileReference) PathNode(FileReference fileReference) Constructor parameters in com.yahoo.config with type arguments of type FileReference