public class StoryLocation extends Object
Abstraction of a story location, handling cases in which story path is defined as a resource in classpath or as a URL.
Given a code location URL and a story path, it provides the methods:
Constructor and Description |
---|
StoryLocation(URL codeLocation,
String storyPath) |
Modifier and Type | Method and Description |
---|---|
URL |
getCodeLocation() |
String |
getPath() |
String |
getStoryPath() |
String |
getURL() |
String |
toString() |
Copyright © 2003–2015. All rights reserved.