org.jbehave.core.io
Class CodeLocations

java.lang.Object
  extended by org.jbehave.core.io.CodeLocations

public class CodeLocations
extends java.lang.Object

Collection of utility methods to create code location URLs


Nested Class Summary
static class CodeLocations.InvalidCodeLocation
           
 
Constructor Summary
CodeLocations()
           
 
Method Summary
static java.net.URL codeLocationFromClass(java.lang.Class<?> codeLocationClass)
           
static java.net.URL codeLocationFromPath(java.lang.String codeLocationPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeLocations

public CodeLocations()
Method Detail

codeLocationFromClass

public static java.net.URL codeLocationFromClass(java.lang.Class<?> codeLocationClass)

codeLocationFromPath

public static java.net.URL codeLocationFromPath(java.lang.String codeLocationPath)


Copyright © 2003-2010. All Rights Reserved.