Class FileDestroyable

java.lang.Object
org.eclipse.jetty.util.component.FileDestroyable
All Implemented Interfaces:
Destroyable

public class FileDestroyable extends Object implements Destroyable
  • Constructor Details

    • FileDestroyable

      public FileDestroyable()
    • FileDestroyable

      public FileDestroyable(String file)
    • FileDestroyable

      public FileDestroyable(Path path)
  • Method Details

    • addFile

      public void addFile(String file)
    • addPath

      public void addPath(Path path)
    • addPaths

      public void addPaths(Collection<Path> paths)
    • removeFile

      public void removeFile(String file)
    • removeFile

      public void removeFile(Path path)
    • destroy

      public void destroy()
      Specified by:
      destroy in interface Destroyable