public interface NFIBackendFactory
Modifier and Type | Method and Description |
---|---|
NFIBackend |
createBackend(NFIBackendTools tools)
Create an instance of an
NFIBackend . |
String |
getBackendId()
Provides the backend id.
|
String getBackendId()
NFIBackend createBackend(NFIBackendTools tools)
NFIBackend
. The NFI backend may keep a reference to the
tools for later use.