Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ltk.core.refactoring.model
Class AbstractRefactoringDescriptorResourceMapping


java.lang.Object
  extended by 

org.eclipse.core.runtime.PlatformObject
      extended by 

org.eclipse.core.resources.mapping.ResourceMapping
          extended by 
org.eclipse.ltk.core.refactoring.model.AbstractRefactoringDescriptorResourceMapping
All Implemented Interfaces:
IAdaptable

public abstract class AbstractRefactoringDescriptorResourceMapping
extends ResourceMapping

Partial implementation of a resource mapping for a refactoring descriptor object.

Note: this class is intended to be implemented by clients which need to enhance a model provider with a refactoring model.

Since:
3.2
See Also:
ResourceMapping, ModelProvider

Constructor Summary
protected AbstractRefactoringDescriptorResourceMapping ( RefactoringDescriptorProxy descriptor)
          Creates a new abstract refactoring descriptor resource mapping.
 
Method Summary
 boolean equals ( Object object)
          Override equals to compare the model objects of the mapping in order to determine equality.
  Object getModelObject ()
          Returns the application model element associated with this resource mapping.
  IProject[] getProjects ()
          Returns the projects that contain the resources that constitute this application model.
  IResource getResource ()
          Returns the associated resource.
  ResourceTraversal[] getTraversals ( ResourceMappingContext context, IProgressMonitor monitor)
          Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource.
 int hashCode ()
          Override hashCode to use the model object.
 
Methods inherited from class org.eclipse.core.resources.mapping. ResourceMapping
accept, contains, findMarkers, getModelProvider, getModelProviderId
 
Methods inherited from class org.eclipse.core.runtime. PlatformObject
getAdapter
 
Methods inherited from class java.lang. Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRefactoringDescriptorResourceMapping

protected AbstractRefactoringDescriptorResourceMapping(
RefactoringDescriptorProxy descriptor)
Creates a new abstract refactoring descriptor resource mapping.

Parameters:
descriptor - the refactoring descriptor
Method Detail

equals

public boolean equals(
Object object)
Override equals to compare the model objects of the mapping in order to determine equality.

Overrides:
equals in class ResourceMapping
Parameters:
object - the object to compare
Returns:
true if the receiver is equal to the given object, and false otherwise.

getModelObject

public final 
Object getModelObject()
Returns the application model element associated with this resource mapping.

Specified by:
getModelObject in class ResourceMapping
Returns:
the application model element associated with this resource mapping.

getProjects

public final 
IProject[] getProjects()
Returns the projects that contain the resources that constitute this application model.

Specified by:
getProjects in class ResourceMapping
Returns:
the projects

getResource

public final 
IResource getResource()
Returns the associated resource.

Returns:
the associated resource, or null if the descriptor contains no timestamp or project information

getTraversals

public final 
ResourceTraversal[] getTraversals(
ResourceMappingContext context,
                                               
IProgressMonitor monitor)
                                        throws 
CoreException
Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource. A traversal is simply a set of resources and the depth to which they are to be traversed. This method returns an array of traversals in order to provide flexibility in describing the traversals that constitute a model element.

Subclasses should, when possible, include all resources that are or may be members of the model element. For instance, a model element should return the same list of resources regardless of the existence of the files on the file system. For example, if a logical resource called "form" maps to "/p1/form.xml" and "/p1/form.java" then whether form.xml or form.java existed, they should be returned by this method.

In some cases, it may not be possible for a model element to know all the resources that may constitute the element without accessing the state of the model element in another location (e.g. a repository). This method is provided with a context which, when provided, gives access to the members of corresponding remote containers and the contents of corresponding remote files. This gives the model element the opportunity to deduce what additional resources should be included in the traversal.

Specified by:
getTraversals in class ResourceMapping
Parameters:
context - gives access to the state of remote resources that correspond to local resources for the purpose of determining traversals that adequately cover the model element resources given the state of the model element in another location. This parameter may be null, in which case the implementor can assume that only the local resources are of interest to the client.
monitor - a progress monitor, or null if progress reporting is not desired
Returns:
a set of traversals that cover the resources that constitute the model element
Throws:
CoreException - if the traversals could not be obtained.

hashCode

public int hashCode()
Override hashCode to use the model object.

Overrides:
hashCode in class ResourceMapping

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire