public class StoryLocation
extends java.lang.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(java.net.URL codeLocation,
java.lang.String storyPath) |
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getCodeLocation() |
java.lang.String |
getPath() |
java.lang.String |
getStoryPath() |
java.lang.String |
getURL() |
java.lang.String |
toString() |
Copyright © 2003-2014. All Rights Reserved.