public class FileSystemHookExecutionContext extends Object
FileSystemHooks.FileSystemHook
. It contains the relevant information for the Hook executionConstructor 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–2020 JBoss by Red Hat. All rights reserved.