org.eclipse.stp.core.sca.util
Class ModelFileIndex

java.lang.Object
  extended by org.eclipse.stp.core.sca.util.ModelFileIndex

public class ModelFileIndex
extends java.lang.Object


Constructor Summary
ModelFileIndex(IProject theProject)
           
 
Method Summary
 void addModelFile(IFile file)
           
 void dispose()
           
 SCAObject[] getModelObjects()
           
 IProject getProject()
           
 boolean visit(IResourceProxy proxy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFileIndex

public ModelFileIndex(IProject theProject)
Method Detail

addModelFile

public void addModelFile(IFile file)

getModelObjects

public SCAObject[] getModelObjects()

getProject

public IProject getProject()

dispose

public void dispose()

visit

public boolean visit(IResourceProxy proxy)
              throws CoreException
Throws:
CoreException