| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| 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 | argQuoteCharDefault OS character for quoting arguments to commands | 
| static java.lang.String | argQuoteStringDefault OS character for quoting arguments to commands | 
| static boolean | quoteArgsShould we quote arguments at all | 
| static boolean | quoteExecShould 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 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||