Class FileSystemHookExecutionContext

    • Constructor Detail

      • FileSystemHookExecutionContext

        public FileSystemHookExecutionContext​(String fsName)
    • Method Detail

      • getFsName

        public String getFsName()
        Returns the fileSystem name that this hook executes
      • addParam

        public void addParam​(String name,
                             Object value)
        Adds a param to the context
        Parameters:
        name - the name of the param
        value -
      • getParamValue

        public Object getParamValue​(String name)
        Gets a param value
        Parameters:
        name - the name of the param
        Returns:
        the param value