Uses of Class
com.tccc.kos.commons.util.json.JsonDescriptor
Packages that use JsonDescriptor
Package
Description
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of JsonDescriptor in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return JsonDescriptorModifier and TypeMethodDescriptionKabFile.getDescriptor()
Return the optional descriptor from the kab. -
Uses of JsonDescriptor in com.tccc.kos.commons.util.json
Methods in com.tccc.kos.commons.util.json that return JsonDescriptorModifier and TypeMethodDescriptionJsonDescriptorAware.getDescriptor()
Return the associated JsonDescriptor. -
Uses of JsonDescriptor in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return JsonDescriptorModifier and TypeMethodDescriptionApplication.getDescriptor()
Returns the descriptor from this application's KAB file (descriptor.json). -
Uses of JsonDescriptor in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return JsonDescriptorConstructors in com.tccc.kos.core.service.assembly with parameters of type JsonDescriptorModifierConstructorDescriptionAssembly
(String name, JsonDescriptor descriptor) Create a new assembly with the specified name. -
Uses of JsonDescriptor in com.tccc.kos.core.service.device
Methods in com.tccc.kos.core.service.device that return JsonDescriptorMethods in com.tccc.kos.core.service.device with parameters of type JsonDescriptor