public interface IPersistableSourceLocator2 extends IPersistableSourceLocator
IPersistableSourceLocator
interface.
Clients may optionally implement this interface when implementing an
IPersistableSourceLocator
.
IPersistableSourceLocator
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes this source locator.
|
void |
initializeFromMemento(String memento,
ILaunchConfiguration configuration)
Initializes this source locator based on the given
memento, for the given launch configuration.
|
getMemento, initializeDefaults, initializeFromMemento
getSourceElement
void initializeFromMemento(String memento, ILaunchConfiguration configuration) throws CoreException
initializeFrom(String memento)
defined in IPersistableSourceLocator
when a source
locator implements this interface.memento
- a memento to initialize this source locatorconfiguration
- the launch configuration this source locator is
being created forCoreException
- on failure to initializevoid dispose()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.