|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourceDelta | |
---|---|
org.eclipse.core.internal.events | |
org.eclipse.core.internal.resources.mapping | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.resources.mapping | Provides APIs for integrating application models with the workspace |
org.eclipse.core.tests.internal.mapping | |
org.eclipse.core.tests.resources | |
org.eclipse.jdt.core | The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. |
org.eclipse.jdt.internal.core |
Uses of IResourceDelta in org.eclipse.core.internal.events |
---|
Classes in org.eclipse.core.internal.events that implement IResourceDelta | |
---|---|
class |
ResourceDelta
Concrete implementation of the IResourceDelta interface. |
Methods in org.eclipse.core.internal.events that return IResourceDelta | |
---|---|
IResourceDelta |
ResourceDelta.findMember(org.eclipse.core.runtime.IPath path)
|
IResourceDelta[] |
ResourceDelta.getAffectedChildren()
|
IResourceDelta[] |
ResourceDelta.getAffectedChildren(int kindMask)
|
IResourceDelta[] |
ResourceDelta.getAffectedChildren(int kindMask,
int memberFlags)
|
IResourceDelta |
ResourceChangeEvent.getDelta()
|
static IResourceDelta |
ResourceDeltaFactory.newEmptyDelta(IProject project)
Returns an empty build delta describing the fact that no changes occurred in the given project. |
Methods in org.eclipse.core.internal.events with parameters of type IResourceDelta | |
---|---|
void |
NotificationManager.broadcastChanges(IResourceChangeListener listener,
int type,
IResourceDelta delta)
Helper method for the save participant lifecycle computation. |
void |
ResourceChangeEvent.setDelta(IResourceDelta value)
|
Constructors in org.eclipse.core.internal.events with parameters of type IResourceDelta | |
---|---|
ResourceChangeEvent(java.lang.Object source,
int type,
int buildKind,
IResourceDelta delta)
|
Uses of IResourceDelta in org.eclipse.core.internal.resources.mapping |
---|
Classes in org.eclipse.core.internal.resources.mapping that implement IResourceDelta | |
---|---|
class |
ProposedResourceDelta
Concrete implementation of IResourceDelta used for operation validation |
Methods in org.eclipse.core.internal.resources.mapping that return IResourceDelta | |
---|---|
IResourceDelta |
ProposedResourceDelta.findMember(org.eclipse.core.runtime.IPath path)
|
IResourceDelta[] |
ProposedResourceDelta.getAffectedChildren()
|
IResourceDelta[] |
ProposedResourceDelta.getAffectedChildren(int kindMask)
|
IResourceDelta[] |
ProposedResourceDelta.getAffectedChildren(int kindMask,
int memberFlags)
|
IResourceDelta |
ResourceChangeDescriptionFactory.getDelta()
|
Methods in org.eclipse.core.internal.resources.mapping with parameters of type IResourceDelta | |
---|---|
boolean |
ChangeDescription.recordChange(IResourceDelta delta)
Record the change and return whether any child changes should be visited. |
Uses of IResourceDelta in org.eclipse.core.resources |
---|
Methods in org.eclipse.core.resources that return IResourceDelta | |
---|---|
IResourceDelta |
IResourceDelta.findMember(org.eclipse.core.runtime.IPath path)
Finds and returns the descendent delta identified by the given path in this delta, or null if no such descendent exists. |
IResourceDelta[] |
IResourceDelta.getAffectedChildren()
Returns resource deltas for all children of this resource which were added, removed, or changed. |
IResourceDelta[] |
IResourceDelta.getAffectedChildren(int kindMask)
Returns resource deltas for all children of this resource whose kind is included in the given mask. |
IResourceDelta[] |
IResourceDelta.getAffectedChildren(int kindMask,
int memberFlags)
Returns resource deltas for all children of this resource whose kind is included in the given mask. |
IResourceDelta |
IResourceChangeEvent.getDelta()
Returns a resource delta, rooted at the workspace, describing the set of changes that happened to resources in the workspace. |
IResourceDelta |
IncrementalProjectBuilder.getDelta(IProject project)
Returns the resource delta recording the changes in the given project since the last time this builder was run. |
Methods in org.eclipse.core.resources with parameters of type IResourceDelta | |
---|---|
boolean |
IResourceDeltaVisitor.visit(IResourceDelta delta)
Visits the given resource delta. |
Uses of IResourceDelta in org.eclipse.core.resources.mapping |
---|
Methods in org.eclipse.core.resources.mapping that return IResourceDelta | |
---|---|
IResourceDelta |
IResourceChangeDescriptionFactory.getDelta()
Return the proposed delta that has been accumulated by this factory. |
Methods in org.eclipse.core.resources.mapping with parameters of type IResourceDelta | |
---|---|
org.eclipse.core.runtime.IStatus |
ResourceChangeValidator.validateChange(IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validate the proposed changes contained in the given delta by consulting all model providers to determine if the changes have any adverse side effects. |
org.eclipse.core.runtime.IStatus |
ModelProvider.validateChange(IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validate the proposed changes contained in the given delta. |
Uses of IResourceDelta in org.eclipse.core.tests.internal.mapping |
---|
Methods in org.eclipse.core.tests.internal.mapping with parameters of type IResourceDelta | |
---|---|
boolean |
ChangeDescription.recordChange(IResourceDelta delta)
Record the change and return whether any child changes should be visited. |
org.eclipse.core.runtime.IStatus |
TestModelProvider.validateChange(IResourceDelta rootDelta,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
Uses of IResourceDelta in org.eclipse.core.tests.resources |
---|
Methods in org.eclipse.core.tests.resources with parameters of type IResourceDelta | |
---|---|
void |
ResourceDeltaVerifier.verifyDelta(IResourceDelta delta)
Compares the given delta with the expected changes. |
Uses of IResourceDelta in org.eclipse.jdt.core |
---|
Methods in org.eclipse.jdt.core that return IResourceDelta | |
---|---|
IResourceDelta[] |
IJavaElementDelta.getResourceDeltas()
Returns the collection of resource deltas. |
Uses of IResourceDelta in org.eclipse.jdt.internal.core |
---|
Methods in org.eclipse.jdt.internal.core that return IResourceDelta | |
---|---|
IResourceDelta[] |
JavaElementDelta.getResourceDeltas()
Return the collection of resource deltas. |
Methods in org.eclipse.jdt.internal.core with parameters of type IResourceDelta | |
---|---|
boolean |
DeltaProcessor.updateCurrentDeltaAndIndex(IResourceDelta delta,
int elementType,
DeltaProcessor.RootInfo rootInfo)
|
void |
DeltaProcessingState.updateRoots(org.eclipse.core.runtime.IPath containerPath,
IResourceDelta containerDelta,
DeltaProcessor deltaProcessor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |