|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcodesimian.Webpage
public class Webpage
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 |
---|
public Webpage()
Method Detail |
---|
public static java.lang.String commandListHTML(CS[] commands)
public static CS[] allCommands()
public static java.net.URL[] codesimiansWebsites()
public static boolean replaceInFile(java.io.File file, java.lang.String[] replaceMe, java.lang.String[] replaceWith)
public static java.lang.String[][] replaceWhat()
public static void main(java.lang.String[] a) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |