Class BundleInstantiationSpecification

java.lang.Object
com.yahoo.container.bundle.BundleInstantiationSpecification

public final class BundleInstantiationSpecification extends Object
Specifies how a component should be instantiated from a bundle. Immutable
Author:
Tony Vaagenes
  • Field Details

    • id

      public final com.yahoo.component.ComponentId id
    • classId

      public final com.yahoo.component.ComponentSpecification classId
    • bundle

      public final com.yahoo.component.ComponentSpecification bundle
  • Constructor Details

    • BundleInstantiationSpecification

      public BundleInstantiationSpecification(com.yahoo.component.ComponentSpecification id, com.yahoo.component.ComponentSpecification classId, com.yahoo.component.ComponentSpecification bundle)
    • BundleInstantiationSpecification

      public BundleInstantiationSpecification(com.yahoo.component.ComponentId id, com.yahoo.component.ComponentSpecification classId, com.yahoo.component.ComponentSpecification bundle)
  • Method Details