public class OtherClassLoaderClassPathRoot extends Object implements ClassPathRoot
Constructor and Description |
---|
OtherClassLoaderClassPathRoot(ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
cacheLocation() |
Collection<String> |
classNames() |
InputStream |
getData(String name) |
URL |
getResource(String name) |
public OtherClassLoaderClassPathRoot(ClassLoader loader)
public Collection<String> classNames()
classNames
in interface ClassPathRoot
public InputStream getData(String name)
getData
in interface ClassPathRoot
public URL getResource(String name)
getResource
in interface ClassPathRoot
public Optional<String> cacheLocation()
cacheLocation
in interface ClassPathRoot
Copyright © 2021 org.pitest. All rights reserved.