Uses of Class
com.yahoo.config.UrlReference
Packages that use UrlReference
-
Uses of UrlReference in com.yahoo.config
Methods in com.yahoo.config that return UrlReferenceMethods in com.yahoo.config that return types with arguments of type UrlReferenceModifier and TypeMethodDescriptionstatic Map<String,UrlReference> UrlNode.toUrlReferenceMap(Map<String, UrlNode> urlNodeMap) static List<UrlReference>UrlNode.toUrlReferences(List<UrlNode> urlNodes) ModelReference.url()Returns the url specified for this model, or null if it is resolved.Methods in com.yahoo.config with parameters of type UrlReferenceModifier and TypeMethodDescriptionstatic ModelReferenceModelReference.resolved(Path path, UrlReference url) Creates a resolved reference where the original URI path is kept.static ModelReferenceModelReference.unresolved(UrlReference url) Creates an unresolved reference from an url only.Method parameters in com.yahoo.config with type arguments of type UrlReferenceModifier and TypeMethodDescriptionLeafNodeMaps.asUrlNodeMap(Map<String, UrlReference> urlReferenceMap) static LeafNodeVector<File,UrlNode> LeafNodeVector.createUrlNodeVector(Collection<UrlReference> values) Constructors in com.yahoo.config with parameters of type UrlReference