Package org.pitest.classpath
Class ProjectClassPaths
- java.lang.Object
-
- org.pitest.classpath.ProjectClassPaths
-
public class ProjectClassPaths extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectClassPaths(ClassPath classPath, ClassFilter classFilter, PathFilter pathFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ClassName>code()ClassPathgetClassPath()ClassFiltergetFilter()Collection<ClassName>test()
-
-
-
Constructor Detail
-
ProjectClassPaths
public ProjectClassPaths(ClassPath classPath, ClassFilter classFilter, PathFilter pathFilter)
-
-
Method Detail
-
code
public Collection<ClassName> code()
-
test
public Collection<ClassName> test()
-
getClassPath
public ClassPath getClassPath()
-
getFilter
public ClassFilter getFilter()
-
-