|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.nds.dirxml.util.DxCommand
public class DxCommand
Command line program that supports various DirXML-related eDir verbs.
Requires JClient.
| Method Summary | |
|---|---|
static int |
commandLine(NodeSet argSet)
Run DxCommand with arguments in a NodeSet. |
static int |
commandLine(ResultTreeFragment rtf)
Run DxCommand with arguments in a ResultTreeFragment. |
static int |
commandLine(String[] args)
Run DxCommand with command line arguments. |
static void |
main(String[] args)
The main method for the command-line verb tester. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] args)
System.exit().
args - the command line argumentspublic static int commandLine(String[] args)
DxCommand with command line arguments. Doesn't call System.exit().
args - the command line argumentspublic static int commandLine(NodeSet argSet)
argSet - node set with command line argumentspublic static int commandLine(ResultTreeFragment rtf)
rtf - result tree fragment with with command line arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||