ICProjectDescriptionManager & ICProjectDescription@Deprecated public interface ICDescriptorManager
| Modifier and Type | Method and Description |
|---|---|
void |
addDescriptorListener(ICDescriptorListener listener)
Deprecated.
|
void |
configure(org.eclipse.core.resources.IProject project,
String id)
Deprecated.
|
void |
convert(org.eclipse.core.resources.IProject project,
String id)
Deprecated.
|
ICDescriptor |
getDescriptor(org.eclipse.core.resources.IProject project)
Deprecated.
Return the ICDescriptor for the project.
|
ICDescriptor |
getDescriptor(org.eclipse.core.resources.IProject project,
boolean create)
Deprecated.
Return the ICDescriptor for the project.
|
void |
removeDescriptorListener(ICDescriptorListener listener)
Deprecated.
|
void |
runDescriptorOperation(org.eclipse.core.resources.IProject project,
ICDescriptorOperation op,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Atomically runs the descriptor operation on the current project's configuration
The descriptor is automatically 'applied' after the CDescriptorOperation has been run
|
void |
runDescriptorOperation(org.eclipse.core.resources.IProject project,
ICProjectDescription des,
ICDescriptorOperation op,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Runs the ICDescriptorOperation on the provided ICProjectDescription.
|
void configure(org.eclipse.core.resources.IProject project,
String id)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid convert(org.eclipse.core.resources.IProject project,
String id)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionICDescriptor getDescriptor(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
ICDescriptorManager#getDescriptor(project, true)
Users should consider batching changes in an ICDescriptorOperationproject - org.eclipse.core.runtime.CoreExceptiongetDescriptor(IProject, boolean)ICDescriptor getDescriptor(org.eclipse.core.resources.IProject project, boolean create) throws org.eclipse.core.runtime.CoreException
project - create - org.eclipse.core.runtime.CoreExceptionvoid runDescriptorOperation(org.eclipse.core.resources.IProject project,
ICDescriptorOperation op,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
project - op - monitor - org.eclipse.core.runtime.CoreExceptionvoid runDescriptorOperation(org.eclipse.core.resources.IProject project,
ICProjectDescription des,
ICDescriptorOperation op,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
project - des - op - monitor - org.eclipse.core.runtime.CoreExceptionvoid addDescriptorListener(ICDescriptorListener listener)
void removeDescriptorListener(ICDescriptorListener listener)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.