Searched defs:isDirectory (Results 1 - 25 of 110) sorted by relevance

12345

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
H A DFileEntry.java68 public boolean isDirectory() { method in class:FileEntry
H A DFileSystemEntry.java34 public boolean isDirectory(); method in interface:FileSystemEntry
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
H A DFileEntry.java68 public boolean isDirectory() { method in class:FileEntry
H A DFileSystemEntry.java34 public boolean isDirectory(); method in interface:FileSystemEntry
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
H A DFileEntry.java68 public boolean isDirectory() { method in class:FileEntry
H A DFileSystemEntry.java34 public boolean isDirectory(); method in interface:FileSystemEntry
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
H A DFileEntry.java69 public boolean isDirectory() { method in class:FileEntry
H A DFileSystemEntry.java34 public boolean isDirectory(); method in interface:FileSystemEntry
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
H A DFileEntry.java68 public boolean isDirectory() { method in class:FileEntry
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.java46 public boolean isDirectory() { method in class:DirectoryEntry
/external/proguard/src/proguard/io/
H A DDataEntry.java41 public boolean isDirectory(); method in interface:DataEntry
H A DFileDataEntry.java60 public boolean isDirectory() method in class:FileDataEntry
62 return file.isDirectory();
H A DRenamedDataEntry.java53 public boolean isDirectory() method in class:RenamedDataEntry
55 return dataEntry.isDirectory();
H A DZipDataEntry.java68 public boolean isDirectory() method in class:ZipDataEntry
70 return zipEntry.isDirectory();

Completed in 477 milliseconds

12345