Uses of Class
io.milton.zsync.Upload.KeyValue
Packages that use Upload.KeyValue
-
Uses of Upload.KeyValue in io.milton.zsync
Methods in io.milton.zsync that return Upload.KeyValueModifier and TypeMethodDescriptionstatic Upload.KeyValueParses a String of the form "foo: bar" into a KeyValue object whose KEY is the String preceding the first colon and VALUE is the String following the first colon ( leading and trailing whitespaces are removed from KEY and VALUE ).