Author: ggregory Date: Mon Oct 31 13:17:41 2011 New Revision: 1195444 URL: http://svn.apache.org/viewvc?rev=1195444&view=rev Log: Update docs for: - [VFS-370] Add a FileExtensionSelector class. - [VFS-367]Add APIs FileObject isFile(), FileObject isFolder(), and FileName isFile(). - [VFS-366]Can't sort a List of FileObject's, FileObject to implement Comparable<FileObject>.
Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1195444&r1=1195443&r2=1195444&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Oct 31 13:17:41 2011 @@ -26,6 +26,15 @@ <action issue="VFS-372" dev="ggregory" type="update"> Add constructors FileDepthSelector() and FileDepthSelector(int). </action> + <action issue="VFS-370" dev="ggregory" type="update"> + Add a FileExtensionSelector class. + </action> + <action issue="VFS-367" dev="ggregory" type="update"> + Add APIs FileObject isFile(), FileObject isFolder(), and FileName isFile(). + </action> + <action issue="VFS-366" dev="ggregory" type="update"> + Can't sort a List of FileObject's, FileObject to implement Comparable<FileObject>. + </action> <action issue="VFS-341" dev="rgoers" type="update" due-to="Rajika Kumarasiri"> Enable logging of JSch using the Commons Logging Log object in SftpClientFactory. </action>