IFileEntry
public interface IFileEntry
com.android.tradefed.device.IFileEntry |
Definição de interface que fornece contrato mais simples e simulável para métodos FileEntry
.
Resumo
Métodos públicos | |
---|---|
abstract IFileEntry | findChild (String name) Encontra um |
abstract | getChildren (boolean useCache) Retorna os filhos de um |
abstract String | getDate () Wrapper para |
abstract FileListingService.FileEntry | getFileEntry () Retorne a referência ao ddmlib |
abstract String | getFullEscapedPath () Wrapper para |
abstract String | getFullPath () Wrapper para |
abstract String | getName () Wrapper para |
abstract String | getPermissions () Wrapper para |
abstract String | getTime () Wrapper para |
abstract boolean | isAppFileName () Wrapper para |
abstract boolean | isDirectory () Wrapper para |
Métodos públicos
encontrarCriança
public abstract IFileEntry findChild (String name)
Encontra um IFileEntry
filho com o nome fornecido.
FileEntry#findChild(String)
que também primeiro pesquisará nos filhos em cache o arquivo com o nome fornecido e, se não for encontrado, atualizará a lista de arquivos filhos em cache e tentará novamente.Parâmetros | |
---|---|
name | String |
Devoluções | |
---|---|
IFileEntry |
Lança | |
---|---|
| com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
obterCrianças
public abstractgetChildren (boolean useCache)
Retorna os filhos de um IFileEntry
.
FileListingService#getChildren(FileEntry, boolean, FileListingService.IListingReceiver)
Parâmetros | |
---|---|
useCache | boolean : true se os filhos armazenados em cache devem ser retornados, se disponíveis. false se um novo comando ls precisar ser forçado. |
Devoluções | |
---|---|
lista de subarquivos |
Lança | |
---|---|
| com.android.tradefed.device.DeviceNotAvailableException |
DeviceNotAvailableException |
getFileEntry
public abstract FileListingService.FileEntry getFileEntry ()
Retorne a referência ao ddmlib FileEntry
.
Devoluções | |
---|---|
FileListingService.FileEntry |
getFullEscapedPath
public abstract String getFullEscapedPath ()
Wrapper para FileEntry#getFullEscapedPath()
.
Devoluções | |
---|---|
String |
getFullPath
public abstract String getFullPath ()
Wrapper para FileEntry#getFullPath()
.
Devoluções | |
---|---|
String |
obter permissões
public abstract String getPermissions ()
Wrapper para FileEntry#getPermissions()
.
Devoluções | |
---|---|
String |
consiga tempo
public abstract String getTime ()
Wrapper para FileEntry#getTime()
.
Devoluções | |
---|---|
String |
isAppFileName
public abstract boolean isAppFileName ()
Wrapper para FileEntry#isAppFileName()
.
Devoluções | |
---|---|
boolean |
éDiretório
public abstract boolean isDirectory ()
Wrapper para FileEntry#isDirectory()
.
Devoluções | |
---|---|
boolean |