MCPcopy Create free account
hub / github.com/beanshell/beanshell / getPathComponents

Method getPathComponents

src/bsh/classpath/BshClassPath.java:132–134  ·  view source on GitHub ↗

Get the path components including any component paths.

()

Source from the content-addressed store, hash-verified

130 Get the path components including any component paths.
131 */
132 public URL [] getPathComponents() {
133 return (URL[])getFullPath().toArray( new URL[0] );
134 }
135
136 /**
137 Return the set of class names in the specified package

Callers 2

reloadAllClassesMethod · 0.95
BshClassLoaderMethod · 0.80

Calls 1

getFullPathMethod · 0.95

Tested by

no test coverage detected