org.jbehave.core.model
Class StoryMap

java.lang.Object
  extended by org.jbehave.core.model.StoryMap

public class StoryMap
extends Object

Groups a set of Storys by meta filter.


Constructor Summary
StoryMap(String metaFilter, Set<Story> stories)
           
 
Method Summary
 String getMetaFilter()
           
 List<Story> getStories()
           
 List<String> getStoryPaths()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoryMap

public StoryMap(String metaFilter,
                Set<Story> stories)
Method Detail

getMetaFilter

public String getMetaFilter()

getStories

public List<Story> getStories()

getStoryPaths

public List<String> getStoryPaths()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012. All Rights Reserved.