| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.ExecUtil
public final class 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)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||