public class OperatorImplementationsManagerProperties extends MyProperties
| Property Name | Description |
|---|---|
| "OPERATORIMPLEMENTATIONSSEARCHPATH" | A semicolon-separated list of names of packages that could hold a type implementation. |
MyProperties.SKIPAUTOLOAD| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPERATORIMPLEMENTATIONSSEARCHPATH
The OPERATORIMPLEMENTATIONSSEARCHPATH property holds the list of package names that can be searched for operator implementations.
|
static java.lang.String |
OPERATORIMPLEMENTATIONSSEARCHPATHDEFAULT
By default, there are no additional packages to search for operator implementations (on the server side, the SIRA_PRISE packages are always searched first by default)
|
SUFFIX| Modifier and Type | Method and Description |
|---|---|
static OperatorImplementationsManagerProperties |
getInstance()
Gets the instance
|
getOptionalProperty, getOptionalProperty, getPropertiesBaseName, getRequiredProperty, getRequiredProperty, resolveSystemPropertyRefsgetProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final java.lang.String OPERATORIMPLEMENTATIONSSEARCHPATH
public static final java.lang.String OPERATORIMPLEMENTATIONSSEARCHPATHDEFAULT
public static OperatorImplementationsManagerProperties getInstance()