public class RegOpenPlugin
extends java.lang.Object
Constructor and Description |
---|
RegOpenPlugin() |
Modifier and Type | Method and Description |
---|---|
BBjFilePlugin |
open(java.lang.String p_name,
java.util.Map p_modes,
BaseBBjPluginEnv p_env)
Open an registry plugin given a String name and a Map of modes.
|
public BBjFilePlugin open(java.lang.String p_name, java.util.Map p_modes, BaseBBjPluginEnv p_env) throws BBjException
BBjException
.p_name
- File name from the BBj OPEN
verb. This
is the string after the parens in the OPEN
.p_modes
- Mode Map. This is the string value of the
mode=
in the OPEN
parsed
into name/value pairs.BBjException
- if a problem occurs.