Searched refs:DirectoryListingFormatter (Results 1 - 25 of 72) sorted by relevance

123

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java24 * Windows-specific implementation of the DirectoryListingFormatter interface.
29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java24 * Windows-specific implementation of the DirectoryListingFormatter interface.
29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java24 * Windows-specific implementation of the DirectoryListingFormatter interface.
29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java24 * Windows-specific implementation of the DirectoryListingFormatter interface.
29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java24 * Windows-specific implementation of the DirectoryListingFormatter interface.
29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DDirectoryListingFormatter.java25 public interface DirectoryListingFormatter { interface
H A DWindowsDirectoryListingFormatter.java25 * Windows-specific implementation of the DirectoryListingFormatter interface.
30 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter {
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DListCommandHandlerTest.groovy24 import org.mockftpserver.fake.filesystem.DirectoryListingFormatter
125 fileSystem.directoryListingFormatter = [format: {entry -> entry.toString()}] as DirectoryListingFormatter

Completed in 279 milliseconds

123