Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core.sourcelookup
Interface IPersistableSourceLocator2

All Superinterfaces:
IPersistableSourceLocator, ISourceLocator
All Known Subinterfaces:
ISourceLookupDirector
All Known Implementing Classes:
AbstractSourceLookupDirector

public interface IPersistableSourceLocator2
extends IPersistableSourceLocator

Extensions to the IPersistableSourceLocator interface.

Clients may optionally implement this interface when implementing an IPersistableSourceLocator.

Since:
3.0
See Also:
IPersistableSourceLocator

Method Summary
 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.
 
Methods inherited from interface org.eclipse.debug.core.model. IPersistableSourceLocator
getMemento, initializeDefaults, initializeFromMemento
 
Methods inherited from interface org.eclipse.debug.core.model. ISourceLocator
getSourceElement
 

Method Detail

initializeFromMemento

void initializeFromMemento(
String memento,
                           
ILaunchConfiguration configuration)
                           throws 
CoreException
Initializes this source locator based on the given memento, for the given launch configuration. This method is called instead of initializeFrom(String memento) defined in IPersistableSourceLocator when a source locator implements this interface.

Parameters:
memento - a memento to initialize this source locator
configuration - the launch configuration this source locator is being created for
Throws:
CoreException - on failure to initialize

dispose

void dispose()
Disposes this source locator. This method is called when a source locator's associated launch is removed from the launch manager.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire