Uses of Interface
org.jbehave.core.reporters.FilePrintStreamFactory.FilePathResolver
-
Packages that use FilePrintStreamFactory.FilePathResolver Package Description org.jbehave.core.reporters -
-
Uses of FilePrintStreamFactory.FilePathResolver in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement FilePrintStreamFactory.FilePathResolver Modifier and Type Class Description static class
FilePrintStreamFactory.AbstractPathResolver
Resolves directory from code location parent file.static class
FilePrintStreamFactory.ResolveToPackagedName
Resolves story location path to java packaged name, replacing '/' with '.'static class
FilePrintStreamFactory.ResolveToSimpleName
Resolves story location path to simple name, considering portion after last '/'.Fields in org.jbehave.core.reporters declared as FilePrintStreamFactory.FilePathResolver Modifier and Type Field Description protected FilePrintStreamFactory.FilePathResolver
StoryReporterBuilder. pathResolver
Methods in org.jbehave.core.reporters that return FilePrintStreamFactory.FilePathResolver Modifier and Type Method Description FilePrintStreamFactory.FilePathResolver
FilePrintStreamFactory.FileConfiguration. getPathResolver()
FilePrintStreamFactory.FilePathResolver
StoryReporterBuilder. pathResolver()
Methods in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FilePathResolver Modifier and Type Method Description StoryReporterBuilder
StoryReporterBuilder. withPathResolver(FilePrintStreamFactory.FilePathResolver pathResolver)
Constructors in org.jbehave.core.reporters with parameters of type FilePrintStreamFactory.FilePathResolver Constructor Description FileConfiguration(String relativeDirectory, String extension, FilePrintStreamFactory.FilePathResolver pathResolver)
-