Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
The procedure name constant.
|
Constructor and Description |
---|
PluginInstallProcedure()
Creates a new plug-in installer procedure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(CallContext cx,
Bindings bindings)
Executes a call of this procedure in the specified context
and with the specified call bindings.
|
Bindings |
getBindings()
Returns the bindings for this procedure.
|
java.lang.String |
getDescription()
Returns the procedure description.
|
java.lang.String |
getName()
Returns the procedure name.
|
public static final java.lang.String NAME
public PluginInstallProcedure() throws ProcedureException
ProcedureException
- if the initialization failedpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription
in interface Procedure
public Bindings getBindings()
getBindings
in interface Procedure
public java.lang.Object call(CallContext cx, Bindings bindings) throws ProcedureException
call
in interface Procedure
cx
- the procedure call contextbindings
- the call bindings to useProcedureException
- if the call execution caused an
error