public class FileSystemHookExecutionContext extends Object
FileSystemHooks.FileSystemHook. It contains the relevant information for the Hook execution| Constructor and Description |
|---|
FileSystemHookExecutionContext(String fsName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(String name,
Object value)
Adds a param to the context
|
String |
getFsName()
Returns the fileSystem name that this hook executes
|
Object |
getParamValue(String name)
Gets a param value
|
public FileSystemHookExecutionContext(String fsName)
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.