|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mulan.core.MulanJavadoc
public class MulanJavadoc
This class uses weka's Javadoc auto-generation classes to generate Javadoc
comments and replaces the content between certain comment tags.
Constructor Summary | |
---|---|
MulanJavadoc()
|
Method Summary | |
---|---|
String |
globalInfo()
Returns global information about the class |
static void |
main(String[] args)
Command line interface |
static void |
recursiveTraversal(File fileObject)
Recursively visit all files |
static void |
setDir(String dir)
Sets the direcrory |
static void |
traverse()
Recursively visit all files |
static void |
updateJavadoc(String classname)
Updates comments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MulanJavadoc()
Method Detail |
---|
public static void setDir(String dir)
dir
- public static void main(String[] args) throws Exception
args
-
Exception
public static void updateJavadoc(String classname)
classname
- public static void traverse() throws Exception
Exception
public static void recursiveTraversal(File fileObject) throws Exception
fileObject
-
Exception
public String globalInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |