Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- LAYER - Static variable in class com.tccc.kos.commons.kab.KabType
- LAYER_BOOT_MOUNTPOINT - Static variable in class com.tccc.kos.commons.kab.KabType
- LAYER_DTB - Static variable in class com.tccc.kos.commons.kab.KabType
- LAYER_INITRD - Static variable in class com.tccc.kos.commons.kab.KabType
- LAYER_KERNEL - Static variable in class com.tccc.kos.commons.kab.KabType
- length(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Gets a CharSequence length or
0
if the CharSequence isnull
. - Lifecycle - Class in com.tccc.kos.core.service.spawn
-
Class that contains the lifecycle of a single spawning of a process.
- Lifecycle(long, long) - Constructor for class com.tccc.kos.core.service.spawn.Lifecycle
- LinkedTroubleMatcher - Class in com.tccc.kos.commons.core.service.trouble.matcher
-
Matcher that returns true if any of the specified objects are in the link list of a trouble.
- LinkedTroubleMatcher(Object...) - Constructor for class com.tccc.kos.commons.core.service.trouble.matcher.LinkedTroubleMatcher
-
Create a matcher that returns true if a trouble contains the specified object the impact list.
- ListenerCaller<T> - Interface in com.tccc.kos.commons.util
-
Interface which allows lambdas to be used with fireEvent() methods.
- ListenerList<T> - Class in com.tccc.kos.commons.util
-
Thread-safe listener list with lambda event support.
- ListenerList() - Constructor for class com.tccc.kos.commons.util.ListenerList
-
Creates a new empty listener list.
- ListenerList(Collection<T>) - Constructor for class com.tccc.kos.commons.util.ListenerList
-
Creates a new listener list containing the specified list of listeners.
- load() - Method in class com.tccc.kos.core.service.app.Application
-
Called from
AppLoader
when the application is first loaded. - load() - Method in class com.tccc.kos.core.service.assembly.Assembly
-
Callback to load the assembly.
- load() - Method in interface com.tccc.kos.core.util.Loadable
-
Called by the associated service to notify the bean that is should create any additional internal resources that will be prepared by the service (autowired, configured, etc...).
- load(File) - Static method in class com.tccc.kos.commons.xml.XmlUtil
-
Parses a file into an XML element.
- load(InputStream) - Static method in class com.tccc.kos.commons.xml.XmlUtil
-
Parses an XML stream into an XML element.
- load(Object, InputStream, Class<? extends TroubleInfo>) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleInfoFactory
-
Load the specified info file.
- load(String) - Method in class com.tccc.kos.core.service.region.XmlRegionFactory
-
Loads the specified region file using the installed resource loaders.
- Loadable - Interface in com.tccc.kos.core.util
-
Interface for beans that are dynamically loaded and have require lifecycles to prepare them.
- LoadableApp - Class in com.tccc.kos.core.service.app
-
Information about a manifest section that has a "kos.app." or "kos.autostart." prefix.
- loadApp(KabFile, Application<?>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load the specified application.
- loadApp(KabFile, Application<?>, Collection<Object>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load the specified application.
- loadDescriptor(File) - Method in class com.tccc.kos.core.service.device.Device
-
Load the descriptor from the specified file.
- loadDescriptor(InputStream) - Method in class com.tccc.kos.core.service.device.Device
-
Load the descriptor from the specified input stream.
- loadDocument(File) - Static method in class com.tccc.kos.commons.xml.XmlUtil
-
Parses a file into an XML element.
- loadDocument(InputStream) - Static method in class com.tccc.kos.commons.xml.XmlUtil
-
Parses an XML stream into an XML document.
- loadXmlConfigSource(String, int, String, ResourceLoader) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
-
Load an xml file as a ConfigSource and add the source to the stack with the specified name and rank.
- loadXmlConfigSource(String, int, String, ResourceLoader, String) - Method in class com.tccc.kos.commons.core.service.config.DefaultConfigSource
-
Load an xml file as a ConfigSource and add the source to the stack with the specified name and rank.
- localApi(RequestMethod, String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a POST request and then deserializes the response to the specified class.
- localDelete(String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a DELETE request and then deserializes the response to the specified class.
- localDelete(String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a DELETE request and then deserializes the response to the specified class.
- localGet(String, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a GET request and then deserializes the response to the specified class.
- localGet(String, Map<String, Object>, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a GET request and then deserializes the response to the specified class.
- Localization() - Constructor for class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Localization
- LOCALIZATION - Static variable in class com.tccc.kos.commons.kab.KabType
- LocalizationBuilder - Class in com.tccc.kos.commons.core.localization
-
Builder for constructing localization data from a KAB when the KAB doesn't contain a standard localization fragment in the descriptor.
- LocalizationBuilder() - Constructor for class com.tccc.kos.commons.core.localization.LocalizationBuilder
-
Create empty builder that can be used to manually create localization information that can be added to a
LocalizationContext
. - LocalizationBuilder(KabFile) - Constructor for class com.tccc.kos.commons.core.localization.LocalizationBuilder
-
Create a builder that is populate from the localization descriptor in the specified kab.
- LocalizationBuilder.LocaleBuilder - Class in com.tccc.kos.commons.core.localization
-
Builder for a locale within a
NamespaceBuilder
. - LocalizationBuilder.NamespaceBuilder - Class in com.tccc.kos.commons.core.localization
-
Builder for a namespace within a
LocalizationBuilder
. - LocalizationContext - Class in com.tccc.kos.commons.core.localization
-
A context to facilitate the aggregation of language files that are packaged in kabs using a standard
LocalizationDescriptorFragment
in a kab descriptor. - LocalizationContext() - Constructor for class com.tccc.kos.commons.core.localization.LocalizationContext
- LocalizationFragment - Class in com.tccc.kos.commons.util.json.fragments
-
Standard descriptor fragment for describing available languages resource.
- LocalizationFragment() - Constructor for class com.tccc.kos.commons.util.json.fragments.LocalizationFragment
- LocalizationFragment.Localization - Class in com.tccc.kos.commons.util.json.fragments
- LocalizationFragment.Namespace - Class in com.tccc.kos.commons.util.json.fragments
- LocalizationService - Class in com.tccc.kos.core.service.localization
-
Centralized localization service that provides discoverability of registered
LocalizationContext
objects. - localPost(String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a POST request and then deserializes the response to the specified class.
- localPost(String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a POST request and then deserializes the response to the specified class.
- localPut(String, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a PUT request and then deserializes the response to the specified class.
- localPut(String, Map<String, Object>, Object, Class<T>) - Method in class com.tccc.kos.commons.web.api.ApiClient
-
Calls a local controller with a PUT request and then deserializes the response to the specified class.
- localSubscribe(String, Class<T>, BrokerClientCallback<T>) - Method in class com.tccc.kos.commons.web.broker.BrokerClient
-
Subscribe to message broker on local node.
- localToVfs(String) - Method in class com.tccc.kos.commons.core.vfs.PathRewritingVFSSource
-
Converts a path from local source to VFS format.
- log(Trouble) - Method in class com.tccc.kos.commons.core.service.trouble.TroubleService
-
Logs a trouble.
- LogOverride - Class in com.tccc.kos.core.service.log
-
Log level override for a single class/package or group.
- LogOverride() - Constructor for class com.tccc.kos.core.service.log.LogOverride
- LogService - Class in com.tccc.kos.core.service.log
-
Service that abstracts the adding and removing of log level overrides.
- LogService() - Constructor for class com.tccc.kos.core.service.log.LogService
- LOW - Enum constant in enum class com.tccc.kos.core.service.analytics.AnalyticsPriority
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form