Uses of Interface
org.apache.avalon.framework.component.Component
-
Packages that use Component Package Description org.apache.avalon.framework.component Deprecated: use the interfaces in theorg.apache.avalon.framework.servicepackage instead. -
-
Uses of Component in org.apache.avalon.framework.component
Subinterfaces of Component in org.apache.avalon.framework.component Modifier and Type Interface Description interfaceComponentSelectorAComponentSelectorselectsComponents based on a hint.Methods in org.apache.avalon.framework.component that return Component Modifier and Type Method Description ComponentComponentManager. lookup(java.lang.String key)Get theComponentassociated with the given key.ComponentComponentSelector. select(java.lang.Object hint)Select theComponentassociated with the given hint.Methods in org.apache.avalon.framework.component with parameters of type Component Modifier and Type Method Description voidComponentManager. release(Component component)Return theComponentwhen you are finished with it.voidComponentSelector. release(Component component)Return theComponentwhen you are finished with it.
-