Class FileSystemHookExecutionContext
- java.lang.Object
-
- org.uberfire.java.nio.file.extensions.FileSystemHookExecutionContext
-
public class FileSystemHookExecutionContext extends Object
Execution context for aFileSystemHooks.FileSystemHook. It contains the relevant information for the Hook execution
-
-
Constructor Summary
Constructors Constructor Description FileSystemHookExecutionContext(String fsName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParam(String name, Object value)Adds a param to the contextStringgetFsName()Returns the fileSystem name that this hook executesObjectgetParamValue(String name)Gets a param value
-
-
-
Constructor Detail
-
FileSystemHookExecutionContext
public FileSystemHookExecutionContext(String fsName)
-
-