public class ComponentInstanceUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidComponentInstantiation(ComponentInstance ci)
Checks whether a component instance adheres to the defined inter-parameter dependencies defined in the component.
|
public static boolean isValidComponentInstantiation(ComponentInstance ci)
ci - The component instance to be verified.