org.eclipse.xtend.shared.ui.core
Interface IModelManager

All Known Implementing Classes:
XtendXpandModelManager

public interface IModelManager


Method Summary
 void analyze(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 IXtendXpandResource findExtXptResource(org.eclipse.core.resources.IStorage storage)
           
 IXtendXpandProject findProject(org.eclipse.core.runtime.IPath path)
           
 IXtendXpandProject findProject(org.eclipse.core.resources.IResource resource)
           
 IXtendXpandResource findXtendXpandResource(java.lang.String extxptNamespace, java.lang.String extension)
           
 

Method Detail

findExtXptResource

IXtendXpandResource findExtXptResource(org.eclipse.core.resources.IStorage storage)

findProject

IXtendXpandProject findProject(org.eclipse.core.runtime.IPath path)

findProject

IXtendXpandProject findProject(org.eclipse.core.resources.IResource resource)

analyze

void analyze(org.eclipse.core.runtime.IProgressMonitor monitor)

findXtendXpandResource

IXtendXpandResource findXtendXpandResource(java.lang.String extxptNamespace,
                                           java.lang.String extension)