public class CategoryRepository extends AbstractRepository implements Countable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASE_URL |
static java.util.Set<java.lang.String> |
STOPWORDSLIST |
| Constructor and Description |
|---|
CategoryRepository(Protocol protocol,
java.lang.Integer id,
DataService dataService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
count() |
EntityMetaData |
getEntityMetaData() |
java.util.Iterator<Entity> |
iterator() |
getName, getUrl, iteratorpublic static final java.lang.String BASE_URL
public static final java.util.Set<java.lang.String> STOPWORDSLIST
public CategoryRepository(Protocol protocol, java.lang.Integer id, DataService dataService)
public java.util.Iterator<Entity> iterator()
iterator in interface java.lang.Iterable<Entity>public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface RepositoryCopyright © 2014. All Rights Reserved.