|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.io.StoryPathFinder
public class StoryPathFinder
Finds story paths from a filesystem.
| Constructor Summary | |
|---|---|
StoryPathFinder()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
listStoryPaths(java.lang.String basedir,
java.lang.String rootPath,
java.util.List<java.lang.String> includes,
java.util.List<java.lang.String> excludes)
Lists story paths from a base directory, allowing for includes/excludes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoryPathFinder()
| Method Detail |
|---|
public java.util.List<java.lang.String> listStoryPaths(java.lang.String basedir,
java.lang.String rootPath,
java.util.List<java.lang.String> includes,
java.util.List<java.lang.String> excludes)
basedir - the base directory pathrootPath - the root path prefixed to all paths found, or
null if noneincludes - the List of include patterns, or null if
noneexcludes - the List of exclude patterns, or null if
none
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||