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()