Hello Apache Commons community, Is there any special reason for FileSystemUtils constructor to be public? Shouldn't it be private instead?
What do you think about refactoring FileSystemUtils, to move OS stuff into separate OperatingSystemUtils class exposing isWindows, isUnix, isPosixUnix, isSolaris, isMac, getOs API? Here's the link to current FileSystemUtils revision: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileSystemUtils.java?revision=1304052&view=markup Kind regards, Stevo Slavić.
