public interface CollectionWriter
Interface of Collection Writer
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Article article)
Adds an article to the collection
|
void |
close()
Closes the collection writer and releases all resources.
|
ArticleParser |
getArticleParser()
Gets the article parser of the collection writer
|
void |
setArticleParser(ArticleParser parser)
Sets the article parser for the collection writer
|
boolean add(Article article)
article - an articleArticleParser getArticleParser()
void setArticleParser(ArticleParser parser)
parser - the article parservoid close()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.