Uses of Class
io.datarouter.filesystem.snapshot.block.BlockTypeRegistry
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block |
-
Uses of BlockTypeRegistry in io.datarouter.filesystem.snapshot.block
Methods in io.datarouter.filesystem.snapshot.block that return BlockTypeRegistry Modifier and Type Method Description BlockTypeRegistryBlockTypeRegistry. registerBranch(String name, Class<? extends BranchBlock> blockClass)BlockTypeRegistryBlockTypeRegistry. registerLeaf(String name, Class<? extends LeafBlock> blockClass)BlockTypeRegistryBlockTypeRegistry. registerRoot(String name, Class<? extends RootBlock> blockClass)BlockTypeRegistryBlockTypeRegistry. registerValue(String name, Class<? extends ValueBlock> blockClass)