Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 846 Bytes

caplets.md

File metadata and controls

18 lines (10 loc) · 846 Bytes
layout
post

Caplets

You can customize many of the capsule's inner workings by creating a caplet -- custom capsule. A caplet is a subclass of the Capsule class that overrides some of its overridable methods.

Please consult Capsule's Javadoc for specific documentation on custom capsules.

Available Caplets

  • capsule-maven - Resolves artifacts against a Maven repository if not embedded in the capsule.

Launching, Manipulating, and Creating Capsules Programmatically

The capsule-util sub-project contains classes to create and interact with capsule's at runtime. See the Javadocs here.