|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.posix.util.WindowsHelpers
public class WindowsHelpers
| Constructor Summary | |
|---|---|
WindowsHelpers()
|
|
| Method Summary | |
|---|---|
static jnr.ffi.Pointer |
createWideEnv(String[] envp)
|
static String |
escapePath(String path)
|
static boolean |
isBatch(String value)
|
static String |
joinArgv(String command,
String[] argv,
boolean escape)
|
static String[] |
processCommandArgs(POSIX posix,
String program,
String[] argv,
String path)
|
static String[] |
processCommandLine(POSIX posix,
String command,
String program,
String path)
|
static boolean |
quotable(String value)
|
static byte[] |
toWPath(String path)
|
static byte[] |
toWString(String string)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsHelpers()
| Method Detail |
|---|
public static byte[] toWPath(String path)
public static byte[] toWString(String string)
public static jnr.ffi.Pointer createWideEnv(String[] envp)
public static String joinArgv(String command,
String[] argv,
boolean escape)
public static boolean quotable(String value)
public static boolean isBatch(String value)
public static String[] processCommandLine(POSIX posix,
String command,
String program,
String path)
public static String[] processCommandArgs(POSIX posix,
String program,
String[] argv,
String path)
public static String escapePath(String path)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||