All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.samples.jsbdoc.jsbdoc

java.lang.Object
   |
   +----netscape.samples.jsbdoc.jsbdoc

public class jsbdoc
extends Object
implements Serializable
Invisible Java "Bean" for JSBDoc... includes cmd-line option usage: java jsbdoc [filename.jsb]

Note: Currently does not support parsing of secondary JS files referenced by optional SRC attribute of JSB_CONSTRUCTOR tag.

See Also:
main

Constructor Index

 o jsbdoc()
Constructs a jsbdoc Bean with the a default fileName.
 o jsbdoc(String)
Constructs a jsbdoc Bean with the specified fileName.

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
 o cmdLine(String)
cmd-line option for jsbdoc
 o generateJSBDoc()
 o getFileName()
 o getFinalDoc()
 o main(String[])
for cmd-line option usage: java jsbdoc [filename]
 o removePropertyChangeListener(PropertyChangeListener)
 o runParser(String, Vector)
 o setFileName(String)
 o setFinalDoc(String)

Constructors

 o jsbdoc
 public jsbdoc()
Constructs a jsbdoc Bean with the a default fileName.

 o jsbdoc
 public jsbdoc(String fileName)
Constructs a jsbdoc Bean with the specified fileName.

Parameters:
fileName - the fileName of the JSB to be doc'd

Methods

 o getFileName
 public String getFileName()
 o setFileName
 public void setFileName(String newFileName)
 o getFinalDoc
 public String getFinalDoc()
 o setFinalDoc
 public void setFinalDoc(String newFinalDoc)
 o runParser
 public void runParser(String JSBname,
                       Vector fileLines)
 o generateJSBDoc
 public void generateJSBDoc()
 o cmdLine
 public static void cmdLine(String fileName)
cmd-line option for jsbdoc

 o main
 public static void main(String args[])
for cmd-line option usage: java jsbdoc [filename]

 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener l)
 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index