Uses of Class
com.android.ddmlib.FileListingService.FileEntry

Packages that use FileListingService.FileEntry
com.android.ddmlib   
 

Uses of FileListingService.FileEntry in com.android.ddmlib
 

Methods in com.android.ddmlib that return FileListingService.FileEntry
 FileListingService.FileEntry FileListingService.FileEntry.findChild(String name)
          Returns the child FileListingService.FileEntry matching the name.
 FileListingService.FileEntry[] FileListingService.FileEntry.getCachedChildren()
          Returns the cached children of the entry.
 FileListingService.FileEntry[] FileListingService.getChildren(FileListingService.FileEntry entry, boolean useCache, FileListingService.IListingReceiver receiver)
          Returns the children of a FileListingService.FileEntry.
 FileListingService.FileEntry[] FileListingService.getChildrenSync(FileListingService.FileEntry entry)
          Returns the children of a FileListingService.FileEntry.
 FileListingService.FileEntry FileListingService.FileEntry.getParent()
          Returns the parent entry.
 FileListingService.FileEntry FileListingService.getRoot()
          Returns the root element.
 

Methods in com.android.ddmlib with parameters of type FileListingService.FileEntry
 FileListingService.FileEntry[] FileListingService.getChildren(FileListingService.FileEntry entry, boolean useCache, FileListingService.IListingReceiver receiver)
          Returns the children of a FileListingService.FileEntry.
 FileListingService.FileEntry[] FileListingService.getChildrenSync(FileListingService.FileEntry entry)
          Returns the children of a FileListingService.FileEntry.
 void SyncService.pull(FileListingService.FileEntry[] entries, String localPath, SyncService.ISyncProgressMonitor monitor)
          Pulls file(s) or folder(s).
 void SyncService.pullFile(FileListingService.FileEntry remote, String localFilename, SyncService.ISyncProgressMonitor monitor)
          Pulls a single file.
 void SyncService.push(String[] local, FileListingService.FileEntry remote, SyncService.ISyncProgressMonitor monitor)
          Push several files.
 void FileListingService.IListingReceiver.refreshEntry(FileListingService.FileEntry entry)
           
 void FileListingService.IListingReceiver.setChildren(FileListingService.FileEntry entry, FileListingService.FileEntry[] children)
           
 void FileListingService.IListingReceiver.setChildren(FileListingService.FileEntry entry, FileListingService.FileEntry[] children)
           
 



Copyright © 2008-2012. All Rights Reserved.