Uses of Class
de.xima.fc.exceptions.InvalidUriPathSegmentNameException
Packages that use InvalidUriPathSegmentNameException
-
Uses of InvalidUriPathSegmentNameException in de.xima.fc.utils
Methods in de.xima.fc.utils that throw InvalidUriPathSegmentNameExceptionModifier and TypeMethodDescriptionstatic String
URLUtils.addNonEmptyPathSegmentsToURL
(String baseUri, UnaryOperator<String> sanitizer, Iterable<String> segments) Encodes each given path segment and adds it to the base URL.static String
URLUtils.addNonEmptyPathSegmentsToURL
(String baseUrl, UnaryOperator<String> sanitizer, String... segments) Encodes each given path segment and adds it to the base URL.static String
URLUtils.encodePathSegment
(String value) Encodes a path segment for a URI so that it can be used a path segment without any characters having a special meaning. -
Uses of InvalidUriPathSegmentNameException in de.xima.fc.webdav
Methods in de.xima.fc.webdav that throw InvalidUriPathSegmentNameExceptionModifier and TypeMethodDescriptionstatic String
WebDavHelper.createChildDirectoriesIfMissing
(com.github.sardine.Sardine sardine, String baseUrl, UnaryOperator<String> sanitizer, Iterable<String> pathSegments) Starting at the given base URL, append the given path segments and creates all child directories if they do not exist yet.