Uses of Interface
jnr.posix.POSIX

Packages that use POSIX
jnr.posix   
jnr.posix.util   
 

Uses of POSIX in jnr.posix
 

Fields in jnr.posix declared as POSIX
protected  POSIX BaseFileStat.posix
           
 

Methods in jnr.posix that return POSIX
static POSIX POSIXFactory.getJavaPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.getPOSIX()
          This will use DefaultPOSIXHandler and the native POSIX implementation
static POSIX POSIXFactory.getPOSIX(POSIXHandler handler, boolean useNativePOSIX)
           
static POSIX POSIXFactory.loadAixPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadFreeBSDPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadLinuxPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadMacOSPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadOpenBSDPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadSolarisPOSIX(POSIXHandler handler)
           
static POSIX POSIXFactory.loadWindowsPOSIX(POSIXHandler handler)
           
 

Constructors in jnr.posix with parameters of type POSIX
JavaFileStat(POSIX posix, POSIXHandler handler)
           
 

Uses of POSIX in jnr.posix.util
 

Methods in jnr.posix.util with parameters of type POSIX
static String Finder.findFileCommon(POSIX posix, String name, String path, boolean executableOnly)
           
static String Finder.findFileInPath(POSIX posix, String name, String path)
           
static String[] WindowsHelpers.processCommandArgs(POSIX posix, String program, String[] argv, String path)
           
static String[] WindowsHelpers.processCommandLine(POSIX posix, String command, String program, String path)
           
 



Copyright © 2014. All Rights Reserved.