Uses of Interface
org.jbehave.core.reporters.FilePrintStreamFactory.FilePathResolver
-
Uses of FilePrintStreamFactory.FilePathResolver in org.jbehave.core.reporters
Modifier and TypeClassDescriptionstatic class
Resolves directory from code location parent file.static class
Resolves story location path to java packaged name, replacing '/' with '.'static class
Resolves story location path to simple name, considering portion after last '/'.Modifier and TypeFieldDescriptionprotected FilePrintStreamFactory.FilePathResolver
StoryReporterBuilder.pathResolver
Modifier and TypeMethodDescriptionFilePrintStreamFactory.FileConfiguration.getPathResolver()
StoryReporterBuilder.pathResolver()
Modifier and TypeMethodDescriptionStoryReporterBuilder.withPathResolver
(FilePrintStreamFactory.FilePathResolver pathResolver) ModifierConstructorDescriptionFileConfiguration
(String relativeDirectory, String extension, FilePrintStreamFactory.FilePathResolver pathResolver)