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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Path
getEntryPointPath()
java.lang.String
getVersion()
Version of the Firebird Embedded library.java.lang.String
toString()
-
-
-
Method Detail
-
getEntryPointPath
public java.nio.file.Path getEntryPointPath()
- Specified by:
getEntryPointPath
in interfaceFirebirdEmbeddedLibrary
- Returns:
- Path of the Firebird Embedded main library file
-
getVersion
public java.lang.String getVersion()
Description copied from interface:FirebirdEmbeddedLibrary
Version of the Firebird Embedded library.- Specified by:
getVersion
in interfaceFirebirdEmbeddedLibrary
- Returns:
- Version of the Firebird Embedded library
- See Also:
FirebirdEmbeddedLibrary.getVersion()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-