From: "Stephane Bailliez" <[EMAIL PROTECTED]>

> No because you will have individual setters like this:
> ;-)

What about other methods?  Let us talk at the method level
instead of setters.  For example, this method declared in Move.java:
    protected boolean renameFile(File sourceFile, File destFile,
                                 boolean filtering, boolean overwrite)

filtering & destFile are protected variables also.  So,
it is not only in setters where you would face this problem.

> 
> Stephane
> 

Cheers,
Magesh



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to