org.jbehave.core.reporters
Class FilePrintStreamFactory.AbstractPathResolver

java.lang.Object
  extended by org.jbehave.core.reporters.FilePrintStreamFactory.AbstractPathResolver
All Implemented Interfaces:
FilePrintStreamFactory.FilePathResolver
Direct Known Subclasses:
FilePrintStreamFactory.ResolveToPackagedName, FilePrintStreamFactory.ResolveToSimpleName
Enclosing class:
FilePrintStreamFactory

public abstract static class FilePrintStreamFactory.AbstractPathResolver
extends Object
implements FilePrintStreamFactory.FilePathResolver

Resolves directory from code location parent file.


Constructor Summary
FilePrintStreamFactory.AbstractPathResolver()
           
 
Method Summary
 String resolveDirectory(StoryLocation storyLocation, String relativeDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbehave.core.reporters.FilePrintStreamFactory.FilePathResolver
resolveName
 

Constructor Detail

FilePrintStreamFactory.AbstractPathResolver

public FilePrintStreamFactory.AbstractPathResolver()
Method Detail

resolveDirectory

public String resolveDirectory(StoryLocation storyLocation,
                               String relativeDirectory)
Specified by:
resolveDirectory in interface FilePrintStreamFactory.FilePathResolver


Copyright © 2003-2012. All Rights Reserved.