|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.util.SCMCommandUtils
Command-line related utilities.
Method Summary | |
static java.util.Iterator |
splitCommandOptions(java.util.List options)
Convenience overload, no base command. |
static java.util.Iterator |
splitCommandOptions(java.util.List command,
java.util.List options)
Splits the given command options to prevent exceeding the command-line buffer limit (NT). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final java.util.Iterator splitCommandOptions(java.util.List options)
public static final java.util.Iterator splitCommandOptions(java.util.List command, java.util.List options)
command
- the base command, used in all command length calculations and not
treated as splittable; may be null.options
- the command options list.
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |