public interface ClassPathRoot
Modifier and Type | Method and Description |
---|---|
Optional<String> |
cacheLocation() |
Collection<String> |
classNames() |
InputStream |
getData(String name) |
URL |
getResource(String name) |
URL getResource(String name) throws MalformedURLException
MalformedURLException
InputStream getData(String name) throws IOException
IOException
Collection<String> classNames()
Copyright © 2021 org.pitest. All rights reserved.