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 class
POSIXFactory.DefaultLibCProvider.SingletonHolder
-
Field Summary
Fields Modifier and Type Field Description static LibCProvider
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultLibCProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Crypt
getCrypt()
LibC
getLibC()
-
-
-
Field Detail
-
INSTANCE
public static final LibCProvider INSTANCE
-
-
Method Detail
-
getLibC
public final LibC getLibC()
- Specified by:
getLibC
in interfaceLibCProvider
-
getCrypt
public final Crypt getCrypt()
- Specified by:
getCrypt
in interfaceLibCProvider
-
-