Package | Description |
---|---|
org.pitest.classpath |
Modifier and Type | Interface and Description |
---|---|
interface |
IOHeavyRoot
Marker interface for classpath roots that do
expensive IO when searching
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveClassPathRoot
ClassPathRoot wrapping a jar or zip file
|
class |
CompoundClassPathRoot |
class |
DirectoryClassPathRoot |
class |
NameCachingRoot
Caches the classes provided by the decorated
root to avoid expensive IO operations at the
cost of higher memory consumption
|
class |
OtherClassLoaderClassPathRoot |
Modifier and Type | Method and Description |
---|---|
Predicate<ClassPathRoot> |
PathFilter.getCodeFilter() |
Predicate<ClassPathRoot> |
PathFilter.getTestFilter() |
Iterator<ClassPathRoot> |
CompoundClassPathRoot.iterator() |
static Function<ClassPathRoot,ClassPathRoot> |
NameCachingRoot.toCachingRoot() |
static Function<ClassPathRoot,ClassPathRoot> |
NameCachingRoot.toCachingRoot() |
Modifier and Type | Method and Description |
---|---|
ClassPath |
ClassPath.getComponent(Predicate<ClassPathRoot> predicate) |
Constructor and Description |
---|
ClassPath(ClassPathRoot... roots) |
NameCachingRoot(ClassPathRoot child) |
Constructor and Description |
---|
CompoundClassPathRoot(List<ClassPathRoot> roots) |
PathFilter(Predicate<ClassPathRoot> codeFilter,
Predicate<ClassPathRoot> testFilter) |
PathFilter(Predicate<ClassPathRoot> codeFilter,
Predicate<ClassPathRoot> testFilter) |
Copyright © 2021 org.pitest. All rights reserved.