Package guideme.extensions
Class ExtensionCollection
java.lang.Object
guideme.extensions.ExtensionCollection
A collection of extensions registered to modify the guidebook.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionCollection.Builder
builder()
static ExtensionCollection
empty()
get
(ExtensionPoint<T> extensionPoint) Returns the registered extensions for the given extension point.List
<ExtensionPoint<?>>
-
Method Details
-
empty
- Returns:
- An empty extension collection.
-
get
Returns the registered extensions for the given extension point. -
getExtensionPoints
- Returns:
- The extension points for which this collection contains extensions.
-
builder
-