Uses of Class
com.yahoo.component.ComponentSpecification
Packages that use ComponentSpecification
-
Uses of ComponentSpecification in com.yahoo.component
Methods in com.yahoo.component that return ComponentSpecificationModifier and TypeMethodDescriptionstatic ComponentSpecificationComponentSpecification.fromString(String componentSpecification) Creates a component id from the id string form: name(:version?)ComponentSpecification.intersect(ComponentSpecification other) ComponentSpecification.nestInNamespace(ComponentId namespace) ComponentId.toSpecification()ComponentSpecification.withoutNamespace()Returns a copy of this spec with namespace set to nullMethods in com.yahoo.component with parameters of type ComponentSpecification -
Uses of ComponentSpecification in com.yahoo.component.provider
Methods in com.yahoo.component.provider with parameters of type ComponentSpecificationModifier and TypeMethodDescriptionComponentRegistry.getComponent(ComponentSpecification id) Returns a component.