public class ProjectSetSerializationContext extends Object
| Constructor and Description |
|---|
ProjectSetSerializationContext()
Create a serialization context with no filename
|
ProjectSetSerializationContext(String filename)
Create a serialization context and set the filename of the file
that does or is to contain the project set.
|
| Modifier and Type | Method and Description |
|---|---|
IProject[] |
confirmOverwrite(IProject[] projects)
Given an array of projects that currently exist in the workspace
determine which of those projects should be overwritten.
|
String |
getFilename()
Return the name of the file to or from which the project set is being loaded or saved.
|
Object |
getProperty(String key)
Return the property for the given key or
null
if the property is not set. |
Object |
getShell()
Return a org.eclipse.swt.Shell if there is a UI context
or
null if executing headless. |
void |
setProperty(String key,
Object value)
Set a property of this context.
|
public ProjectSetSerializationContext()
public ProjectSetSerializationContext(String filename)
filename - a filename or nullpublic IProject[] confirmOverwrite(IProject[] projects) throws TeamException
This default implementation always returns an empty array indicating that no existing projects should be overwritten. Subclasses may override this as appropriate.
projects - an array of projects currently existing in the workspace
that are desired to be overwritten.
(not null, contains no nulls)null if the operation is to be canceledTeamExceptionpublic Object getShell()
null if executing headless.nullpublic String getFilename()
null.nullpublic void setProperty(String key, Object value)
key - the property keyvalue - the property value
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.