Class FileService

java.lang.Object
spin.demo.complex.FileService
All Implemented Interfaces:
DirectoryService

public class FileService extends Object implements DirectoryService
Implementation of a file service.
  • Constructor Details

    • FileService

      public FileService()
      Constructor.
    • FileService

      public FileService(String root)
      Constructor.
      Parameters:
      root - root of this file service
    • FileService

      public FileService(File root)
      Constructor.
      Parameters:
      root - root of this file service
    • FileService

      public FileService(File root, FileFilter filter)
      Constructor.
      Parameters:
      root - root of this file service
      filter - filter of this file service
  • Method Details