Package org.firebirdsql.jna.embedded
Class TemporaryFirebirdEmbeddedLibrary
- java.lang.Object
- 
- org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
 
- 
- All Implemented Interfaces:
- FirebirdEmbeddedLibrary
 
 public final class TemporaryFirebirdEmbeddedLibrary extends java.lang.Object implements FirebirdEmbeddedLibrary Information for locating a Firebird Embedded library.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathgetEntryPointPath()java.lang.StringgetVersion()Version of the Firebird Embedded library.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getEntryPointPathpublic java.nio.file.Path getEntryPointPath() - Specified by:
- getEntryPointPathin interface- FirebirdEmbeddedLibrary
- Returns:
- Path of the Firebird Embedded main library file
 
 - 
getVersionpublic java.lang.String getVersion() Description copied from interface:FirebirdEmbeddedLibraryVersion of the Firebird Embedded library.- Specified by:
- getVersionin interface- FirebirdEmbeddedLibrary
- Returns:
- Version of the Firebird Embedded library
- See Also:
- FirebirdEmbeddedLibrary.getVersion()
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-