public class ProtocolTreeRepository extends AbstractRepository implements Countable
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_URL |
static Set<String> |
STOPWORDSLIST |
| Constructor and Description |
|---|
ProtocolTreeRepository(Protocol protocol,
DataService dataService,
String name) |
| 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 ProtocolTreeRepository(Protocol protocol, DataService dataService, String name)
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.