org.eclipse.xtend.shared.ui
Interface StorageFinder

All Known Subinterfaces:
StorageFinder2
All Known Implementing Classes:
JDTStorageFinder

public interface StorageFinder

Author:
Darius Jockel - Initial contribution and API

Method Summary
 org.eclipse.core.resources.IStorage findStorage(org.eclipse.jdt.core.IJavaProject project, ResourceID id, boolean searchJars)
           
 int getPriority()
          A priority that indicates the order of StorageFinders.
 

Method Detail

getPriority

int getPriority()
A priority that indicates the order of StorageFinders. Note that the JDTStorageFinder, which is always available, has a priority of 1. Therefore each implementor should use a value different to 1.


findStorage

org.eclipse.core.resources.IStorage findStorage(org.eclipse.jdt.core.IJavaProject project,
                                                ResourceID id,
                                                boolean searchJars)