Package io.atlasmap.spi
Interface AtlasModuleInfoRegistry
- All Known Implementing Classes:
DefaultAtlasModuleInfoRegistry
public interface AtlasModuleInfoRegistry
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
lookupByUri
(String dataFormat) void
register
(AtlasModuleInfo module) int
size()
void
-
Method Details
-
lookupByUri
-
getAll
Set<AtlasModuleInfo> getAll() -
register
-
size
int size() -
unregisterAll
void unregisterAll()
-