Class BasicMiniCatalog<T>
java.lang.Object
org.episteme.core.io.BasicMiniCatalog<T>
- All Implemented Interfaces:
MiniCatalog<T>
Basic implementation of MiniCatalog for static resource registration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicMiniCatalog
public BasicMiniCatalog()
-
-
Method Details
-
register
-
getAll
Description copied from interface:MiniCatalogReturns all entries in the catalog.- Specified by:
getAllin interfaceMiniCatalog<T>
-
findByName
Description copied from interface:MiniCatalogFinds an entry by name.- Specified by:
findByNamein interfaceMiniCatalog<T>
-
size
public int size()Description copied from interface:MiniCatalogReturns the size of the catalog.- Specified by:
sizein interfaceMiniCatalog<T>
-