| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryMeta |
EngineOperations.getCategory(String categoryName)
Returns a category.
|
CategoryMeta |
EngineOperations.removeCategory(String categoryName)
Removes a category.
|
CategoryMeta |
CategoryMeta.withDescription(String description) |
CategoryMeta |
CategoryMeta.withFeature(String name,
Object value) |
CategoryMeta |
CategoryMeta.withFeatures(Map<String,Object> features) |
CategoryMeta |
CategoryMeta.withLabel(String label) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryMeta> |
EngineOperations.getCategories()
Returns all categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineOperations.addCategories(CategoryMeta... categoryMeta)
Adds or updates categories.
|
void |
EngineOperations.addCategory(CategoryMeta categoryMeta)
Adds or updates a category.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryMeta |
SpongeEngine.getCategory(String categoryName)
Returns a category.
|
CategoryMeta |
SpongeEngine.removeCategory(String categoryName)
Removes a category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryMeta> |
SpongeEngine.getCategories()
Returns all categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.addCategories(CategoryMeta... categoryMeta)
Adds or updates categories.
|
void |
SpongeEngine.addCategory(CategoryMeta categoryMeta)
Adds or updates a category.
|
Copyright © 2016–2021 Softelnet. All rights reserved.