ResourceLoader
interface. The main difference is that the ClassLoader
is supplied in the getResource()
call. This has the advantage of allowing a single resource loader to be used with different class loaders. It also simplifies the implementation.
@author Phil Zoio
|
|
|
|
|
|
|
|
|
|
|
|
|
|