jar

io.sunshower.zephyr : kernel-api

Maven & Gradle

Jun 09, 2022
52 stars

Sunshower Zephyr · Sunshower Zephyr Plugin Framework

Table Of Contents

Latest Version

Download io.sunshower.zephyr : kernel-api JAR file - Latest Versions:

All Versions

Download io.sunshower.zephyr : kernel-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kernel-api-2.0.128.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.zephyr

├─ io.zephyr.Context.class - [JAR]

io.zephyr.kernel.io

├─ io.zephyr.kernel.io.ChannelTransferListener.class - [JAR]

├─ io.zephyr.kernel.io.ObservableChannelTransferListener.class - [JAR]

io.zephyr.platform.api

├─ io.zephyr.platform.api.NativeBinaryLifecycleManager.class - [JAR]

├─ io.zephyr.platform.api.NativeService.class - [JAR]

├─ io.zephyr.platform.api.Platform.class - [JAR]

├─ io.zephyr.platform.api.PlatformException.class - [JAR]

├─ io.zephyr.platform.api.UnknownPlatformException.class - [JAR]

io.zephyr.kernel.log

├─ io.zephyr.kernel.log.Logging.class - [JAR]

io.zephyr.kernel.events

├─ io.zephyr.kernel.events.DEvent.class - [JAR]

├─ io.zephyr.kernel.events.KernelEvents.class - [JAR]

io.zephyr.kernel.core

├─ io.zephyr.kernel.core.AbstractModule.class - [JAR]

├─ io.zephyr.kernel.core.AbstractValidatable.class - [JAR]

├─ io.zephyr.kernel.core.ContextValueNotFoundException.class - [JAR]

├─ io.zephyr.kernel.core.Kernel.class - [JAR]

├─ io.zephyr.kernel.core.KernelException.class - [JAR]

├─ io.zephyr.kernel.core.KernelLifecycle.class - [JAR]

├─ io.zephyr.kernel.core.KernelMember.class - [JAR]

├─ io.zephyr.kernel.core.LifecycleAction.class - [JAR]

├─ io.zephyr.kernel.core.ModuleClasspath.class - [JAR]

├─ io.zephyr.kernel.core.ModuleClasspathManager.class - [JAR]

├─ io.zephyr.kernel.core.ModuleClasspathManagerProvider.class - [JAR]

├─ io.zephyr.kernel.core.ModuleDescriptor.class - [JAR]

├─ io.zephyr.kernel.core.ModuleLoader.class - [JAR]

├─ io.zephyr.kernel.core.ModuleManager.class - [JAR]

├─ io.zephyr.kernel.core.ModuleScanner.class - [JAR]

├─ io.zephyr.kernel.core.ModuleSource.class - [JAR]

├─ io.zephyr.kernel.core.PathSpecification.class - [JAR]

├─ io.zephyr.kernel.core.Validatable.class - [JAR]

├─ io.zephyr.kernel.core.ValidationError.class - [JAR]

├─ io.zephyr.kernel.core.ValidationErrors.class - [JAR]

├─ io.zephyr.kernel.core.ValidationException.class - [JAR]

├─ io.zephyr.kernel.core.ValidationStep.class - [JAR]

io.zephyr.kernel.dependencies

├─ io.zephyr.kernel.dependencies.CyclicDependencyException.class - [JAR]

├─ io.zephyr.kernel.dependencies.DependencyGraph.class - [JAR]

├─ io.zephyr.kernel.dependencies.UnresolvedDependencyException.class - [JAR]

io.zephyr.api

├─ io.zephyr.api.Capabilities.class - [JAR]

├─ io.zephyr.api.Capability.class - [JAR]

├─ io.zephyr.api.CapabilityDefinition.class - [JAR]

├─ io.zephyr.api.CapabilityRegistration.class - [JAR]

├─ io.zephyr.api.Configurable.class - [JAR]

├─ io.zephyr.api.Configuration.class - [JAR]

├─ io.zephyr.api.Disposable.class - [JAR]

├─ io.zephyr.api.ModuleActivator.class - [JAR]

├─ io.zephyr.api.ModuleContext.class - [JAR]

├─ io.zephyr.api.ModuleEvents.class - [JAR]

├─ io.zephyr.api.ModuleListener.class - [JAR]

├─ io.zephyr.api.ModuleTracker.class - [JAR]

├─ io.zephyr.api.Queries.class - [JAR]

├─ io.zephyr.api.Query.class - [JAR]

├─ io.zephyr.api.Requirement.class - [JAR]

├─ io.zephyr.api.RequirementDefinition.class - [JAR]

├─ io.zephyr.api.RequirementRegistration.class - [JAR]

├─ io.zephyr.api.Requirements.class - [JAR]

├─ io.zephyr.api.ServiceDefinition.class - [JAR]

├─ io.zephyr.api.ServiceEvents.class - [JAR]

├─ io.zephyr.api.ServiceReference.class - [JAR]

├─ io.zephyr.api.ServiceRegistration.class - [JAR]

├─ io.zephyr.api.ServiceRegistrationSet.class - [JAR]

├─ io.zephyr.api.ServiceRegistry.class - [JAR]

├─ io.zephyr.api.ServiceTracker.class - [JAR]

├─ io.zephyr.api.Startable.class - [JAR]

├─ io.zephyr.api.Stoppable.class - [JAR]

├─ io.zephyr.api.Tracker.class - [JAR]

io.zephyr.kernel.concurrency

├─ io.zephyr.kernel.concurrency.DefaultProcess.class - [JAR]

├─ io.zephyr.kernel.concurrency.DefaultProcessListenerDisposable.class - [JAR]

├─ io.zephyr.kernel.concurrency.Parameters.class - [JAR]

├─ io.zephyr.kernel.concurrency.Process.class - [JAR]

├─ io.zephyr.kernel.concurrency.Scheduler.class - [JAR]

├─ io.zephyr.kernel.concurrency.TParams.class - [JAR]

├─ io.zephyr.kernel.concurrency.Task.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskEvent.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskEventType.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskEvents.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskException.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskStatus.class - [JAR]

├─ io.zephyr.kernel.concurrency.TaskTracker.class - [JAR]

io.zephyr.kernel

├─ io.zephyr.kernel.Assembly.class - [JAR]

├─ io.zephyr.kernel.Coordinate.class - [JAR]

├─ io.zephyr.kernel.CoordinateSpecification.class - [JAR]

├─ io.zephyr.kernel.Dependency.class - [JAR]

├─ io.zephyr.kernel.EmptyOptions.class - [JAR]

├─ io.zephyr.kernel.IllegalModuleStateException.class - [JAR]

├─ io.zephyr.kernel.InvalidPluginDescriptorException.class - [JAR]

├─ io.zephyr.kernel.KernelModuleEntry.class - [JAR]

├─ io.zephyr.kernel.Library.class - [JAR]

├─ io.zephyr.kernel.Lifecycle.class - [JAR]

├─ io.zephyr.kernel.Module.class - [JAR]

├─ io.zephyr.kernel.ModuleException.class - [JAR]

├─ io.zephyr.kernel.ObjectCheckException.class - [JAR]

├─ io.zephyr.kernel.Options.class - [JAR]

├─ io.zephyr.kernel.PluginException.class - [JAR]

├─ io.zephyr.kernel.Source.class - [JAR]

├─ io.zephyr.kernel.TaskQueue.class - [JAR]

├─ io.zephyr.kernel.Transitivity.class - [JAR]

├─ io.zephyr.kernel.UnsatisfiedDependencyException.class - [JAR]

├─ io.zephyr.kernel.Version.class - [JAR]

├─ io.zephyr.kernel.VolatileStorage.class - [JAR]

io.zephyr.kernel.status

├─ io.zephyr.kernel.status.Resolution.class - [JAR]

├─ io.zephyr.kernel.status.Status.class - [JAR]

├─ io.zephyr.kernel.status.StatusException.class - [JAR]

├─ io.zephyr.kernel.status.StatusType.class - [JAR]

io.zephyr.kernel.misc

├─ io.zephyr.kernel.misc.CheckReturnValue.class - [JAR]

io.zephyr.kernel.extensions

├─ io.zephyr.kernel.extensions.EntryPoint.class - [JAR]

├─ io.zephyr.kernel.extensions.EntryPointRegistry.class - [JAR]

├─ io.zephyr.kernel.extensions.ExpressionLanguageExtension.class - [JAR]

├─ io.zephyr.kernel.extensions.ModuleAssemblyExtractor.class - [JAR]

├─ io.zephyr.kernel.extensions.PrioritizedExtension.class - [JAR]

├─ io.zephyr.kernel.extensions.WrappedEntryPointCallable.class - [JAR]

io.zephyr.kernel.module

├─ io.zephyr.kernel.module.ModuleInstallationGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleInstallationRequest.class - [JAR]

├─ io.zephyr.kernel.module.ModuleInstallationStatus.class - [JAR]

├─ io.zephyr.kernel.module.ModuleInstallationStatusGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleLifecycle.class - [JAR]

├─ io.zephyr.kernel.module.ModuleLifecycleChangeGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleLifecycleChangeRequest.class - [JAR]

├─ io.zephyr.kernel.module.ModuleLifecycleChangeStatusGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleLifecycleStatusGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleRequest.class - [JAR]

├─ io.zephyr.kernel.module.ModuleRequestGroup.class - [JAR]

├─ io.zephyr.kernel.module.ModuleStatusGroup.class - [JAR]

io.zephyr.kernel.memento

├─ io.zephyr.kernel.memento.Caretaker.class - [JAR]

├─ io.zephyr.kernel.memento.Memento.class - [JAR]

├─ io.zephyr.kernel.memento.MementoProvider.class - [JAR]

├─ io.zephyr.kernel.memento.Mementos.class - [JAR]

├─ io.zephyr.kernel.memento.NoOpMemento.class - [JAR]

├─ io.zephyr.kernel.memento.NoOpMementoProvider.class - [JAR]

├─ io.zephyr.kernel.memento.Originator.class - [JAR]