Get the path components including any component paths.
()
| 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 |
no test coverage detected