MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getPath

Method getPath

src/org/albite/book/model/book/Chapter.java:172–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 public String getPath() {
173 if (pathReference != null) {
174 return RandomReadingFile.getPathFromURL(pathReference.getURL());
175 } else {
176 return "";
177 }
178 }
179
180 protected final boolean setEncoding(final String encoding) {
181 if (

Callers 1

TextPageMethod · 0.45

Calls 2

getPathFromURLMethod · 0.95
getURLMethod · 0.65

Tested by

no test coverage detected