public class ArchiveClassPathRoot extends Object implements ClassPathRoot, IOHeavyRoot
Constructor and Description |
---|
ArchiveClassPathRoot(File file) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
cacheLocation() |
Collection<String> |
classNames() |
InputStream |
getData(String name) |
URL |
getResource(String name) |
String |
toString() |
public ArchiveClassPathRoot(File file)
public InputStream getData(String name) throws IOException
getData
in interface ClassPathRoot
IOException
public URL getResource(String name) throws MalformedURLException
getResource
in interface ClassPathRoot
MalformedURLException
public Collection<String> classNames()
classNames
in interface ClassPathRoot
public Optional<String> cacheLocation()
cacheLocation
in interface ClassPathRoot
Copyright © 2021 org.pitest. All rights reserved.