Package jnr.posix.util
Class WindowsHelpers
java.lang.Object
jnr.posix.util.WindowsHelpers
- Author:
- enebo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jnr.ffi.Pointer
createWideEnv
(String[] envp) static String
escapePath
(String path) static boolean
static boolean
isDriveLetterPath
(String path) static String
static String[]
processCommandArgs
(POSIX posix, String program, String[] argv, String path) static String[]
processCommandLine
(POSIX posix, String command, String program, String path) static boolean
static byte[]
static byte[]
-
Constructor Details
-
WindowsHelpers
public WindowsHelpers()
-
-
Method Details
-
toWPath
-
toWString
-
createWideEnv
-
joinArgv
-
quotable
-
isBatch
-
processCommandLine
-
processCommandArgs
-
escapePath
-
isDriveLetterPath
-