jetty.project/jetty-runner/src/main/java/org/eclipse/jetty/runner
Greg Wilkins 7bb3a7be28 409556 Resource files not closed
Made Resource a closeable so that it is easier to close in a try(){} block. Deprecated release() and made it close() instead.

FileResource no longer extends URLResource as it can more efficiently implement all the methods with pure File operations and have no
connections or streams that need to be release/closed
2013-06-03 18:21:11 +10:00
..
Runner.java 409556 Resource files not closed 2013-06-03 18:21:11 +10:00
package-info.java Add package-info.java files to all jetty packages. 2013-05-21 15:09:49 -05:00