Constructs a resource from a url. @param url the URL
(URL url)
| 63 | * @param url the URL |
| 64 | */ |
| 65 | public Resource(URL url) { |
| 66 | this.url = url; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Constructs a resource from a file. |
nothing calls this directly
no test coverage detected