core / pragma.content / ContentDataNodeService /
ContentDataNodeService #
class ContentDataNodeService(
pragmaNode: PragmaNode,
contentDataFileManager: ContentDataFileManager = ContentDataFileManager(FileSystemProxy(),
pragmaNode.contentDataDirectory,JumpData)) : NodeService
ContentDataNodeService::getHandler returns a deserialized JSON file of the specified proto definition.
Constructors #
ContentDataNodeService | fun ContentDataNodeService(
pragmaNode: PragmaNode,
contentDataFileManager: ContentDataFileManager = ContentDataFileManager(FileSystemProxy(),
pragmaNode.contentDataDirectory,JumpData)
) |