codesimian
Class Webpage

java.lang.Object
  extended by codesimian.Webpage

public class Webpage
extends java.lang.Object

Automatic generation of some parts of the CodeSimian webpage, including parameter counts, class names, names of commands, and their description().


Constructor Summary
Webpage()
           
 
Method Summary
static CS[] allCommands()
          returns an array of of all standard commands
static java.net.URL[] codesimiansWebsites()
          the most important URLs have lower index in the returned array.
static java.lang.String commandListHTML(CS[] commands)
          Returns an HTML table containing formatted description of the commands
static void main(java.lang.String[] a)
           
static boolean replaceInFile(java.io.File file, java.lang.String[] replaceMe, java.lang.String[] replaceWith)
           
static java.lang.String[][] replaceWhat()
          returns 2 String[] arrays, replaceMe[] and replaceWith[], for modifying the codesimian webpages automatically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Webpage

public Webpage()
Method Detail

commandListHTML

public static java.lang.String commandListHTML(CS[] commands)
Returns an HTML table containing formatted description of the commands


allCommands

public static CS[] allCommands()
returns an array of of all standard commands


codesimiansWebsites

public static java.net.URL[] codesimiansWebsites()
the most important URLs have lower index in the returned array.

These are the websites where you might find a newer version of CodeSimian. Beware of mirror sites.


replaceInFile

public static boolean replaceInFile(java.io.File file,
                                    java.lang.String[] replaceMe,
                                    java.lang.String[] replaceWith)

replaceWhat

public static java.lang.String[][] replaceWhat()
returns 2 String[] arrays, replaceMe[] and replaceWith[], for modifying the codesimian webpages automatically.


main

public static void main(java.lang.String[] a)
                 throws java.io.IOException
Throws:
java.io.IOException