Searched refs:WindowsDirectoryListingFormatter (Results 1 - 25 of 48) sorted by relevance

12

/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
59 formatter = new WindowsDirectoryListingFormatter()
60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
59 formatter = new WindowsDirectoryListingFormatter()
60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
59 formatter = new WindowsDirectoryListingFormatter()
60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
59 formatter = new WindowsDirectoryListingFormatter()
60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
59 formatter = new WindowsDirectoryListingFormatter()
60 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatterTest.groovy22 * Tests for WindowsDirectoryListingFormatter
33 static final SIZE_WIDTH = WindowsDirectoryListingFormatter.SIZE_WIDTH
70 formatter = new WindowsDirectoryListingFormatter()
71 dateFormat = new SimpleDateFormat(WindowsDirectoryListingFormatter.DATE_FORMAT)
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter { class in inherits:DirectoryListingFormatter
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter { class in inherits:DirectoryListingFormatter
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter { class in inherits:DirectoryListingFormatter
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter { class in inherits:DirectoryListingFormatter
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsDirectoryListingFormatter.java29 public class WindowsDirectoryListingFormatter implements DirectoryListingFormatter { class in inherits:DirectoryListingFormatter
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DWindowsFakeFileSystem.java31 * of {@link WindowsDirectoryListingFormatter}.
44 * Construct a new instance and initialize the directoryListingFormatter to a WindowsDirectoryListingFormatter.
47 this.setDirectoryListingFormatter(new WindowsDirectoryListingFormatter());

Completed in 378 milliseconds

12