package feature
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BlendedFeatureJar extends Module with BlendedBaseModule
- case class Feature(repoUrl: String, name: String, features: Seq[FeatureRef], bundles: Seq[FeatureBundle]) extends Product with Serializable
- case class FeatureBundle extends Product with Serializable
- case class FeatureRef(dependency: Dep, names: Seq[String]) extends Product with Serializable
Value Members
- object Feature extends Serializable
A feature module describes a feature with references to bundles and other feature modules.
A feature module describes a feature with references to bundles and other feature modules. From this information the individual feature configs are generated.
- object FeatureBundle extends Serializable
Featurebundles represent a single jar that is deployed within a container
- object FeatureRef extends Serializable
FeatureReferences represents a single module contained in a jar file of multiple feature module configs.
- object GAVHelper