org.openxri.tools.xritracert
Class XRITraceRt

java.lang.Object
  extended by org.openxri.tools.xritracert.XRITraceRt

public class XRITraceRt
extends java.lang.Object

Provides tracert-like output for XRI resolution. See outputUsage for command line usage and program output.

Author:
=steven.churchill (ooTao.com)

Constructor Summary
XRITraceRt()
           
 
Method Summary
static void main(java.lang.String[] oArgs)
          Invokes the process routine to execute the command specified by the given arguments.
 int process(java.lang.StringBuffer sOutput, java.lang.String[] sArgs)
          Executes the xritracert command as indicated by the input args.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRITraceRt

public XRITraceRt()
Method Detail

main

public static void main(java.lang.String[] oArgs)
Invokes the process routine to execute the command specified by the given arguments. See outputUsage for details about program arguments and output.


process

public int process(java.lang.StringBuffer sOutput,
                   java.lang.String[] sArgs)
Executes the xritracert command as indicated by the input args. See outputUsage for the forms of invocation and details about the program arguments.

Parameters:
sArgs - - command line arguments (e.g., from main)
sOutput - - program output (e.g., for stdout)
Returns:
SUCCESS or FAILURE


Copyright © 2005-2012. All Rights Reserved.