Class BundleInstantiationSpecification


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

      • 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 Detail

      • 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)