public interface ClasspathAppender
Path to the classpath (for example by adding the path's url to a URLClassLoader).| Modifier and Type | Method and Description |
|---|---|
void |
appendFileToClasspath(@NotNull java.nio.file.Path path)
Appends the given path to the classpath.
|
void appendFileToClasspath(@NotNull
@NotNull java.nio.file.Path path)
throws java.net.MalformedURLException
path - the pathjava.net.MalformedURLException - in case the path needs to be turned into a URL, this can be thrown