org.jbehave.core.reporters
Class FilePrintStreamFactory.ResolveToPackagedName

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

public static class FilePrintStreamFactory.ResolveToPackagedName
extends FilePrintStreamFactory.AbstractPathResolver

Resolves story location path to java packaged name, replacing '/' with '.'


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

Constructor Detail

FilePrintStreamFactory.ResolveToPackagedName

public FilePrintStreamFactory.ResolveToPackagedName()
Method Detail

resolveName

public String resolveName(StoryLocation storyLocation,
                          String extension)


Copyright © 2003-2012. All Rights Reserved.