public class CompoundClassPathRoot extends Object implements ClassPathRoot, Iterable<ClassPathRoot>
Constructor and Description |
---|
CompoundClassPathRoot(List<ClassPathRoot> roots) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
cacheLocation() |
Collection<String> |
classNames() |
InputStream |
getData(String name) |
URL |
getResource(String name) |
Iterator<ClassPathRoot> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CompoundClassPathRoot(List<ClassPathRoot> roots)
public InputStream getData(String name) throws IOException
getData
in interface ClassPathRoot
IOException
public Collection<String> classNames()
classNames
in interface ClassPathRoot
public URL getResource(String name)
getResource
in interface ClassPathRoot
public Optional<String> cacheLocation()
cacheLocation
in interface ClassPathRoot
public Iterator<ClassPathRoot> iterator()
iterator
in interface Iterable<ClassPathRoot>
Copyright © 2021 org.pitest. All rights reserved.