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