|
|
|
|
Uses of Interface org.eclipse.core.resources.IProject
Methods in
org.eclipse.core.resources.team with parameters of type
IProject
|
void
|
IResourceTree.
deletedProject
(
IProject project)
Declares that the given project's content area in the local file system
has been successfully dealt with in an appropriate manner, and requests
that the corresponding deletion should now be made to the workspace
resource tree. |
boolean
|
IMoveDeleteHook.
deleteProject
(
IResourceTree tree,
IProject project,
int updateFlags,
IProgressMonitor monitor)
Implements IResource.delete(int,IProgressMonitor) where the
receiver is a project. |
IResourceRuleFactory
|
TeamHook.
getRuleFactory
(
IProject project)
Returns the resource scheduling rule factory that should be used when workspace
operations are invoked on resources in that project. |
boolean
|
IResourceTree.
movedProjectSubtree
(
IProject source,
IProjectDescription description)
Declares that the given source project and its files and folders have
been successfully relocated in the local file system if required, and
requests that the rename and/or relocation should now be made to the
workspace resource tree for the project and all its descendents. |
boolean
|
IMoveDeleteHook.
moveProject
(
IResourceTree tree,
IProject source,
IProjectDescription description,
int updateFlags,
IProgressMonitor monitor)
Implements IResource.move(IPath,int,IProgressMonitor) and
IResource.move(IProjectDescription,int,IProgressMonitor)
where the receiver is a project. |
protected void
|
TeamHook.
setRuleFactory
(
IProject project,
IResourceRuleFactory factory)
Sets the resource scheduling rule factory to use for resource modifications
in the given project. |
void
|
IResourceTree.
standardDeleteProject
(
IProject project,
int updateFlags,
IProgressMonitor monitor)
Deletes the given project and its descendents in the standard manner from
both the local file system and from the workspace resource tree. |
void
|
IResourceTree.
standardMoveProject
(
IProject source,
IProjectDescription description,
int updateFlags,
IProgressMonitor monitor)
Renames and/or relocates the given project in the standard manner. |
Methods in
org.eclipse.debug.core.model with parameters of type
IProject
|
protected void
|
LaunchConfigurationDelegate.
addReferencedProjects
(
IProject project,
Set references)
Adds all projects referenced by project to the given
set. |
protected void
|
LaunchConfigurationDelegate.
buildProjects
(
IProject[] projects,
IProgressMonitor monitor)
Performs an incremental build on each of the given projects. |
protected
IProject[]
|
LaunchConfigurationDelegate.
computeBuildOrder
(
IProject[] projects)
Returns a list of projects in their suggested build order from the
given unordered list of projects. |
protected
IProject[]
|
LaunchConfigurationDelegate.
computeReferencedBuildOrder
(
IProject[] baseProjects)
Returns an array of projects in their suggested build order
containing all of the projects specified by baseProjects
and all of their referenced projects. |
protected boolean
|
LaunchConfigurationDelegate.
existsProblems
(
IProject proj)
Returns whether the given project contains any problem markers of the
specified severity. |
Methods in
org.eclipse.ltk.core.refactoring.history with parameters of type
IProject
|
RefactoringHistory
|
IRefactoringHistoryService.
getProjectHistory
(
IProject project,
IProgressMonitor monitor)
Returns a project refactoring history for the specified project. |
RefactoringHistory
|
IRefactoringHistoryService.
getProjectHistory
(
IProject project,
long start,
long end,
int flags,
IProgressMonitor monitor)
Returns a project refactoring history for the specified project. |
RefactoringHistory
|
IRefactoringHistoryService.
getRefactoringHistory
(
IProject[] projects,
IProgressMonitor monitor)
Returns the combined refactoring history for the specified projects. |
RefactoringHistory
|
IRefactoringHistoryService.
getRefactoringHistory
(
IProject[] projects,
long start,
long end,
int flags,
IProgressMonitor monitor)
Returns the combined refactoring history for the specified projects. |
Methods in
org.eclipse.team.core with parameters of type
IProject
|
String[]
|
IProjectSetSerializer.
asReference
(
IProject[] providerProjects,
Object context,
IProgressMonitor monitor)
Deprecated. For every IProject in providerProjects, return an opaque
UTF-8 encoded String to act as a reference to that project. |
String[]
|
ProjectSetCapability.
asReference
(
IProject[] providerProjects,
ProjectSetSerializationContext context,
IProgressMonitor monitor)
For every project in providerProjects, return an opaque
UTF-8 encoded String to act as a reference to that project. |
IProject[]
|
ProjectSetSerializationContext.
confirmOverwrite
(
IProject[] projects)
Given an array of projects that currently exist in the workspace
determine which of those projects should be overwritten. |
protected
IProject[]
|
ProjectSetCapability.
confirmOverwrite
(
ProjectSetSerializationContext context,
IProject[] projects)
Determine if any of the projects already exist
and confirm which of those projects are to be overwritten. |
static
RepositoryProvider
|
RepositoryProvider.
getProvider
(
IProject project)
Returns the provider for a given IProject or null if a provider is not associated with
the project or if the project is closed or does not exist. |
static
RepositoryProvider
|
RepositoryProvider.
getProvider
(
IProject project,
String id)
Returns a provider of type with the given id if associated with the given project
or null if the project is not associated with a provider of that type
or the nature id is that of a non-team repository provider nature. |
static boolean
|
RepositoryProvider.
isShared
(
IProject project)
Returns whether the given project is shared or not. |
static void
|
RepositoryProvider.
map
(
IProject project,
String id)
Instantiate a new RepositoryProvider with concrete class by given providerID
and associate it with project. |
void
|
RepositoryProviderType.
metaFilesDetected
(
IProject project,
IContainer[] containers)
Callback from team when the meta-files for a repository type are detected in an
unshared project. |
void
|
RepositoryProvider.
setProject
(
IProject project)
|
static void
|
RepositoryProvider.
unmap
(
IProject project)
Disassociates project with the repository provider its currently mapped to. |
Methods in
org.eclipse.team.ui with parameters of type
IProject
|
void
|
IConfigurationWizard.
init
(
IWorkbench workbench,
IProject project)
Initializes this creation wizard using the passed workbench and
the selected project. |
void
|
IConfigurationWizardExtension.
init
(
IWorkbench workbench,
IProject[] projects)
Initializes this creation wizard using the passed workbench and
selected projects. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|