Capsule

Basic API for building, using and extending a DSL for managing start and stop logic. See http://github.com/helgoboss/domino for an example.

License

License

Categories

Categories

Capsule Build Tools Distribution
GroupId

GroupId

org.helgoboss
ArtifactId

ArtifactId

capsule
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

Capsule
Basic API for building, using and extending a DSL for managing start and stop logic. See http://github.com/helgoboss/domino for an example.
Project URL

Project URL

https://github.com/helgoboss/capsule
Source Code Management

Source Code Management

https://github.com/helgoboss/capsule

Download capsule

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0

Project Modules

There are no modules declared in this project.

Capsule

Capsule is a simple Scala API for building, using and extending a domain-specific language (DSL) for managing start and stop logic.

Example

A Capsule DSL utilization might look like this:

// Somewhere in your code
whenTurnedOn {
  whenDevicePluggedIn {
    lightLED()
  }
}

Documentation

Further reading

See project Domino for a real-world application of this API.

Versions

Version
1.1.0