Uses of Class
com.tccc.kos.commons.core.service.keyval.KeyValNameSpace
Packages that use KeyValNameSpace
Package
Description
Provides the abstract KosApplication class, which all KOS apps derive from.
-
Uses of KeyValNameSpace in com.tccc.kos.commons.core.service.keyval
Methods in com.tccc.kos.commons.core.service.keyval that return KeyValNameSpaceModifier and TypeMethodDescriptionKeyValService.getNameSpace(String ns) Return aKeyValNameSpacefor the specified name space.Constructors in com.tccc.kos.commons.core.service.keyval with parameters of type KeyValNameSpaceModifierConstructorDescriptionKeyValNameSpaceController(KeyValNameSpace storageNameSpace) Create the controller with the specified name space. -
Uses of KeyValNameSpace in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app that return KeyValNameSpaceModifier and TypeMethodDescriptionApplication.getKeyVal()Return theKeyValNameSpaceassociated with the application.