-
- Enclosing interface:
- LibraryResolver
public static interface LibraryResolver.SystemInfo
Provider interface for pre-seeding the list of provided libraries with those built into the current PraxisCORE system.- See Also:
LibraryResolver.Context.provided()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<PResource>
provided()
A stream of libraries already provided by the running PraxisCORE system.
-