public final class ContractRunner extends java.lang.Object implements AddOn, ContractProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
ContractRunner.INVOCATION_TYPE |
| Constructor and Description |
|---|
ContractRunner() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,APIServlet.APIRequestHandler> |
getAPIRequests() |
java.util.Collection<ConfigPropertyBuilder> |
getConfigProperties()
This method returns the configuration metadata for any properties used by the add-on.
|
ContractAndSetupParameters |
getContract(java.lang.String name) |
void |
init() |
void |
reset() |
void |
shutdown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIRequestHandler, getAPIRequestType, getUIPluginspublic java.util.Collection<ConfigPropertyBuilder> getConfigProperties()
AddOngetConfigProperties in interface AddOnpublic void reset()
public java.util.Map<java.lang.String,APIServlet.APIRequestHandler> getAPIRequests()
getAPIRequests in interface AddOnpublic ContractAndSetupParameters getContract(java.lang.String name)
getContract in interface ContractProvider