Package org.firebirdsql.jna.embedded.spi
Interface FirebirdEmbeddedLibrary
- 
- All Known Subinterfaces:
- DisposableFirebirdEmbeddedLibrary
 - All Known Implementing Classes:
- ClasspathFirebirdEmbeddedLibrary,- TemporaryFirebirdEmbeddedLibrary
 
 public interface FirebirdEmbeddedLibraryIdentifies a Firebird Embedded library that Jaybird can use.It is recommend to implement DisposableFirebirdEmbeddedLibraryfor implementations that require additional cleanup on exit.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.PathgetEntryPointPath()java.lang.StringgetVersion()Version of the Firebird Embedded library.
 
- 
- 
- 
Method Detail- 
getEntryPointPathjava.nio.file.Path getEntryPointPath() - Returns:
- Path of the Firebird Embedded main library file
 
 - 
getVersionjava.lang.String getVersion() Version of the Firebird Embedded library.- Returns:
- Version of the Firebird Embedded library
- See Also:
- getVersion()
 
 
- 
 
-