Project JXTA

net.jxta.impl.shell.bin.search
Class search

java.lang.Object
  |
  +--net.jxta.impl.shell.ShellApp
        |
        +--net.jxta.impl.shell.bin.search.search

public class search
extends ShellApp

search command lists jxta advertisement known locally, and discovers remote ones.

Since:
JXTA 1.0

Fields inherited from class net.jxta.impl.shell.ShellApp
adv, appMiscError, appNoError, appParamError, appSpawned, consin, consout, currentcmdline, dependsOn, group, inputPipe, outputPipe, pipes, returnVar, started, stopped
 
Constructor Summary
search()
           
 
Method Summary
 void help()
           
 void shortHelp()
           
 int startApp(java.lang.String[] args)
           
 void stopApp()
           
 
Methods inherited from class net.jxta.impl.shell.ShellApp
consPollInput, consprint, consprintln, consWaitForInput, getAdvertisement, getEnv, getGroup, getInputConsPipe, getInputPipe, getOutputConsPipe, getOutputPipe, getReturnVariable, init, isRootShell, pollInput, print, println, setAdvertisement, setEnv, setGroup, setInputConsPipe, setInputPipe, setOutputConsPipe, setOutputPipe, setReturnVariable, waitForInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

search

public search()
Method Detail

stopApp

public void stopApp()
Overrides:
stopApp in class ShellApp

startApp

public int startApp(java.lang.String[] args)
Overrides:
startApp in class ShellApp

shortHelp

public void shortHelp()

help

public void help()
Overrides:
help in class ShellApp

Project JXTA