|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rychlik.jode.ParameterInfo
public class ParameterInfo
Documents parameters accepted by the JOdeApplet
Field Summary | |
---|---|
static java.lang.String[][] |
docstrings
|
static int |
HTML
The constant HTML represents HTML output format. |
static int |
SYNOPSIS
The constant SYNONYMOUS represents the Unix-like
synopsis output format. |
Constructor Summary | |
---|---|
ParameterInfo()
|
Method Summary | |
---|---|
static void |
dump()
Print the information about parameters and their default values as an HTML table to System.out |
static void |
dump(java.io.PrintStream out,
int format)
The dump method prints documentation of JOde
arguments in various formats. |
static void |
dump(java.lang.String filename)
Describe dump method here. |
static void |
dump(java.lang.String filename,
int format)
Describe dump method here. |
static void |
dumpHTML(java.io.PrintStream out)
Print the information about parameters and their default values as an HTML table |
static void |
dumpSynopsis(java.io.PrintStream out)
The dumpSynopsis method prints the synopsis of JOde
arguments. |
static void |
synopsis()
The synopsis method prints synopsis of JOde
arguments to standard output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HTML
HTML
represents HTML output format.
public static final int SYNOPSIS
SYNONYMOUS
represents the Unix-like
synopsis output format.
public static final java.lang.String[][] docstrings
Constructor Detail |
---|
public ParameterInfo()
Method Detail |
---|
public static void dumpHTML(java.io.PrintStream out)
out
- Print streampublic static void dumpSynopsis(java.io.PrintStream out)
dumpSynopsis
method prints the synopsis of JOde
arguments.
out
- a PrintStream
valuepublic static void dump(java.io.PrintStream out, int format)
dump
method prints documentation of JOde
arguments in various formats.
out
- a PrintStream
valueformat
- an int
valuepublic static void dump(java.lang.String filename, int format)
dump
method here.
filename
- a String
valueformat
- an int
valuepublic static void dump(java.lang.String filename)
dump
method here.
filename
- a String
valuepublic static void dump()
public static void synopsis()
synopsis
method prints synopsis of JOde
arguments to standard output.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |