Uses of Interface
org.jbehave.core.reporters.FilePrintStreamFactory.FilePathResolver
Packages that use FilePrintStreamFactory.FilePathResolver
-
Uses of FilePrintStreamFactory.FilePathResolver in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement FilePrintStreamFactory.FilePathResolverModifier and TypeClassDescriptionstatic classResolves directory from code location parent file.static classResolves story location path to java packaged name, replacing '/' with '.'static classResolves story location path to simple name, considering portion after last '/'.Fields in org.jbehave.core.reporters declared as FilePrintStreamFactory.FilePathResolverModifier and TypeFieldDescriptionprotected FilePrintStreamFactory.FilePathResolverStoryReporterBuilder.pathResolverMethods in org.jbehave.core.reporters that return FilePrintStreamFactory.FilePathResolverModifier and TypeMethodDescriptionFilePrintStreamFactory.FileConfiguration.getPathResolver()StoryReporterBuilder.pathResolver()Methods in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FilePathResolverModifier and TypeMethodDescriptionStoryReporterBuilder.withPathResolver(FilePrintStreamFactory.FilePathResolver pathResolver) Constructors in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FilePathResolverModifierConstructorDescriptionFileConfiguration(String relativeDirectory, String extension, FilePrintStreamFactory.FilePathResolver pathResolver)