|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecttextmaven.application.analyzer.extractor.CompositeExclusionList
ExclusionList which may be composed out of more than one exclusion list.
| Constructor Summary | |
CompositeExclusionList()
|
|
| Method Summary | |
void |
add(IExclusionList list)
Adds specified exclusion list |
boolean |
containsWord(java.lang.String word)
Checks whether a given word is contained in the exclusion list. |
java.lang.String |
getId()
Gets id of exclusion list |
void |
remove(IExclusionList list)
Removes specified exclusion list from this instance, if it exists. |
void |
removeAll()
Removes all exclusion lists from this instance. |
void |
setId(java.lang.String id)
Sets the identification for the list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeExclusionList()
| Method Detail |
public boolean containsWord(java.lang.String word)
IExclusionList
containsWord in interface IExclusionListword -
public void add(IExclusionList list)
list - exclusion list to be addedpublic void removeAll()
public void remove(IExclusionList list)
list - exclusion list to be removedpublic void setId(java.lang.String id)
IExclusionList
setId in interface IExclusionListid - public java.lang.String getId()
IExclusionList
getId in interface IExclusionList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||