|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.autonomy.config.ConfigComments
Class representing a comment associated with a particular key in a Config File Any ConfigEntry will have ConfigComments associated with it
ConfigEntry| Field Summary | |
java.util.Vector |
m_commentList
Vector containing a list of comments |
| Constructor Summary | |
ConfigComments()
Default constructor |
|
| Method Summary | |
void |
add(java.lang.Object sComment)
Adds a specified object to the comment list |
java.lang.String |
toString()
Returns the comments as a string as it would be displayed in a config file |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.util.Vector m_commentList
| Constructor Detail |
public ConfigComments()
| Method Detail |
public void add(java.lang.Object sComment)
sComment - comment object - usually a String. Comment text is retrieved using the toString methodpublic java.lang.String toString()
toString in class java.lang.Object
|
![]() |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||