OSDN Git Service

Ensure FolderWrapper only lists files and directories.
authorRaphael Moll <ralf@android.com>
Tue, 12 Oct 2010 21:15:26 +0000 (14:15 -0700)
committerRaphael Moll <ralf@android.com>
Tue, 12 Oct 2010 21:30:11 +0000 (14:30 -0700)
commitefbf030d1317d38e883fee1a81f8140751b27c7d
tree4b283e9bf778e99f6fc18f9361d0060a5daed05f
parent616f4321b1a0dc601bc7d27c0c944ae0d44f8039
Ensure FolderWrapper only lists files and directories.

This matches the description of the original File.list better
and avoid us seeing non-file objects that we can't deal with
(e.g. pipes, etc.)

Change-Id: Ie47c9926c2db4cd2605d277fe847c6a60e180d09
sdkmanager/libs/sdklib/src/com/android/sdklib/io/FolderWrapper.java
sdkmanager/libs/sdklib/src/com/android/sdklib/io/IAbstractFolder.java