Package 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
Modifier and Type Method Description StringresolveDirectory(StoryLocation storyLocation, String relativeDirectory)StringresolveName(StoryLocation storyLocation, String extension)
-
-
-
Method Detail
-
resolveDirectory
String resolveDirectory(StoryLocation storyLocation, String relativeDirectory)
-
resolveName
String resolveName(StoryLocation storyLocation, String extension)
-
-