|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.tools.xrilookup.XRILookup
public class XRILookup
Provides tracert-like output for XRI resolution. See outputUsage for command line usage and program output.
Constructor Summary | |
---|---|
XRILookup()
|
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 xrilookup command as indicated by the input args. |
protected void |
setRootsFromFile(Resolver resolver,
java.lang.String filename)
Scans list of command-line arguments, setting member variables for the data argument, and all options. |
protected void |
setTrustType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XRILookup()
Method Detail |
---|
public static void main(java.lang.String[] oArgs)
public int process(java.lang.StringBuffer sOutput, java.lang.String[] sArgs)
sArgs
- - command line arguments (e.g., from main)sOutput
- - program output (e.g., for stdout)
protected void setTrustType(java.lang.String type) throws IllegalTrustTypeException
IllegalTrustTypeException
protected void setRootsFromFile(Resolver resolver, java.lang.String filename) throws java.io.FileNotFoundException, java.io.IOException
oResolver-
- resolver object into which roots are setsFilename-
- filename containing lines of java.io.FileNotFoundException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |