org.jbehave.core.reporters
Interface FilePrintStreamFactory.FilePathResolver

All Known Implementing Classes:
FilePrintStreamFactory.AbstractPathResolver, FilePrintStreamFactory.ResolveToPackagedName, FilePrintStreamFactory.ResolveToSimpleName
Enclosing class:
FilePrintStreamFactory

public static interface FilePrintStreamFactory.FilePathResolver


Method Summary
 java.lang.String resolveDirectory(StoryLocation storyLocation, java.lang.String relativeDirectory)
           
 java.lang.String resolveName(StoryLocation storyLocation, java.lang.String extension)
           
 

Method Detail

resolveDirectory

java.lang.String resolveDirectory(StoryLocation storyLocation,
                                  java.lang.String relativeDirectory)

resolveName

java.lang.String resolveName(StoryLocation storyLocation,
                             java.lang.String extension)


Copyright © 2003-2010. All Rights Reserved.