Class LocalLaunchTargetProvider

    • Constructor Detail

      • LocalLaunchTargetProvider

        public LocalLaunchTargetProvider()
    • Method Detail

      • init

        public void init​(ILaunchTargetManager targetManager)
        Description copied from interface: ILaunchTargetProvider
        Called 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:
        init in interface ILaunchTargetProvider