| Package | Description |
|---|---|
| org.apache.jena.system |
| Modifier and Type | Class and Description |
|---|---|
class |
InitJenaCore |
| Modifier and Type | Method and Description |
|---|---|
List<JenaSubsystemLifecycle> |
JenaSubsystemRegistry.snapshot()
Return the registered items in a copied list.
|
List<JenaSubsystemLifecycle> |
JenaSubsystemRegistryBasic.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
JenaSubsystemRegistry.add(JenaSubsystemLifecycle module)
Add to the collection.
|
void |
JenaSubsystemRegistryBasic.add(JenaSubsystemLifecycle module) |
boolean |
JenaSubsystemRegistry.isRegistered(JenaSubsystemLifecycle module)
check whether registered
|
boolean |
JenaSubsystemRegistryBasic.isRegistered(JenaSubsystemLifecycle module) |
void |
JenaSubsystemRegistry.remove(JenaSubsystemLifecycle module)
Remove from the collection.
|
void |
JenaSubsystemRegistryBasic.remove(JenaSubsystemLifecycle module) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JenaSystem.forEach(java.util.function.Consumer<JenaSubsystemLifecycle> action)
Call an action on each item in the registry.
|
static void |
JenaSystem.forEachReverse(java.util.function.Consumer<JenaSubsystemLifecycle> action)
Call an action on each item in the registry but in the reverse
enumeration order.
|
Licenced under the Apache License, Version 2.0