Uses of Interface
org.eclipse.tigerstripe.workbench.plugins.IPluginClasspathEntry

Packages that use IPluginClasspathEntry
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

Uses of IPluginClasspathEntry in org.eclipse.tigerstripe.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project that return IPluginClasspathEntry
 IPluginClasspathEntry[] ITigerstripeGeneratorProject.getClasspathEntries()
           
 IPluginClasspathEntry ITigerstripeGeneratorProject.makeClasspathEntry()
           
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type IPluginClasspathEntry
 void ITigerstripeGeneratorProject.addClasspathEntry(IPluginClasspathEntry entry)
           
 void ITigerstripeGeneratorProject.removeClasspathEntries(IPluginClasspathEntry[] entries)
           
 void ITigerstripeGeneratorProject.removeClasspathEntry(IPluginClasspathEntry entry)