|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.JavadocTags
public class JavadocTags
Stores all the javadoc tags, rather than getting them directly from the file settings. This will allow the descriptions to be unit tested.
Method Summary | |
---|---|
static JavadocTags |
get()
Description of the Method |
java.lang.String |
getConstructorDescr()
|
java.lang.String |
getExceptionDescr()
Gets the exceptionDescr attribute of the JavadocTags object |
java.lang.String |
getExceptionTag()
Gets the exceptionTag attribute of the JavadocTags object |
java.lang.String |
getParamDescr()
Gets the paramDescr attribute of the JavadocTags object |
java.lang.String |
getReturnDescr()
Gets the returnDescr attribute of the JavadocTags object |
boolean |
isExceptionTag(java.lang.String name)
Gets the exceptionTag attribute of the JavadocTags object |
void |
reload()
Reloads from the pretty.settings file |
void |
setConstructorDescr(java.lang.String value)
|
void |
setDebug(boolean way)
Turns debugging on |
void |
setExceptionDescr(java.lang.String value)
Sets the exceptionDescr attribute of the JavadocTags object |
void |
setExceptionTag(java.lang.String value)
Sets the exceptionTag attribute of the JavadocTags object |
void |
setParamDescr(java.lang.String value)
Sets the paramDescr attribute of the JavadocTags object |
void |
setReturnDescr(java.lang.String value)
Sets the returnDescr attribute of the JavadocTags object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setDebug(boolean way)
way
- The new debug valuepublic void setExceptionDescr(java.lang.String value)
value
- The new exceptionDescr valuepublic void setExceptionTag(java.lang.String value)
value
- The new exceptionTag valuepublic void setParamDescr(java.lang.String value)
value
- The new paramDescr valuepublic void setReturnDescr(java.lang.String value)
value
- The new returnDescr valuepublic java.lang.String getExceptionDescr()
public java.lang.String getExceptionTag()
public java.lang.String getParamDescr()
public java.lang.String getReturnDescr()
public boolean isExceptionTag(java.lang.String name)
name
- Description of the Parameter
public void reload()
public static JavadocTags get()
public java.lang.String getConstructorDescr()
public void setConstructorDescr(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |