Package org.incendo.cloud
package org.incendo.cloud
cloud API main package
- See Also:
-
ClassDescriptionRepresents a capability that a cloud implementation may have.Exception thrown when a
CloudCapabilityis missing, when a method that requires the presence of that capability is invoked.Standardcapabilities.Command<C>A command is a chain ofcommand componentswith an associatedCommand.commandExecutionHandler().Builder forCommandinstances.Essentially aUnaryOperatorforCommand.Builder, but as a separate interface to avoid conflicts.Factory producing command instancesThe manager is responsible for command registration, parsing delegation, etc.CommandTree<C>Tree containing all commands and command paths.SenderMapper<B,M> Mapper than can transform command senders from a base type to another type and back.SenderMapperHolder<B,M> A holder of aSenderMapper.