Class LocalLaunchTargetProvider
- java.lang.Object
-
- org.eclipse.launchbar.core.internal.target.LocalLaunchTargetProvider
-
- All Implemented Interfaces:
ILaunchTargetProvider
public class LocalLaunchTargetProvider extends java.lang.Object implements ILaunchTargetProvider
-
-
Constructor Summary
Constructors Constructor Description LocalLaunchTargetProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetStatusgetStatus(ILaunchTarget target)Fetch the status for the launch target.voidinit(ILaunchTargetManager targetManager)Called by the launch target manager when it first sees a target of the type.
-
-
-
Method Detail
-
init
public void init(ILaunchTargetManager targetManager)
Description copied from interface:ILaunchTargetProviderCalled by the launch target manager when it first sees a target of the type. Or on startup if the provider is enabled. It is expected the provider will sync the list of targets with it's internal list and alert the manager of any non-OK statuses.- Specified by:
initin interfaceILaunchTargetProvider
-
getStatus
public TargetStatus getStatus(ILaunchTarget target)
Description copied from interface:ILaunchTargetProviderFetch the status for the launch target.- Specified by:
getStatusin interfaceILaunchTargetProvider- Parameters:
target- the launch target- Returns:
- status of the launch target
-
-