Uses of Interface
org.eclipse.tigerstripe.project.ITigerstripeProject

Packages that use ITigerstripeProject
org.eclipse.tigerstripe.model.artifacts   
org.eclipse.tigerstripe.plugins   
org.eclipse.tigerstripe.project   
 

Uses of ITigerstripeProject in org.eclipse.tigerstripe.model.artifacts
 

Methods in org.eclipse.tigerstripe.model.artifacts that return ITigerstripeProject
 ITigerstripeProject IAbstractArtifact.getIProject()
           
 ITigerstripeProject IAbstractArtifact.getITigerstripeProject()
          Returns the project that contains this artifact.
 

Uses of ITigerstripeProject in org.eclipse.tigerstripe.plugins
 

Methods in org.eclipse.tigerstripe.plugins with parameters of type ITigerstripeProject
 java.lang.String IExpander.expandVar(java.lang.String inString, ITigerstripeProject project)
          As for the simple expandVar case, but passing in teh project to be used.
 

Uses of ITigerstripeProject in org.eclipse.tigerstripe.project
 

Methods in org.eclipse.tigerstripe.project that return ITigerstripeProject
 ITigerstripeProject[] ITigerstripeProject.getIReferencedProjects()
           
 ITigerstripeProject[] IProjectDescriptor.getIReferencedProjects()
           
 ITigerstripeProject IPluginReference.getProjectHandle()
           
 ITigerstripeProject[] ITigerstripeProject.getReferencedProjects()
           
 

Methods in org.eclipse.tigerstripe.project with parameters of type ITigerstripeProject
 void ITigerstripeProject.addReferencedProject(ITigerstripeProject project)
           
 void ITigerstripeProject.addReferencedProjects(ITigerstripeProject[] project)
           
 boolean ITigerstripeProject.hasReference(ITigerstripeProject project)
           
 org.eclipse.tigerstripe.internal.api.modules.ITigerstripeModuleProject IDependency.makeModuleProject(ITigerstripeProject containingProject)
          Make module project
 void ITigerstripeProject.removeReferencedProject(ITigerstripeProject project)
           
 void ITigerstripeProject.removeReferencedProjects(ITigerstripeProject[] project)
           
 void IPluginReference.setProjectHandle(ITigerstripeProject projectHandle)