Package org.firebirdsql.jna.embedded
Class FirebirdEmbeddedLookup
- java.lang.Object
- 
- org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup
 
- 
 public class FirebirdEmbeddedLookup extends java.lang.ObjectLocates aFirebirdEmbeddedLibraryusing the service provider mechanism.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description FirebirdEmbeddedLookup()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<FirebirdEmbeddedLibrary>findFirebirdEmbedded()Tries to find a Firebird Embedded library service provider for the current platform and install it.
 
- 
- 
- 
Method Detail- 
findFirebirdEmbeddedpublic static java.util.Optional<FirebirdEmbeddedLibrary> findFirebirdEmbedded() Tries to find a Firebird Embedded library service provider for the current platform and install it.The first instance successfully found and installed will be returned. - Returns:
- the first embedded instance matching the current platform that installed without errors
 
 
- 
 
-