Alex Boisvert wrote:
> void deploy( String pathToUnpackedResources )
> void undeploy( String pathToUnpackedResources )
Please use Files as arguments instead of Strings. They exist for a reason. :)

In that vein, URL would probably be preferable to File, as it can
reach inside of JARs or across the net as well as onto the filesystem.

That said, it's not always the case that the set of URL protocols in
one location is the same as within the server, and with that in mind,
Strings are preferable.

Just $0.02.

--
[EMAIL PROTECTED]
http://mult.ifario.us/

Reply via email to