MCPcopy Create free account
hub / github.com/Col-E/Recaf / getPath

Method getPath

src/main/java/me/coley/recaf/util/Resource.java:50–52  ·  view source on GitHub ↗

@return Resource path.

()

Source from the content-addressed store, hash-verified

48 * @return Resource path.
49 */
50 public String getPath() {
51 return path;
52 }
53
54 /**
55 * @return {@code true} if the resource is in the classpath, {@code false} if it is external.

Callers 9

reapplyStyleMethod · 0.95
getFileNameMethod · 0.95
getURLMethod · 0.95
testChainMethod · 0.45
appendMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by 4

testChainMethod · 0.36