Packages

package feature

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BlendedFeatureJar extends Module with BlendedBaseModule
  2. case class Feature(repoUrl: String, name: String, features: Seq[FeatureRef], bundles: Seq[FeatureBundle]) extends Product with Serializable
  3. case class FeatureBundle extends Product with Serializable
  4. case class FeatureRef(dependency: Dep, names: Seq[String]) extends Product with Serializable

Value Members

  1. 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.

  2. object FeatureBundle extends Serializable

    Featurebundles represent a single jar that is deployed within a container

  3. object FeatureRef extends Serializable

    FeatureReferences represents a single module contained in a jar file of multiple feature module configs.

  4. object GAVHelper

Ungrouped