Uses of Interface
com.github.fungal.api.remote.Command
Packages that use Command
Package
Description
Configuration files for the Fungal kernel.
The
Command interface represents a command that can be invoked remotely.This package contains the classes that implements the remote communication
protocol for the Fungal kernel.
This package contains commands for remote communication
-
Uses of Command in com.github.fungal.api.configuration
Methods in com.github.fungal.api.configuration that return types with arguments of type CommandMethods in com.github.fungal.api.configuration with parameters of type CommandModifier and TypeMethodDescriptionAdd a command -
Uses of Command in com.github.fungal.api.remote
Methods in com.github.fungal.api.remote with parameters of type CommandModifier and TypeMethodDescriptionvoidCommunicator.registerCommand(Command command) Register commandvoidCommunicator.unregisterCommand(Command command) Unregister command -
Uses of Command in com.github.fungal.impl.remote
Methods in com.github.fungal.impl.remote that return CommandMethods in com.github.fungal.impl.remote with parameters of type CommandModifier and TypeMethodDescriptionvoidCommunicationServer.registerCommand(Command command) Register commandvoidCommunicatorImpl.registerCommand(Command command) Register commandvoidCommunicationServer.unregisterCommand(Command command) Unregister commandvoidCommunicatorImpl.unregisterCommand(Command command) Unregister command -
Uses of Command in com.github.fungal.impl.remote.commands
Classes in com.github.fungal.impl.remote.commands that implement CommandModifier and TypeClassDescriptionclassRepresents a deploy commandclassRepresents the getcommand commandclassRepresents the help commandclassRepresents a undeploy command