public abstract class Factory extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Factory()
Protected-access constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addSpi(String spiName)
Adds a service provider interface.
|
static Collection<String> |
getSupported()
Gets the supported interfaces.
|
protected static void addSpi(String spiName)
spiName - the interface namepublic static Collection<String> getSupported()
Copyright © 2009–2020. All rights reserved.