RE: VFS LocalFile#getLocalFile() protected?

2009-05-15 Thread Mario Ivankovits
15, 2009 4:37 AM To: user@commons.apache.org Subject: VFS LocalFile#getLocalFile() protected? Is there any reason LocalFile#getLocalFile() is protected rather then public? Since the process to reconstruct a File object is kinda clunky, it would be nice to just have access directly to the file

Re: VFS LocalFile#getLocalFile() protected?

2009-05-15 Thread Ryan McKinley
to a temporary place. Ciao, Mario -Original Message- From: Ryan McKinley [mailto:ryan...@gmail.com] Sent: Friday, May 15, 2009 4:37 AM To: user@commons.apache.org Subject: VFS LocalFile#getLocalFile() protected? Is there any reason LocalFile#getLocalFile() is protected rather then public? Since

VFS LocalFile#getLocalFile() protected?

2009-05-14 Thread Ryan McKinley
Hello- Is there any reason LocalFile#getLocalFile() is protected rather then public? Since the process to reconstruct a File object is kinda clunky, it would be nice to just have access directly to the file object. ryan