Package jnr.posix
Class POSIXFactory.DefaultLibCProvider
- java.lang.Object
-
- jnr.posix.POSIXFactory.DefaultLibCProvider
-
- All Implemented Interfaces:
LibCProvider
- Enclosing class:
- POSIXFactory
private static final class POSIXFactory.DefaultLibCProvider extends java.lang.Object implements LibCProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classPOSIXFactory.DefaultLibCProvider.SingletonHolder
-
Field Summary
Fields Modifier and Type Field Description static LibCProviderINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateDefaultLibCProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptgetCrypt()LibCgetLibC()
-
-
-
Field Detail
-
INSTANCE
public static final LibCProvider INSTANCE
-
-
Method Detail
-
getLibC
public final LibC getLibC()
- Specified by:
getLibCin interfaceLibCProvider
-
getCrypt
public final Crypt getCrypt()
- Specified by:
getCryptin interfaceLibCProvider
-
-