| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorType |
ProcessorNotFoundException.getProcessorType() |
ProcessorType |
ProcessorAdapter.getType()
Returns processor type.
|
| Constructor and Description |
|---|
ProcessorNotFoundException(ProcessorType processorType,
String processorName) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorType |
ProcessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorType[] |
ProcessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MainProcessingUnit.existsProcessor(String name,
ProcessorType type)
Returns
true if a processor of type type named name exists. |
MainProcessingUnitHandler |
MainProcessingUnit.getHandler(ProcessorType type)
Returns handler for the specified processor type.
|
Copyright © 2016–2018 Softelnet. All rights reserved.