public interface Urls
- Author:
- Dmitry Ovchinnikov.
-
Method Summary
Static Methods Modifier and Type Method Description static @NotNull URL[]classpath(@NotNull Path path, @NotNull Path... paths)static @NotNull SortedSet<Path>files(@NotNull Path path, @NotNull String ext)static @NotNull SortedSet<Path>jars(@NotNull Path path)static @NotNull Stream<String>lines(@NotNull ClassLoader classLoader, @NotNull String resource)static @NotNull URIuri(@NotNull String uri)static @NotNull URLurl(@NotNull String url)static @NotNull URLurl(@NotNull Path path)static @NotNull StringurlDecode(@NotNull String text)static @NotNull StringurlEncode(@NotNull String text)