mulan.core
Class MulanJavadoc

java.lang.Object
  extended by mulan.core.MulanJavadoc

public class MulanJavadoc
extends Object

This class uses weka's Javadoc auto-generation classes to generate Javadoc
comments and replaces the content between certain comment tags.

Version:
2012.02.27
Author:
Eleftherios Spyromitros-Xioufis, Grigorios Tsoumakas

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

MulanJavadoc

public MulanJavadoc()
Method Detail

setDir

public static void setDir(String dir)
Sets the direcrory

Parameters:
dir -

main

public static void main(String[] args)
                 throws Exception
Command line interface

Parameters:
args -
Throws:
Exception

updateJavadoc

public static void updateJavadoc(String classname)
Updates comments

Parameters:
classname -

traverse

public static void traverse()
                     throws Exception
Recursively visit all files

Throws:
Exception

recursiveTraversal

public static void recursiveTraversal(File fileObject)
                               throws Exception
Recursively visit all files

Parameters:
fileObject -
Throws:
Exception

globalInfo

public String globalInfo()
Returns global information about the class

Returns:
global information