IFileEntry
  public
  
  
  
  interface
  IFileEntry
  
  
  
| com.android.tradefed.device.IFileEntry | 
FileEntry yöntemleri için daha basit, taklit edilebilir sözleşme sağlayan arayüz tanımı.
 
TODO: Bunu ddmlib'e taşı
Özet
| Herkese açık yöntemler | |
|---|---|
| 
        abstract
        
        
        
        
        IFileEntry | 
      findChild(String name)
      Belirtilen ada sahip bir alt öğe  | 
| 
        abstract
        
        
        
        
         | 
      getChildren(boolean useCache)
      Bir  | 
| 
        abstract
        
        
        
        
        String | 
      getDate()
      
 | 
| 
        abstract
        
        
        
        
        FileListingService.FileEntry | 
      getFileEntry()
      ddmlib  | 
| 
        abstract
        
        
        
        
        String | 
      getFullEscapedPath()
      
 | 
| 
        abstract
        
        
        
        
        String | 
      getFullPath()
      
 | 
| 
        abstract
        
        
        
        
        String | 
      getName()
      
 | 
| 
        abstract
        
        
        
        
        String | 
      getPermissions()
      
 | 
| 
        abstract
        
        
        
        
        String | 
      getTime()
      
 | 
| 
        abstract
        
        
        
        
        boolean | 
      isAppFileName()
      
 | 
| 
        abstract
        
        
        
        
        boolean | 
      isDirectory()
      
 | 
Herkese açık yöntemler
findChild
public abstract IFileEntry findChild (String name)
Belirtilen ada sahip bir alt öğe IFileEntry bulur.
 
 Temel olarak, önce belirli bir ada sahip dosyayı önbelleğe alınmış alt öğelerde arayan ve bulunamazsa önbelleğe alınmış alt dosya listesini yenileyip tekrar deneyen FileEntry.findChild(String) için bir sarmalayıcıdır.
| Parametreler | |
|---|---|
| name | String | 
| İlerlemeler | |
|---|---|
| IFileEntry | |
| Atışlar | |
|---|---|
|  | com.android.tradefed.device.DeviceNotAvailableException | 
| DeviceNotAvailableException | |
getChildren
public abstractgetChildren (boolean useCache) 
Bir IFileEntry öğesinin alt öğelerini döndürür.
 
 Temelde FileListingService.getChildren(FileEntry, boolean, FileListingService.IListingReceiver) için eşzamanlı bir sarmalayıcı
| Parametreler | |
|---|---|
| useCache | boolean:true(mevcutsa önbelleğe alınmış alt öğeler döndürülecekse).falseyeni bir ls komutunun zorunlu kılınması gerekir. | 
| İlerlemeler | |
|---|---|
|  | alt dosyaların listesi | 
| Atışlar | |
|---|---|
|  | com.android.tradefed.device.DeviceNotAvailableException | 
| DeviceNotAvailableException | |
getFileEntry
public abstract FileListingService.FileEntry getFileEntry ()
ddmlib FileEntry referansını döndürme.
| İlerlemeler | |
|---|---|
| FileListingService.FileEntry | |
getFullEscapedPath
public abstract String getFullEscapedPath ()
FileEntry.getFullEscapedPath() için sarmalayıcı.
| İlerlemeler | |
|---|---|
| String | |
getFullPath
public abstract String getFullPath ()
FileEntry.getFullPath() için sarmalayıcı.
| İlerlemeler | |
|---|---|
| String | |
getPermissions
public abstract String getPermissions ()
FileEntry.getPermissions() için sarmalayıcı.
| İlerlemeler | |
|---|---|
| String | |
isAppFileName
public abstract boolean isAppFileName ()
FileEntry.isAppFileName() için sarmalayıcı.
| İlerlemeler | |
|---|---|
| boolean | |
isDirectory
public abstract boolean isDirectory ()
FileEntry.isDirectory() için sarmalayıcı.
| İlerlemeler | |
|---|---|
| boolean | |
