|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.util.ExecUtil
Utilities used when spawning a process
Field Summary | |
static char |
argQuoteChar
Default OS character for quoting arguments to commands |
static java.lang.String |
argQuoteString
Default OS character for quoting arguments to commands |
static boolean |
quoteArgs
Should we quote arguments at all |
static boolean |
quoteExec
Should we quote the name of the command to execute with Runtime.exec |
Method Summary | |
static java.lang.String |
adjustArgument(java.lang.String arg)
|
static java.lang.String[] |
cleanUpCommand(java.lang.String[] command)
|
static java.lang.String[] |
getExecCommandArray(java.lang.String[] cmd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean quoteExec
public static final boolean quoteArgs
public static final char argQuoteChar
public static final java.lang.String argQuoteString
Method Detail |
public static java.lang.String[] getExecCommandArray(java.lang.String[] cmd)
public static java.lang.String[] cleanUpCommand(java.lang.String[] command)
public static java.lang.String adjustArgument(java.lang.String arg)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.