|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttextmaven.application.analyzer.extractor.ExclusionListFile
Words which should not be not be considered in the
processing steps.
Constructor Summary | |
ExclusionListFile(java.io.InputStream in)
Constructs instance from input stream |
Method Summary | |
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 |
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 ExclusionListFile(java.io.InputStream in) throws java.io.IOException
in
-
IOException
- error while reading from input fileMethod Detail |
public boolean containsWord(java.lang.String word)
IExclusionList
containsWord
in interface IExclusionList
word
-
IExclusionList.containsWord(String)
public void setId(java.lang.String id)
IExclusionList
setId
in interface IExclusionList
id
- IExclusionList.setId(String)
public java.lang.String getId()
IExclusionList
getId
in interface IExclusionList
IExclusionList.getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |