Uses of Class
de.xima.fc.exceptions.InvalidUriPathSegmentNameException
-
Packages that use InvalidUriPathSegmentNameException Package Description de.xima.fc.utils Package für Utilsklassende.xima.fc.webdav -
-
Uses of InvalidUriPathSegmentNameException in de.xima.fc.utils
Methods in de.xima.fc.utils that throw InvalidUriPathSegmentNameException Modifier and Type Method Description static 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 InvalidUriPathSegmentNameException Modifier and Type Method Description static 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.
-