org.eclipse.ocl.internal.helper
Class PluginFinder

java.lang.Object
  extended by org.eclipse.ocl.internal.helper.PluginFinder

public class PluginFinder
extends java.lang.Object

PluginFinder assists in the resolution of plugin locations in a standalone environment. It should be replaced by StandaloneProjectMap once promoted to ocl.common.

Since:
3.2

Constructor Summary
PluginFinder(java.lang.String... requiredProjects)
           
 
Method Summary
 void addRequiredProject(java.lang.String requiredProject)
           
 java.lang.String get(java.lang.String pluginId)
           
 void resolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginFinder

public PluginFinder(java.lang.String... requiredProjects)
Method Detail

addRequiredProject

public void addRequiredProject(java.lang.String requiredProject)

get

public java.lang.String get(java.lang.String pluginId)

resolve

public void resolve()