|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.SimpleKeyword
|
+--com.starbase.starteam.NoKeywords
A special Keyword implementation that halts keyword expansion
for the rest of a file when encountered. The keyword is
$NoKeywords$
| Constructor Summary | |
NoKeywords()
Creates a instance of this class. |
|
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
java.lang.String |
expand(java.lang.String linePrefix,
java.lang.String eol,
boolean expand)
Always returns "NoKeywords$" |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
stopExpanding()
Always returns true. |
| Methods inherited from class com.starbase.starteam.SimpleKeyword |
getName, getValue, matches, multiLine, toXMLString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NoKeywords()
| Method Detail |
public boolean stopExpanding()
stopExpanding in interface KeywordstopExpanding in class SimpleKeyword
public java.lang.String expand(java.lang.String linePrefix,
java.lang.String eol,
boolean expand)
"NoKeywords$"
expand in interface Keywordexpand in class SimpleKeywordlinePrefix - the begining of the line in the souce leading up to
the keywordeol - the end-of-line convention used in the source fileexpand - true if the keyword is to be expanded and false for
unexpand
"NoKeywords$"public boolean equals(java.lang.Object source)
equals in class SimpleKeywordsource - Object the source to comapre with
public int hashCode()
hashCode in class SimpleKeyword
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||