org.jbehave.core.embedder
Class StoryMapper

java.lang.Object
  extended by org.jbehave.core.embedder.StoryMapper

public class StoryMapper
extends Object

Maps Storys by a MetaFilter.

Author:
Mauro Talevi

Constructor Summary
StoryMapper()
           
 
Method Summary
 StoryMap getStoryMap(String filter)
           
 StoryMaps getStoryMaps()
           
 void map(Story story, MetaFilter metaFilter)
          Maps a story if it is allowed by the meta filter
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoryMapper

public StoryMapper()
Method Detail

map

public void map(Story story,
                MetaFilter metaFilter)
Maps a story if it is allowed by the meta filter

Parameters:
story - the Story
metaFilter - the meta filter

getStoryMap

public StoryMap getStoryMap(String filter)

getStoryMaps

public StoryMaps getStoryMaps()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012. All Rights Reserved.