Uses of Package
org.apache.felix.scr.impl.helper
-
Packages that use org.apache.felix.scr.impl.helper Package Description org.apache.felix.scr.impl.helper org.apache.felix.scr.impl.manager -
Classes in org.apache.felix.scr.impl.helper used by org.apache.felix.scr.impl.helper Class Description ReadOnlyDictionary TheReadOnlyDictionary
is both aDictionary
and aMap
whose modification methods (likeDictionary.put(Object, Object)
,ReadOnlyDictionary.remove(Object)
, etc.) throw anUnsupportedOperationException
. -
Classes in org.apache.felix.scr.impl.helper used by org.apache.felix.scr.impl.manager Class Description ComponentServiceObjectsHelper Utility class for handling references using a ComponentServiceObjects to get services.