Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- Language() - Constructor for class com.tccc.kos.commons.util.json.fragments.LanguageDescriptorFragment.Language
- LanguageDescriptorFragment - Class in com.tccc.kos.commons.util.json.fragments
-
Standard descriptor fragment for describing available languages.
- LanguageDescriptorFragment() - Constructor for class com.tccc.kos.commons.util.json.fragments.LanguageDescriptorFragment
- LanguageDescriptorFragment.Language - Class in com.tccc.kos.commons.util.json.fragments
- length(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.Str
-
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.
- LoadableApp() - Constructor for class com.tccc.kos.core.service.app.LoadableApp
- loadApp(KabFile, ResolvedManifestSection, Application<?>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load the specified application with the specified manifest section.
- loadApp(KabFile, Application<?>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load the specified application.
- loadApp(ResolvedManifestSection, Application<?>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load an application contained in the specified manifest section.
- loadApp(LoadableApp, Application<?>) - Method in class com.tccc.kos.core.service.app.AppService
-
Attempts to load the specified
LoadableApp
. - 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.
- localApi(RequestMethod, String, Map<String, Object>, Object, Class<T>, int) - 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.
- 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.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form