public class LibraryFactory extends Object
Library
instances.
You are not permitted to create them directly; instead you implement
LibraryImplementation
and use this factory.
See also LibrariesSupport
for easier ways to create LibraryImplementation
.Modifier and Type | Method and Description |
---|---|
static Library |
createLibrary(LibraryImplementation libraryImplementation)
Creates Library for LibraryImplementation
|
public static Library createLibrary(LibraryImplementation libraryImplementation)
libraryImplementation
- the library SPI objectLibrary.getManager()
will be LibraryManager#getDefault
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.