Home Intro Source Mebo GitHub

References

References

Class Summary

An action is used to perform an evaluation.

Any

Any value input.

Base text input class derived by all text input implementations.

Boolean input.

Buf

Buffer input.

Cli

Handles the command-line integration based on docopt specification.

command-line arguments reader.

Command output writer.

Exception raised when a resource already exists.

Email address input.

File Path input.

A handler is used to bridge an execution method to Mebo.

Hash input.

Exception raised when help is requested for a handler.

Hex

Hexadecimal input.

Map implementation designed to hold immutable data.

An input holds a value that is used for the execution of the Action.

Ip

Ip address input.

A cache that discards the least recently used items first.

Base exception class used by mebo exceptions.

Metadata provides a way for actions (Action) to control about how a handler should perform the reading (Reader) and writing (Writer) operations.

Exception raised when the required resource that should be updated does not exist.

Exception raised when querying a resource that does not exist.

Numeric input.

A reader is used by the handler during the execution (Handler.runAction) to query the Input and Session information that is going be used during the execution of the action.

A session is used to store the data shared between actions.

Provides access to the general configuration used across Mebo.

Stream input.

Object that holds actions and promises, which are executed at specific events.

Text input.

Timestamp input.

UUID input.

Url

Url Input.

Exception raised by Input validations.

Version input.

Web

Handles the web integration through expressjs and passportjs.

Web request reader.

Web output writer.

A writer is used to output a value through the Handler.