|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spockframework.buildsupport.SpecClassFileFinder
public class SpecClassFileFinder
Finds all class files below a base directory that contain a runnable spec.
Constructor Summary | |
---|---|
SpecClassFileFinder()
|
Method Summary | |
---|---|
java.util.List<java.io.File> |
findRunnableSpecs(java.io.File baseDir)
|
boolean |
isRunnableSpec(java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecClassFileFinder()
Method Detail |
---|
public java.util.List<java.io.File> findRunnableSpecs(java.io.File baseDir) throws java.io.IOException
java.io.IOException
public boolean isRunnableSpec(java.io.File file) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |