- All Implemented Interfaces:
ApplicationMetadata
,Component
,ResultTrait
,LanguageTrait
,SilentTryTrait
,TryTrait
,Broadcaster
,Listener
,Repeater
,Transceiver
,ProjectTrait
,RegistryTrait
,Versioned
,JavaTrait
,TripwireTrait
,Receiver
,Transmitter
,Named
,NamedObject
,PackageTrait
,SettingsTrait
Subclass of
Application
for use by servers.- Author:
- jonathanl (shibo)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.telenav.kivakit.application.Application
Application.Identifier, Application.State
-
Field Summary
Fields inherited from class com.telenav.kivakit.application.Application
QUIET
Fields inherited from interface com.telenav.kivakit.interfaces.code.TripwireTrait
classToCount, classToTimes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.telenav.kivakit.application.Application
addProject, argument, argument, argumentList, argumentParsers, arguments, build, commandLine, description, exit, get, get, get, has, identifier, ignoreDeployments, localizedProperties, newProject, onConfigureListeners, onProjectsInitialized, onProjectsInitializing, onRan, onRegisterObjectSerializers, onRun, onRunning, onSerializationInitialize, projects, properties, ready, run, showStartupInformation, startupInformation, startupOptions, switchParsers, version, waitForReady
Methods inherited from class com.telenav.kivakit.component.BaseComponent
objectName, objectName
Methods inherited from class com.telenav.kivakit.core.messaging.repeaters.BaseRepeater
onMessage, onReceive
Methods inherited from class com.telenav.kivakit.core.messaging.broadcasters.Multicaster
addListener, clearListeners, debugClassContext, debugCodeContext, debugCodeContext, hasListeners, isDeaf, isTransmitting, listenerChain, listeners, listenerTree, messageSource, messageSource, removeListener, transmit, withoutTransmitting
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.telenav.kivakit.commandline.ApplicationMetadata
callSystemExitOnUnrecoverableError
Methods inherited from interface com.telenav.kivakit.core.messaging.Broadcaster
addListener, addListener, clearListeners, copyListeners, hasListeners, listeners, messageSource, messageSource, onReceive, onTransmit, onTransmitted, onTransmitting, removeListener, silence, transmit, transmit, transmitAll
Methods inherited from interface com.telenav.kivakit.core.vm.JavaTrait
format, isSystemPropertyTrue, javaVirtualMachine, println, systemProperty, systemProperty
Methods inherited from interface com.telenav.kivakit.core.language.trait.LanguageTrait
ifNonNullApply, ifNullDefault, isFalseOr, isNonNullOr, isTrueOr
Methods inherited from interface com.telenav.kivakit.core.messaging.Listener
isDeaf, listenTo, listenTo, onMessage
Methods inherited from interface com.telenav.kivakit.interfaces.naming.NamedObject
hasSyntheticName
Methods inherited from interface com.telenav.kivakit.resource.packages.PackageTrait
packageContaining, packagePath, packageResource, relativePackage, thisPackage, thisPackagePath
Methods inherited from interface com.telenav.kivakit.core.project.ProjectTrait
kivakit, kivakitVersion, project
Methods inherited from interface com.telenav.kivakit.interfaces.messaging.Receiver
isReceiving
Methods inherited from interface com.telenav.kivakit.core.registry.RegistryTrait
lookup, lookup, lookup, lookup, register, register, register, register, registry, require, require, require, require, require, unregister, unregister, unregister, unregister, unregisterAll
Methods inherited from interface com.telenav.kivakit.core.messaging.Repeater
isRepeating, onReceive, receive
Methods inherited from interface com.telenav.kivakit.core.function.ResultTrait
absent, failure, failure, failure, run, success, success
Methods inherited from interface com.telenav.kivakit.settings.SettingsTrait
hasSettings, hasSettings, hasSettings, hasSettings, lookupSettings, lookupSettings, lookupSettings, lookupSettings, lookupSettings, registerSettingsIn, registerSettingsObject, registerSettingsObject, registerSettingsObject, registerSettingsObject, requireSettings, requireSettings, requireSettings, requireSettings, saveSettingsTo, saveSettingsTo, saveSettingsTo, saveSettingsTo, settingsIn, settingsRegistry, unloadSettings
Methods inherited from interface com.telenav.kivakit.core.language.trait.SilentTryTrait
tryCatch, tryCatch, tryCatchDefault
Methods inherited from interface com.telenav.kivakit.core.messaging.Transceiver
announce, debug, debugClassContext, debugCodeContext, debugCodeContext, fatal, fatal, glitch, glitch, glitch, glitch, halted, halted, ifDebug, illegalArgument, illegalState, illegalState, information, isDebugOn, narrate, problem, problem, problem, problem, problemIfNull, quibble, quibble, quibble, quibble, trace, trace, trace, trace, warning, warning, warning, warning
Methods inherited from interface com.telenav.kivakit.interfaces.messaging.Transmitter
isTransmitting, withoutTransmitting
Methods inherited from interface com.telenav.kivakit.interfaces.code.TripwireTrait
tripwireReset, tripwireTripEvery, tripwireTripped
Methods inherited from interface com.telenav.kivakit.core.language.trait.TryTrait
tryCatch, tryCatch, tryCatchThrow, tryCatchThrow, tryFinally, tryFinally
Methods inherited from interface com.telenav.kivakit.core.version.Versioned
hasVersion
-
Constructor Details
-
Server
public Server()
-