public class VirusCheckingFS extends FilterFileSystemProvider
delegate, fileSystem, scheme
Constructor and Description |
---|
VirusCheckingFS(java.nio.file.FileSystem delegate,
long salt)
Create a new instance, wrapping
delegate . |
Modifier and Type | Method and Description |
---|---|
void |
delete(java.nio.file.Path path) |
void |
disable() |
void |
enable() |
boolean |
isEnabled() |
checkAccess, copy, createDirectory, createLink, createSymbolicLink, deleteIfExists, getFileAttributeView, getFileStore, getFileSystem, getPath, getScheme, isHidden, isSameFile, move, newAsynchronousFileChannel, newByteChannel, newDirectoryStream, newFileChannel, newFileSystem, newFileSystem, newInputStream, newOutputStream, onClose, readAttributes, readAttributes, readSymbolicLink, setAttribute, toDelegate, toString
public VirusCheckingFS(java.nio.file.FileSystem delegate, long salt)
delegate
.public void enable()
public boolean isEnabled()
public void disable()
public void delete(java.nio.file.Path path) throws java.io.IOException
delete
in class FilterFileSystemProvider
java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.