public interface ISourceContainerTypeDelegate
ISourceContainer
).
A source container type delegate is contributed via the
sourceContainerTypes
extension point.
Clients may implement this interface.
ISourceContainer
,
ISourceContainerType
Modifier and Type | Method and Description |
---|---|
ISourceContainer |
createSourceContainer(String memento)
Creates and returns a new source container of this type
corresponding to the given memento.
|
String |
getMemento(ISourceContainer container)
Constructs and returns a memento for the given source container.
|
ISourceContainer createSourceContainer(String memento) throws CoreException
memento
- a memento for a source container of this source container typeCoreException
- if unable to construct a source container based
on the given mementoString getMemento(ISourceContainer container) throws CoreException
container
- The container for which a memento should be created. The
container must of this source container type.CoreException
- if unable to create a memento
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.