org.jbehave.core.parser
Class StoryClassNameFinder
java.lang.Object
org.jbehave.core.parser.StoryClassNameFinder
public class StoryClassNameFinder
- extends Object
Finds story class names from a base directory using Ant's directory scanner.
- Author:
- Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoryClassNameFinder
public StoryClassNameFinder()
listStoryClassNames
public List<String> listStoryClassNames(String basedir,
String rootPath,
List<String> includes,
List<String> excludes)
- Lists story class names from a base directory, allowing for includes/excludes
- Parameters:
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
- Returns:
- A List of paths
Copyright © 2003-2010. All Rights Reserved.