Package io.atlasmap.core
Class DefaultAtlasModuleInfoRegistry
- java.lang.Object
-
- io.atlasmap.core.DefaultAtlasModuleInfoRegistry
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasModuleInfoRegistry
public class DefaultAtlasModuleInfoRegistry extends Object implements io.atlasmap.spi.AtlasModuleInfoRegistry
-
-
Constructor Summary
Constructors Constructor Description DefaultAtlasModuleInfoRegistry(DefaultAtlasContextFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<io.atlasmap.spi.AtlasModuleInfo>getAll()io.atlasmap.spi.AtlasModuleInfolookupByUri(String uri)voidregister(io.atlasmap.spi.AtlasModuleInfo module)intsize()voidunregisterAll()
-
-
-
Constructor Detail
-
DefaultAtlasModuleInfoRegistry
public DefaultAtlasModuleInfoRegistry(DefaultAtlasContextFactory factory)
-
-
Method Detail
-
lookupByUri
public io.atlasmap.spi.AtlasModuleInfo lookupByUri(String uri)
- Specified by:
lookupByUriin interfaceio.atlasmap.spi.AtlasModuleInfoRegistry
-
getAll
public Set<io.atlasmap.spi.AtlasModuleInfo> getAll()
- Specified by:
getAllin interfaceio.atlasmap.spi.AtlasModuleInfoRegistry
-
register
public void register(io.atlasmap.spi.AtlasModuleInfo module)
- Specified by:
registerin interfaceio.atlasmap.spi.AtlasModuleInfoRegistry
-
size
public int size()
- Specified by:
sizein interfaceio.atlasmap.spi.AtlasModuleInfoRegistry
-
unregisterAll
public void unregisterAll()
- Specified by:
unregisterAllin interfaceio.atlasmap.spi.AtlasModuleInfoRegistry
-
-