DOC

net.jxta : jxse-shell

Maven & Gradle

May 20, 2010

JXTA Shell · The JXTA Shell is a sample application that demonstrates key concepts of JXTA JXSE. The JXTA Shell enables users to interact with the JXTA platform through a command-line interpreter. Much like the UNIX® shell, the JXTA Shell is useful for accessing and managing core platform objects (peers, groups, pipes), debugging communications problems, checking the status of peers and/or peer groups, and communicating with other JXTA services and applications. As in UNIX®, the JXTA shell allows users to "pipe" shell commands together connecting commands "on-the-fly." Pipes in Project JXTA are useful for collecting information at one peer and perhaps processing the command at another.

Table Of Contents

Latest Version

Download net.jxta : jxse-shell Javadoc & API Documentation - Latest Versions:

All Versions

Download net.jxta : jxse-shell Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.5

How to open Javadoc JAR file in web browser

  1. Rename the file jxse-shell-2.5-javadoc.jar to jxse-shell-2.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jxse-shell-2.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jxse-shell-2.5-sources.jar" -d "jxse-shell-2.5-javadoc" -subpackages