Uses of Class
org.eclipse.osgi.service.resolver.DisabledInfo

Packages that use DisabledInfo
org.eclipse.osgi.internal.baseadaptor   
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.service.resolver   
 

Uses of DisabledInfo in org.eclipse.osgi.internal.baseadaptor
 

Methods in org.eclipse.osgi.internal.baseadaptor with parameters of type DisabledInfo
 void StateManager.addDisabledInfo(DisabledInfo disabledInfo)
           
 void StateManager.removeDisabledInfo(DisabledInfo disabledInfo)
           
 

Uses of DisabledInfo in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver that return DisabledInfo
 DisabledInfo ReadOnlyState.getDisabledInfo(BundleDescription bundle, String policyName)
           
 DisabledInfo StateImpl.getDisabledInfo(BundleDescription bundle, String policyName)
           
 DisabledInfo[] ReadOnlyState.getDisabledInfos(BundleDescription bundle)
           
 DisabledInfo[] StateImpl.getDisabledInfos(BundleDescription bundle)
           
 

Methods in org.eclipse.osgi.internal.resolver with parameters of type DisabledInfo
 void ReadOnlyState.addDisabledInfo(DisabledInfo disabledInfo)
           
 void StateImpl.addDisabledInfo(DisabledInfo disabledInfo)
           
 void ReadOnlyState.removeDisabledInfo(DisabledInfo disabledInfo)
           
 void StateImpl.removeDisabledInfo(DisabledInfo disabledInfo)
           
 

Uses of DisabledInfo in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that return DisabledInfo
 DisabledInfo State.getDisabledInfo(BundleDescription bundle, String policyName)
          Returns the disabled info for the specified bundle with the specified policy name.
 DisabledInfo[] State.getDisabledInfos(BundleDescription bundle)
          Returns an array of disabled info for the specified bundle.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type DisabledInfo
 void State.addDisabledInfo(DisabledInfo disabledInfo)
          Adds the disabled info to this state.
 void PlatformAdmin.addDisabledInfo(DisabledInfo disabledInfo)
          Adds the disabled info to the state managed by this platform admin.
 void State.removeDisabledInfo(DisabledInfo disabledInfo)
          Removes the disabled info from the state.
 void PlatformAdmin.removeDisabledInfo(DisabledInfo disabledInfo)
          Removes the disabled info from the state managed by this platform admin.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.