org.beanmaker.util
Class JavadocManager

java.lang.Object
  |
  +--org.beanmaker.util.JavadocManager
All Implemented Interfaces:
BeanMakerConstants

public class JavadocManager
extends java.lang.Object
implements BeanMakerConstants

JavadocManager is the manager of Javadoc

Version:
1.2 07 Oct 2002
Author:
Martone Giovanni giovannimartone@hotmail.com
See Also:
Creator

Field Summary
 java.lang.String commentClass
          Identifies the comment for class
 
Fields inherited from interface org.beanmaker.BeanMakerConstants
RETURN_CARRIAGE, TAB
 
Constructor Summary
JavadocManager()
          Constructs the object
 
Method Summary
 java.lang.String getCommentClass()
          Return the comment for class
 java.lang.String getCommentClassVariable(java.lang.String[] variables)
          Return the comment for variable
 java.lang.String getCommentGetMethod(java.lang.String[] variables)
          Return the comment for get method
 java.lang.String getCommentSetMethod(java.lang.String[] variables)
          Return the comment for set method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commentClass

public java.lang.String commentClass
Identifies the comment for class

Constructor Detail

JavadocManager

public JavadocManager()
Constructs the object

Method Detail

getCommentClass

public java.lang.String getCommentClass()
Return the comment for class

Returns:
the comment for class

getCommentClassVariable

public java.lang.String getCommentClassVariable(java.lang.String[] variables)
Return the comment for variable

Parameters:
variables - specifies the name of variable
Returns:
the comment for variables

getCommentGetMethod

public java.lang.String getCommentGetMethod(java.lang.String[] variables)
Return the comment for get method

Parameters:
variables -
Returns:
the comment for get method

getCommentSetMethod

public java.lang.String getCommentSetMethod(java.lang.String[] variables)
Return the comment for set method

Parameters:
variables -
Returns:
the comment for set method


Copyright © 2002 Giovanni Martone.