Package com.webcodepro.applecommander.ui
Class DirectoryLister.CsvListingStrategy
- java.lang.Object
-
- com.webcodepro.applecommander.ui.DirectoryLister.ListingStrategy
-
- com.webcodepro.applecommander.ui.DirectoryLister.CsvListingStrategy
-
- Enclosing class:
- DirectoryLister
public static class DirectoryLister.CsvListingStrategy extends DirectoryLister.ListingStrategy
-
-
Field Summary
-
Fields inherited from class com.webcodepro.applecommander.ui.DirectoryLister.ListingStrategy
display
-
-
Constructor Summary
Constructors Constructor Description CsvListingStrategy(int display)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterDisk(FormattedDisk disk)voidbeforeDisk(FormattedDisk disk)voidforEach(FileTuple tuple)-
Methods inherited from class com.webcodepro.applecommander.ui.DirectoryLister.ListingStrategy
first, last
-
-
-
-
Method Detail
-
beforeDisk
public void beforeDisk(FormattedDisk disk)
- Overrides:
beforeDiskin classDirectoryLister.ListingStrategy
-
afterDisk
public void afterDisk(FormattedDisk disk)
- Overrides:
afterDiskin classDirectoryLister.ListingStrategy
-
forEach
public void forEach(FileTuple tuple)
- Overrides:
forEachin classDirectoryLister.ListingStrategy
-
-