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
 String resolveDirectory(StoryLocation storyLocation, String relativeDirectory)
           
 String resolveName(StoryLocation storyLocation, String extension)
           
 

Method Detail

resolveDirectory

String resolveDirectory(StoryLocation storyLocation,
                        String relativeDirectory)

resolveName

String resolveName(StoryLocation storyLocation,
                   String extension)


Copyright © 2003-2012. All Rights Reserved.